${function() {
const variantData = data.variant || {"id":"c686e7c9-274e-46f8-aadd-a47ac4efee7a","product_id":"d4a7ccff-63e3-4da1-b0c9-b22a16ea69fd","title":"01 khaki-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805447021205_01 Khaki_S","barcode":"","position":1,"option1":"01 khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a4027690fc79d4412f5d571a03fbc53b.jpeg","path":"a4027690fc79d4412f5d571a03fbc53b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.05,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"20.05","retail_price":"0","available":true,"url":"\/products\/casual-mens-loose-polo-shirts-summer-short-sleeve-drawstring-turn-down-collar-tops-men-clothes-fashion-graphic-print-streetwaer?variant=c686e7c9-274e-46f8-aadd-a47ac4efee7a","available_quantity":999999999,"options":[{"name":"Color","value":"01 khaki"},{"name":"Size","value":"S"}],"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 : 3256805447021205_01 Khaki_S
${function(){
const variantData = data.variant || {"id":"c686e7c9-274e-46f8-aadd-a47ac4efee7a","product_id":"d4a7ccff-63e3-4da1-b0c9-b22a16ea69fd","title":"01 khaki-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805447021205_01 Khaki_S","barcode":"","position":1,"option1":"01 khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a4027690fc79d4412f5d571a03fbc53b.jpeg","path":"a4027690fc79d4412f5d571a03fbc53b.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.05,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"20.05","retail_price":"0","available":true,"url":"\/products\/casual-mens-loose-polo-shirts-summer-short-sleeve-drawstring-turn-down-collar-tops-men-clothes-fashion-graphic-print-streetwaer?variant=c686e7c9-274e-46f8-aadd-a47ac4efee7a","available_quantity":999999999,"options":[{"name":"Color","value":"01 khaki"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":34};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}