${function() {
const variantData = data.variant || {"id":"40fe440b-1e78-43f7-b491-519de8a7bb32","product_id":"4cc5ae2f-5567-410f-a334-83705985f2a7","title":"Blue","weight_unit":"kg","inventory_quantity":25,"sku":"","barcode":"","position":3,"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-55lk?variant=40fe440b-1e78-43f7-b491-519de8a7bb32","available_quantity":25,"options":[{"name":"Color","value":"Blue"}],"off_ratio":16,"flashsale_info":[],"sales":3};
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":"40fe440b-1e78-43f7-b491-519de8a7bb32","product_id":"4cc5ae2f-5567-410f-a334-83705985f2a7","title":"Blue","weight_unit":"kg","inventory_quantity":25,"sku":"","barcode":"","position":3,"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-55lk?variant=40fe440b-1e78-43f7-b491-519de8a7bb32","available_quantity":25,"options":[{"name":"Color","value":"Blue"}],"off_ratio":16,"flashsale_info":[],"sales":3};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}