${function() {
const variantData = data.variant || {"id":"e6948f1b-5fad-43ae-b452-b945e71baa38","product_id":"803fca25-34cf-4a7b-8b51-af0a5615957a","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"101773870001","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b60eda903f7679765f2cd8bc8df17b9a.jpeg","path":"b60eda903f7679765f2cd8bc8df17b9a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/they-just-fade-into-crazy-drandparents-crew-neck-tees?variant=e6948f1b-5fad-43ae-b452-b945e71baa38","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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.
${function(){
const variantData = data.variant || {"id":"e6948f1b-5fad-43ae-b452-b945e71baa38","product_id":"803fca25-34cf-4a7b-8b51-af0a5615957a","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"101773870001","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b60eda903f7679765f2cd8bc8df17b9a.jpeg","path":"b60eda903f7679765f2cd8bc8df17b9a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/they-just-fade-into-crazy-drandparents-crew-neck-tees?variant=e6948f1b-5fad-43ae-b452-b945e71baa38","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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}
`
}()}