${function() {
const variantData = data.variant || {"id":"f1def420-0622-4d6a-87cf-07c5d79ea8e7","product_id":"52b3e2da-3960-4561-8e64-37168f13983a","title":"Coffee-S","weight_unit":"g","inventory_quantity":0,"sku":"EA250105162_CFF_S","barcode":"","position":1,"option1":"Coffee","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d6229d365c99685c554eff67a340aa2e.jpeg","path":"d6229d365c99685c554eff67a340aa2e.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/mens-casual-washed-t-shirt-ea250105162-1?variant=f1def420-0622-4d6a-87cf-07c5d79ea8e7","available_quantity":999999999,"options":[{"name":"Color","value":"Coffee"},{"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 : EA250105162_CFF_S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"f1def420-0622-4d6a-87cf-07c5d79ea8e7","product_id":"52b3e2da-3960-4561-8e64-37168f13983a","title":"Coffee-S","weight_unit":"g","inventory_quantity":0,"sku":"EA250105162_CFF_S","barcode":"","position":1,"option1":"Coffee","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d6229d365c99685c554eff67a340aa2e.jpeg","path":"d6229d365c99685c554eff67a340aa2e.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/mens-casual-washed-t-shirt-ea250105162-1?variant=f1def420-0622-4d6a-87cf-07c5d79ea8e7","available_quantity":999999999,"options":[{"name":"Color","value":"Coffee"},{"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}
`
}()}