${function() {
const variantData = data.variant || {"id":"80363ebd-5699-4d06-be70-06bebe4edfd3","product_id":"c7a032c8-476e-43bc-ac99-912d3c2ed1b2","title":"STONE-S","weight_unit":"kg","inventory_quantity":1000,"sku":"UO1761194-\u026bS","barcode":"","position":1,"option1":"STONE","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7696a2a5e0e271b0e6edbf8bd8f1fa1d.jpeg","path":"7696a2a5e0e271b0e6edbf8bd8f1fa1d.jpeg","width":750,"height":1127,"alt":"","aspect_ratio":0.6654835847382431},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"78.99","price":"39.99","retail_price":"78.99","available":true,"url":"\/products\/button-down-shirt-jacket-buy-2-free-shipping?variant=80363ebd-5699-4d06-be70-06bebe4edfd3","available_quantity":999999999,"options":[{"name":"Color","value":"STONE"},{"name":"Size","value":"S"}],"off_ratio":49,"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":"80363ebd-5699-4d06-be70-06bebe4edfd3","product_id":"c7a032c8-476e-43bc-ac99-912d3c2ed1b2","title":"STONE-S","weight_unit":"kg","inventory_quantity":1000,"sku":"UO1761194-\u026bS","barcode":"","position":1,"option1":"STONE","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7696a2a5e0e271b0e6edbf8bd8f1fa1d.jpeg","path":"7696a2a5e0e271b0e6edbf8bd8f1fa1d.jpeg","width":750,"height":1127,"alt":"","aspect_ratio":0.6654835847382431},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"78.99","price":"39.99","retail_price":"78.99","available":true,"url":"\/products\/button-down-shirt-jacket-buy-2-free-shipping?variant=80363ebd-5699-4d06-be70-06bebe4edfd3","available_quantity":999999999,"options":[{"name":"Color","value":"STONE"},{"name":"Size","value":"S"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}