${function() {
const variantData = data.variant || {"id":"ff4282fb-3582-486a-a520-46bdfdb6183d","product_id":"2ae8fc5e-6f4e-4fda-915a-0deedced0cc5","title":"01 Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Yellow S-28078033","barcode":"","position":1,"option1":"01 Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5b3e578927adbd082c7fdcf2fce6b8ed.jpeg","path":"5b3e578927adbd082c7fdcf2fce6b8ed.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.85,"min_quantity":1}],"weight":"0","compare_at_price":"32.85","price":"32.85","retail_price":"32.85","available":true,"url":"\/products\/2021-summer-sexy-shirts-patchwork-dress-fashion-print-button-long-party-dresses-elegant-turn-down-collar-3-4-sleeve-pocket-dress-208529129202?variant=ff4282fb-3582-486a-a520-46bdfdb6183d","available_quantity":999999999,"options":[{"name":"Color","value":"01 Yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : 01 Yellow S-28078033
${function(){
const variantData = data.variant || {"id":"ff4282fb-3582-486a-a520-46bdfdb6183d","product_id":"2ae8fc5e-6f4e-4fda-915a-0deedced0cc5","title":"01 Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"01 Yellow S-28078033","barcode":"","position":1,"option1":"01 Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5b3e578927adbd082c7fdcf2fce6b8ed.jpeg","path":"5b3e578927adbd082c7fdcf2fce6b8ed.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.85,"min_quantity":1}],"weight":"0","compare_at_price":"32.85","price":"32.85","retail_price":"32.85","available":true,"url":"\/products\/2021-summer-sexy-shirts-patchwork-dress-fashion-print-button-long-party-dresses-elegant-turn-down-collar-3-4-sleeve-pocket-dress-208529129202?variant=ff4282fb-3582-486a-a520-46bdfdb6183d","available_quantity":999999999,"options":[{"name":"Color","value":"01 Yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}