${function() {
const variantData = data.variant || {"id":"beaa1f6f-36d8-4270-b0f3-472797407218","product_id":"9da97f0c-5d15-4ec1-8f3d-055ee9339ef7","title":"Blue","weight_unit":"kg","inventory_quantity":25,"sku":"","barcode":"","position":2,"option1":"Blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/424ba3096ec0e6fa48fec022b09f969e.jpg","path":"424ba3096ec0e6fa48fec022b09f969e.jpg","width":1440,"height":1800,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":158,"min_quantity":1}],"weight":"0","compare_at_price":"188","price":"158","retail_price":"188","available":true,"url":"\/products\/get-a-20cm-the-straps-can-be-adjusted-to-be-worn-over-the-shoulder-or-across-the-body-ermm-0ac8-sz7j-bwrj?variant=beaa1f6f-36d8-4270-b0f3-472797407218","available_quantity":25,"options":[{"name":"Color","value":"Blue"}],"off_ratio":16,"flashsale_info":[],"sales":7};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"beaa1f6f-36d8-4270-b0f3-472797407218","product_id":"9da97f0c-5d15-4ec1-8f3d-055ee9339ef7","title":"Blue","weight_unit":"kg","inventory_quantity":25,"sku":"","barcode":"","position":2,"option1":"Blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/424ba3096ec0e6fa48fec022b09f969e.jpg","path":"424ba3096ec0e6fa48fec022b09f969e.jpg","width":1440,"height":1800,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":158,"min_quantity":1}],"weight":"0","compare_at_price":"188","price":"158","retail_price":"188","available":true,"url":"\/products\/get-a-20cm-the-straps-can-be-adjusted-to-be-worn-over-the-shoulder-or-across-the-body-ermm-0ac8-sz7j-bwrj?variant=beaa1f6f-36d8-4270-b0f3-472797407218","available_quantity":25,"options":[{"name":"Color","value":"Blue"}],"off_ratio":16,"flashsale_info":[],"sales":7};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}