${function() {
const variantData = data.variant || {"id":"bbb580eb-77ba-4c0d-b18e-082d673674a1","product_id":"369b874c-4adb-4717-a56c-de1ced183af1","title":"black","weight_unit":"kg","inventory_quantity":999,"sku":"3256803849066475_black","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d94986a6ad1ae758478f31abc46c819f.jpeg","path":"d94986a6ad1ae758478f31abc46c819f.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\/woman-braids-wig-hairband-hairstyle-women-hair-accessories-bezel-headband-headwear-updo-girls-ornaments?variant=bbb580eb-77ba-4c0d-b18e-082d673674a1","available_quantity":999999999,"options":[{"name":"Color","value":"black"}],"off_ratio":50,"flashsale_info":[],"sales":1};
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":"bbb580eb-77ba-4c0d-b18e-082d673674a1","product_id":"369b874c-4adb-4717-a56c-de1ced183af1","title":"black","weight_unit":"kg","inventory_quantity":999,"sku":"3256803849066475_black","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d94986a6ad1ae758478f31abc46c819f.jpeg","path":"d94986a6ad1ae758478f31abc46c819f.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\/woman-braids-wig-hairband-hairstyle-women-hair-accessories-bezel-headband-headwear-updo-girls-ornaments?variant=bbb580eb-77ba-4c0d-b18e-082d673674a1","available_quantity":999999999,"options":[{"name":"Color","value":"black"}],"off_ratio":50,"flashsale_info":[],"sales":1};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}