${function() {
const variantData = data.variant || {"id":"69295153-2591-4e98-be85-804cc427beb8","product_id":"c0c8f61d-1b12-48b0-a6b2-15705f726c3b","title":"01 Green-M","weight_unit":"kg","inventory_quantity":500,"sku":"3256805496354231_01 Green_M","barcode":"","position":1,"option1":"01 Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ef1fb05a36fa33da55bef7949f54fb2.jpeg","path":"7ef1fb05a36fa33da55bef7949f54fb2.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.01,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.01","retail_price":"0","available":true,"url":"\/products\/2023-summer-fashion-patchwork-knitted-pullover-tops-men-casual-short-sleeve-lapel-knitting-polo-shirts-classic-t-shirt-mens-tees?variant=69295153-2591-4e98-be85-804cc427beb8","available_quantity":999999999,"options":[{"name":"Color","value":"01 Green"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":34};
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 : 3256805496354231_01 Green_M
${function(){
const variantData = data.variant || {"id":"69295153-2591-4e98-be85-804cc427beb8","product_id":"c0c8f61d-1b12-48b0-a6b2-15705f726c3b","title":"01 Green-M","weight_unit":"kg","inventory_quantity":500,"sku":"3256805496354231_01 Green_M","barcode":"","position":1,"option1":"01 Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ef1fb05a36fa33da55bef7949f54fb2.jpeg","path":"7ef1fb05a36fa33da55bef7949f54fb2.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.01,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.01","retail_price":"0","available":true,"url":"\/products\/2023-summer-fashion-patchwork-knitted-pullover-tops-men-casual-short-sleeve-lapel-knitting-polo-shirts-classic-t-shirt-mens-tees?variant=69295153-2591-4e98-be85-804cc427beb8","available_quantity":999999999,"options":[{"name":"Color","value":"01 Green"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":34};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}