${function() {
const variantData = data.variant || {"id":"af0b0558-3fa9-477c-8113-ee389d0a34e5","product_id":"238a45eb-ee55-44db-a6cd-6c27929fec6e","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Yellow S-48606591","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7b8b60bf336ea73f457d02bf60a5624d.jpeg","path":"7b8b60bf336ea73f457d02bf60a5624d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.89,"min_quantity":1}],"weight":"0","compare_at_price":"30.89","price":"30.89","retail_price":"30.89","available":true,"url":"\/products\/womens-lemon-print-round-neck-dress-208528436097?variant=af0b0558-3fa9-477c-8113-ee389d0a34e5","available_quantity":999999999,"options":[{"name":"Color","value":"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.
${function(){
const variantData = data.variant || {"id":"af0b0558-3fa9-477c-8113-ee389d0a34e5","product_id":"238a45eb-ee55-44db-a6cd-6c27929fec6e","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Yellow S-48606591","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7b8b60bf336ea73f457d02bf60a5624d.jpeg","path":"7b8b60bf336ea73f457d02bf60a5624d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.89,"min_quantity":1}],"weight":"0","compare_at_price":"30.89","price":"30.89","retail_price":"30.89","available":true,"url":"\/products\/womens-lemon-print-round-neck-dress-208528436097?variant=af0b0558-3fa9-477c-8113-ee389d0a34e5","available_quantity":999999999,"options":[{"name":"Color","value":"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}
`
}()}