${function() {
const variantData = data.variant || {"id":"57f814c5-cec3-4679-9a0a-79f4d30cc3d4","product_id":"6efa00fb-4e30-4572-af12-ff5c2a7ed3bb","title":"ORANGE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!134864-C1383","barcode":"","position":1,"option1":"ORANGE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/605b35caec2984516f0172d0a4abf7f0.jpeg","path":"605b35caec2984516f0172d0a4abf7f0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.21","compare_at_price":"52.99","price":"26.99","retail_price":"52.99","available":true,"url":"\/products\/crochet-tote-bag-alphabet-tote-bag?variant=57f814c5-cec3-4679-9a0a-79f4d30cc3d4","available_quantity":999999999,"options":[{"name":"Color","value":"ORANGE"}],"off_ratio":49,"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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : CY-!134864-C1383
Weight : 0.21kg
${function(){
const variantData = data.variant || {"id":"57f814c5-cec3-4679-9a0a-79f4d30cc3d4","product_id":"6efa00fb-4e30-4572-af12-ff5c2a7ed3bb","title":"ORANGE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!134864-C1383","barcode":"","position":1,"option1":"ORANGE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/605b35caec2984516f0172d0a4abf7f0.jpeg","path":"605b35caec2984516f0172d0a4abf7f0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.21","compare_at_price":"52.99","price":"26.99","retail_price":"52.99","available":true,"url":"\/products\/crochet-tote-bag-alphabet-tote-bag?variant=57f814c5-cec3-4679-9a0a-79f4d30cc3d4","available_quantity":999999999,"options":[{"name":"Color","value":"ORANGE"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}