${function() {
const variantData = data.variant || {"id":"e233d15b-7b92-48cb-8e6e-2564629c0188","product_id":"3eb421c1-6c75-499e-9f5e-5e908f2751fb","title":"light gray-M","weight_unit":"kg","inventory_quantity":1000,"sku":"light gray M-27727597","barcode":"","position":1,"option1":"light gray","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e299a7239b9eca5379a389b7fb3f4afd.jpeg","path":"e299a7239b9eca5379a389b7fb3f4afd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.69,"min_quantity":1}],"weight":"0","compare_at_price":"30.69","price":"30.69","retail_price":"30.69","available":true,"url":"\/products\/2021-new-arrival-short-sleeve-loose-summer-dress-cotton-linen-vintage-plaid-dress-button-plus-size-women-travel-casual-dress-208528504116?variant=e233d15b-7b92-48cb-8e6e-2564629c0188","available_quantity":999999999,"options":[{"name":"Color","value":"light gray"},{"name":"Size","value":"M"}],"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 : light gray M-27727597
${function(){
const variantData = data.variant || {"id":"e233d15b-7b92-48cb-8e6e-2564629c0188","product_id":"3eb421c1-6c75-499e-9f5e-5e908f2751fb","title":"light gray-M","weight_unit":"kg","inventory_quantity":1000,"sku":"light gray M-27727597","barcode":"","position":1,"option1":"light gray","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e299a7239b9eca5379a389b7fb3f4afd.jpeg","path":"e299a7239b9eca5379a389b7fb3f4afd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.69,"min_quantity":1}],"weight":"0","compare_at_price":"30.69","price":"30.69","retail_price":"30.69","available":true,"url":"\/products\/2021-new-arrival-short-sleeve-loose-summer-dress-cotton-linen-vintage-plaid-dress-button-plus-size-women-travel-casual-dress-208528504116?variant=e233d15b-7b92-48cb-8e6e-2564629c0188","available_quantity":999999999,"options":[{"name":"Color","value":"light gray"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}