${function() {
const variantData = data.variant || {"id":"e21b9157-c81e-4437-8733-d7360f53c25c","product_id":"5943a7ac-2d52-41f9-8048-a30357ee76be","title":"Beige","weight_unit":"kg","inventory_quantity":1000,"sku":"3256804835681839_Beige","barcode":"","position":1,"option1":"Beige","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5eccd2a62b4fed506e4f7ff7d71acf37.jpeg","path":"5eccd2a62b4fed506e4f7ff7d71acf37.jpeg","width":1200,"height":1200,"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\/new-autumn-and-winter-korean-woman-elegant-retro-velvet-hairband-candy-colored-headband-girls-headwear-ladies-hair-accessories?variant=e21b9157-c81e-4437-8733-d7360f53c25c","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"}],"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":"e21b9157-c81e-4437-8733-d7360f53c25c","product_id":"5943a7ac-2d52-41f9-8048-a30357ee76be","title":"Beige","weight_unit":"kg","inventory_quantity":1000,"sku":"3256804835681839_Beige","barcode":"","position":1,"option1":"Beige","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5eccd2a62b4fed506e4f7ff7d71acf37.jpeg","path":"5eccd2a62b4fed506e4f7ff7d71acf37.jpeg","width":1200,"height":1200,"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\/new-autumn-and-winter-korean-woman-elegant-retro-velvet-hairband-candy-colored-headband-girls-headwear-ladies-hair-accessories?variant=e21b9157-c81e-4437-8733-d7360f53c25c","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}