${function() {
const variantData = data.variant || {"id":"1a255ba1-067b-4fb5-85b3-d77d65ed9940","product_id":"f7b7ef0a-1b33-4465-98ef-391a9dd0b906","title":"Green","weight_unit":"kg","inventory_quantity":1000,"sku":"17592189727464","barcode":"","position":1,"option1":"Green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/398cacf32b147658d84d21d502bfcac8.jpeg","path":"398cacf32b147658d84d21d502bfcac8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.07,"min_quantity":1}],"weight":"0","compare_at_price":"2.99","price":"10.07","retail_price":"2.99","available":true,"url":"\/products\/large-silky-hair-bows-for-women-girls-with-ribbon-long-hair-barrettes-big-hair-bow-for-women-and-girls-bowknot-hair-clips?variant=1a255ba1-067b-4fb5-85b3-d77d65ed9940","available_quantity":999999999,"options":[{"name":"Color","value":"Green"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"1a255ba1-067b-4fb5-85b3-d77d65ed9940","product_id":"f7b7ef0a-1b33-4465-98ef-391a9dd0b906","title":"Green","weight_unit":"kg","inventory_quantity":1000,"sku":"17592189727464","barcode":"","position":1,"option1":"Green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/398cacf32b147658d84d21d502bfcac8.jpeg","path":"398cacf32b147658d84d21d502bfcac8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.07,"min_quantity":1}],"weight":"0","compare_at_price":"2.99","price":"10.07","retail_price":"2.99","available":true,"url":"\/products\/large-silky-hair-bows-for-women-girls-with-ribbon-long-hair-barrettes-big-hair-bow-for-women-and-girls-bowknot-hair-clips?variant=1a255ba1-067b-4fb5-85b3-d77d65ed9940","available_quantity":999999999,"options":[{"name":"Color","value":"Green"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}