${function() {
const variantData = data.variant || {"id":"d48037bc-f66d-4e22-8bb4-93c00837e763","product_id":"605a70a9-f087-430c-86e2-943e88b3605b","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"131-231008-A19-MT0077RVEY-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e8160115dfdf67e92dc9999e6057d222.jpeg","path":"e8160115dfdf67e92dc9999e6057d222.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36.99","retail_price":"0","available":true,"url":"\/products\/funny-cat-art-pattern-print-casual-knit-pullover-sweater-1?variant=d48037bc-f66d-4e22-8bb4-93c00837e763","available_quantity":999999999,"options":[{"name":"Color","value":"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-231008-A19-MT0077RVEY-Yellow-S
${function(){
const variantData = data.variant || {"id":"d48037bc-f66d-4e22-8bb4-93c00837e763","product_id":"605a70a9-f087-430c-86e2-943e88b3605b","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"131-231008-A19-MT0077RVEY-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e8160115dfdf67e92dc9999e6057d222.jpeg","path":"e8160115dfdf67e92dc9999e6057d222.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36.99","retail_price":"0","available":true,"url":"\/products\/funny-cat-art-pattern-print-casual-knit-pullover-sweater-1?variant=d48037bc-f66d-4e22-8bb4-93c00837e763","available_quantity":999999999,"options":[{"name":"Color","value":"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}
`
}()}