${function() {
const variantData = data.variant || {"id":"0f06efeb-72c2-44b7-a164-68a782af659d","product_id":"29faade0-de9d-4974-9291-35f5ea78a518","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"23050507F-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/616cb1b8a74eb07e5e11e3890b9c0c06.jpeg","path":"616cb1b8a74eb07e5e11e3890b9c0c06.jpeg","width":801,"height":802,"alt":"","aspect_ratio":0.9987531172069826},"wholesale_price":[{"price":15.98,"min_quantity":1}],"weight":"0","compare_at_price":"22.98","price":"15.98","retail_price":"22.98","available":true,"url":"\/products\/even-on-the-darkest-days-stand-tall-and-follow-the-sun-print-womens-t-shirt?variant=0f06efeb-72c2-44b7-a164-68a782af659d","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":30,"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.
${function(){
const variantData = data.variant || {"id":"0f06efeb-72c2-44b7-a164-68a782af659d","product_id":"29faade0-de9d-4974-9291-35f5ea78a518","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"23050507F-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/616cb1b8a74eb07e5e11e3890b9c0c06.jpeg","path":"616cb1b8a74eb07e5e11e3890b9c0c06.jpeg","width":801,"height":802,"alt":"","aspect_ratio":0.9987531172069826},"wholesale_price":[{"price":15.98,"min_quantity":1}],"weight":"0","compare_at_price":"22.98","price":"15.98","retail_price":"22.98","available":true,"url":"\/products\/even-on-the-darkest-days-stand-tall-and-follow-the-sun-print-womens-t-shirt?variant=0f06efeb-72c2-44b7-a164-68a782af659d","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}