${function() {
const variantData = data.variant || {"id":"a4bb6266-f41c-4d30-af0e-80b4e52b0633","product_id":"09d4bcde-7c6f-4123-8fc1-a376655c271d","title":"Blue-Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"HY1218-Blue-Yellow-S","barcode":"","position":1,"option1":"Blue-Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/12fa524c97e3ffd4b255682b92506c2c.jpeg","path":"12fa524c97e3ffd4b255682b92506c2c.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"59.99","retail_price":"0","available":true,"url":"\/products\/unisex-retro-van-gogh-starry-night-art-pattern-plush-thick-long-sleeved-sweater-coat-cardigan?variant=a4bb6266-f41c-4d30-af0e-80b4e52b0633","available_quantity":999999999,"options":[{"name":"Color","value":"Blue-Yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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 : HY1218-Blue-Yellow-S
${function(){
const variantData = data.variant || {"id":"a4bb6266-f41c-4d30-af0e-80b4e52b0633","product_id":"09d4bcde-7c6f-4123-8fc1-a376655c271d","title":"Blue-Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"HY1218-Blue-Yellow-S","barcode":"","position":1,"option1":"Blue-Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/12fa524c97e3ffd4b255682b92506c2c.jpeg","path":"12fa524c97e3ffd4b255682b92506c2c.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"59.99","retail_price":"0","available":true,"url":"\/products\/unisex-retro-van-gogh-starry-night-art-pattern-plush-thick-long-sleeved-sweater-coat-cardigan?variant=a4bb6266-f41c-4d30-af0e-80b4e52b0633","available_quantity":999999999,"options":[{"name":"Color","value":"Blue-Yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}