${function() {
const variantData = data.variant || {"id":"6a52225e-305f-476f-91b5-4b67097980e7","product_id":"1fb5bdcc-7ee5-4fc6-bd08-2b44cb0f3db5","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue S-41077316","barcode":"","position":9,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/096c1afc4699c7f135dbfe5d2f73ebda.png","path":"096c1afc4699c7f135dbfe5d2f73ebda.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.56,"min_quantity":1}],"weight":"0","compare_at_price":"34.56","price":"34.56","retail_price":"34.56","available":true,"url":"\/products\/cool-girl-high-waist-harem-sports-plaid-casual-pants-208565339172?variant=6a52225e-305f-476f-91b5-4b67097980e7","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"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":"6a52225e-305f-476f-91b5-4b67097980e7","product_id":"1fb5bdcc-7ee5-4fc6-bd08-2b44cb0f3db5","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue S-41077316","barcode":"","position":9,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/096c1afc4699c7f135dbfe5d2f73ebda.png","path":"096c1afc4699c7f135dbfe5d2f73ebda.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.56,"min_quantity":1}],"weight":"0","compare_at_price":"34.56","price":"34.56","retail_price":"34.56","available":true,"url":"\/products\/cool-girl-high-waist-harem-sports-plaid-casual-pants-208565339172?variant=6a52225e-305f-476f-91b5-4b67097980e7","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"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}
`
}()}