${function() {
const variantData = data.variant || {"id":"f5f7d23b-e509-4b1a-8e5e-f3c9bb0e6dae","product_id":"1a96b085-4667-48b0-850f-d7d94e642eae","title":"Coffee-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"KGZ343125-Coffee-XS","barcode":"","position":1,"option1":"Coffee","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68583d6719b7669131331645819738b1.jpeg","path":"68583d6719b7669131331645819738b1.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"19.99","retail_price":"29.99","available":true,"url":"\/products\/aelfric-eden-lovely-rabbit-graphic-tee?variant=f5f7d23b-e509-4b1a-8e5e-f3c9bb0e6dae","available_quantity":999999999,"options":[{"name":"color","value":"Coffee"},{"name":"size","value":"XS"}],"off_ratio":33,"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.
Sku : KGZ343125-Coffee-XS
${function(){
const variantData = data.variant || {"id":"f5f7d23b-e509-4b1a-8e5e-f3c9bb0e6dae","product_id":"1a96b085-4667-48b0-850f-d7d94e642eae","title":"Coffee-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"KGZ343125-Coffee-XS","barcode":"","position":1,"option1":"Coffee","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68583d6719b7669131331645819738b1.jpeg","path":"68583d6719b7669131331645819738b1.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"19.99","retail_price":"29.99","available":true,"url":"\/products\/aelfric-eden-lovely-rabbit-graphic-tee?variant=f5f7d23b-e509-4b1a-8e5e-f3c9bb0e6dae","available_quantity":999999999,"options":[{"name":"color","value":"Coffee"},{"name":"size","value":"XS"}],"off_ratio":33,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}