${function() {
const variantData = data.variant || {"id":"f9e3e252-4f2f-4e65-82e8-2174552ae737","product_id":"29ae4291-2d48-4eed-9864-9d4c37e44716","title":"style 1","weight_unit":"kg","inventory_quantity":1000,"sku":"3256804098456267_style 1","barcode":"","position":1,"option1":"style 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/180bb2aa0d27078fa10b3fc6cd287e05.jpeg","path":"180bb2aa0d27078fa10b3fc6cd287e05.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"19.99","price":"9.99","retail_price":"19.99","available":true,"url":"\/products\/vitnage-acetate-hair-claws-women-hairpins-hair-clips-crab-barrettes-women-hairgrip-girls-ornaments-bang-clips?variant=f9e3e252-4f2f-4e65-82e8-2174552ae737","available_quantity":999999999,"options":[{"name":"Color","value":"style 1"}],"off_ratio":50,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"f9e3e252-4f2f-4e65-82e8-2174552ae737","product_id":"29ae4291-2d48-4eed-9864-9d4c37e44716","title":"style 1","weight_unit":"kg","inventory_quantity":1000,"sku":"3256804098456267_style 1","barcode":"","position":1,"option1":"style 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/180bb2aa0d27078fa10b3fc6cd287e05.jpeg","path":"180bb2aa0d27078fa10b3fc6cd287e05.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"19.99","price":"9.99","retail_price":"19.99","available":true,"url":"\/products\/vitnage-acetate-hair-claws-women-hairpins-hair-clips-crab-barrettes-women-hairgrip-girls-ornaments-bang-clips?variant=f9e3e252-4f2f-4e65-82e8-2174552ae737","available_quantity":999999999,"options":[{"name":"Color","value":"style 1"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}