${function() {
const variantData = data.variant || {"id":"c783eec3-5c2e-4e97-819a-cb8a462bbeb7","product_id":"8dd7fa61-9519-40c4-bfd9-4bf335a1c78a","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"CS-221117001-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e180a4e4a25815bff881515cd861ff89.jpeg","path":"e180a4e4a25815bff881515cd861ff89.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":39.45,"min_quantity":1}],"weight":"0","compare_at_price":"45.89","price":"39.45","retail_price":"45.89","available":true,"url":"\/products\/slim-fit-cotton-and-linen-dress?variant=c783eec3-5c2e-4e97-819a-cb8a462bbeb7","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":14,"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":"c783eec3-5c2e-4e97-819a-cb8a462bbeb7","product_id":"8dd7fa61-9519-40c4-bfd9-4bf335a1c78a","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"CS-221117001-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e180a4e4a25815bff881515cd861ff89.jpeg","path":"e180a4e4a25815bff881515cd861ff89.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":39.45,"min_quantity":1}],"weight":"0","compare_at_price":"45.89","price":"39.45","retail_price":"45.89","available":true,"url":"\/products\/slim-fit-cotton-and-linen-dress?variant=c783eec3-5c2e-4e97-819a-cb8a462bbeb7","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":14,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}