${function() {
const variantData = data.variant || {"id":"a04f1b9a-1de5-4e7f-befd-184300fc01f4","product_id":"71a7f880-a806-4b5e-b512-590b9da9b145","title":"Black-XL","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Black","option2":"XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/febe729b5261753f2c2be06e1e6d52c8.jpeg","path":"febe729b5261753f2c2be06e1e6d52c8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.95,"min_quantity":1}],"weight":"0","compare_at_price":"45","price":"27.95","retail_price":"45","available":true,"url":"\/products\/patchwork-casual-women-long-maxi-dress?variant=a04f1b9a-1de5-4e7f-befd-184300fc01f4","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"XL"}],"off_ratio":38,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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.
${function(){
const variantData = data.variant || {"id":"a04f1b9a-1de5-4e7f-befd-184300fc01f4","product_id":"71a7f880-a806-4b5e-b512-590b9da9b145","title":"Black-XL","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Black","option2":"XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/febe729b5261753f2c2be06e1e6d52c8.jpeg","path":"febe729b5261753f2c2be06e1e6d52c8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.95,"min_quantity":1}],"weight":"0","compare_at_price":"45","price":"27.95","retail_price":"45","available":true,"url":"\/products\/patchwork-casual-women-long-maxi-dress?variant=a04f1b9a-1de5-4e7f-befd-184300fc01f4","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"XL"}],"off_ratio":38,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}