${function() {
const variantData = data.variant || {"id":"612511f8-b1b9-4efe-a451-c276049676cb","product_id":"d3f21ab4-1ea4-46d0-98ed-69bfd145fe80","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"MR1104-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2b43cb93b1dbdf79b841780e367b149c.jpeg","path":"2b43cb93b1dbdf79b841780e367b149c.jpeg","width":750,"height":1200,"alt":"","aspect_ratio":0.625},"wholesale_price":[{"price":35.6,"min_quantity":1}],"weight":"0","compare_at_price":"76.8","price":"35.6","retail_price":"76.8","available":true,"url":"\/products\/v-neck-buttons-printed-il8t-jtzg-34f7?variant=612511f8-b1b9-4efe-a451-c276049676cb","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":54,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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":"612511f8-b1b9-4efe-a451-c276049676cb","product_id":"d3f21ab4-1ea4-46d0-98ed-69bfd145fe80","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"MR1104-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2b43cb93b1dbdf79b841780e367b149c.jpeg","path":"2b43cb93b1dbdf79b841780e367b149c.jpeg","width":750,"height":1200,"alt":"","aspect_ratio":0.625},"wholesale_price":[{"price":35.6,"min_quantity":1}],"weight":"0","compare_at_price":"76.8","price":"35.6","retail_price":"76.8","available":true,"url":"\/products\/v-neck-buttons-printed-il8t-jtzg-34f7?variant=612511f8-b1b9-4efe-a451-c276049676cb","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":54,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}