${function() {
const variantData = data.variant || {"id":"f7e06b04-c4a0-458f-b12c-3fc47c1562cf","product_id":"34f490bd-5de2-4d72-9fb5-4e6d580650e8","title":"M-Green","weight_unit":"lb","inventory_quantity":1000,"sku":"Teesku55880234","barcode":"","position":1,"option1":"M","option2":"Green","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/30975fc692c0fe9808a8e6c9048065df.jpeg","path":"30975fc692c0fe9808a8e6c9048065df.jpeg","width":432,"height":576,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":15,"min_quantity":1}],"weight":"0","compare_at_price":"25","price":"15","retail_price":"25","available":true,"url":"\/products\/round-neck-rainbow-good-vibes-casual-vest?variant=f7e06b04-c4a0-458f-b12c-3fc47c1562cf","available_quantity":1000,"options":[{"name":"Size","value":"M"},{"name":"Color","value":"Green"}],"off_ratio":40,"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":"f7e06b04-c4a0-458f-b12c-3fc47c1562cf","product_id":"34f490bd-5de2-4d72-9fb5-4e6d580650e8","title":"M-Green","weight_unit":"lb","inventory_quantity":1000,"sku":"Teesku55880234","barcode":"","position":1,"option1":"M","option2":"Green","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/30975fc692c0fe9808a8e6c9048065df.jpeg","path":"30975fc692c0fe9808a8e6c9048065df.jpeg","width":432,"height":576,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":15,"min_quantity":1}],"weight":"0","compare_at_price":"25","price":"15","retail_price":"25","available":true,"url":"\/products\/round-neck-rainbow-good-vibes-casual-vest?variant=f7e06b04-c4a0-458f-b12c-3fc47c1562cf","available_quantity":1000,"options":[{"name":"Size","value":"M"},{"name":"Color","value":"Green"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}