${function() {
const variantData = data.variant || {"id":"183ff44c-5b1d-419b-8283-b52f063df1c3","product_id":"c4c69548-f4c8-462e-87e7-3d3dd3607158","title":"Blue-Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"131-230928-13-MT0043ECZ4-Blue-Yellow-S","barcode":"","position":1,"option1":"Blue-Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95988aebe184dac78447b7cfa9694a57.jpeg","path":"95988aebe184dac78447b7cfa9694a57.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-sunflower-train-art-pattern-plush-thick-long-sleeved-sweater-coat-cardigan?variant=183ff44c-5b1d-419b-8283-b52f063df1c3","available_quantity":999999999,"options":[{"name":"Color","value":"Blue-Yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"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 : 131-230928-13-MT0043ECZ4-Blue-Yellow-S
${function(){
const variantData = data.variant || {"id":"183ff44c-5b1d-419b-8283-b52f063df1c3","product_id":"c4c69548-f4c8-462e-87e7-3d3dd3607158","title":"Blue-Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"131-230928-13-MT0043ECZ4-Blue-Yellow-S","barcode":"","position":1,"option1":"Blue-Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95988aebe184dac78447b7cfa9694a57.jpeg","path":"95988aebe184dac78447b7cfa9694a57.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-sunflower-train-art-pattern-plush-thick-long-sleeved-sweater-coat-cardigan?variant=183ff44c-5b1d-419b-8283-b52f063df1c3","available_quantity":999999999,"options":[{"name":"Color","value":"Blue-Yellow"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}