${function() {
const variantData = data.variant || {"id":"67fe0faa-76e9-4cdd-a1e7-6aecdf4114a7","product_id":"7c549e72-230d-4b8e-ac92-560c4ca27aa2","title":"Red-S","weight_unit":"lb","inventory_quantity":1000,"sku":"101744710001","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3a88de83f3e33389141b0f97fd832ede.jpeg","path":"3a88de83f3e33389141b0f97fd832ede.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"34.48","price":"19.99","retail_price":"34.48","available":true,"url":"\/products\/i-m-the-nana-witch-womens-long-sleeves-shirts?variant=67fe0faa-76e9-4cdd-a1e7-6aecdf4114a7","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":42,"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":"67fe0faa-76e9-4cdd-a1e7-6aecdf4114a7","product_id":"7c549e72-230d-4b8e-ac92-560c4ca27aa2","title":"Red-S","weight_unit":"lb","inventory_quantity":1000,"sku":"101744710001","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3a88de83f3e33389141b0f97fd832ede.jpeg","path":"3a88de83f3e33389141b0f97fd832ede.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"34.48","price":"19.99","retail_price":"34.48","available":true,"url":"\/products\/i-m-the-nana-witch-womens-long-sleeves-shirts?variant=67fe0faa-76e9-4cdd-a1e7-6aecdf4114a7","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":42,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}