${function() {
const variantData = data.variant || {"id":"98838105-b626-4d35-9307-d0963d9fbff4","product_id":"0d273f4a-f43d-4112-a13c-564d6a4c5f29","title":"Band 02Q","weight_unit":"kg","inventory_quantity":1000,"sku":"2251832634981656_Band 02Q","barcode":"","position":1,"option1":"Band 02Q","option2":"","option3":"","note":"","image":{"src":"\/\/img.fantaskycdn.com\/31e7a89eeb5b4f6ab55070bc63cca1cc.jpeg","path":"31e7a89eeb5b4f6ab55070bc63cca1cc.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\/1pc-fruit-slice-multi-patterns-hair-accessories-elastic-rubber-bands-hair-clips-headwear-for-kids-girls-women-rope-hairpins?variant=98838105-b626-4d35-9307-d0963d9fbff4","available_quantity":999999999,"options":[{"name":"Color","value":"Band 02Q"}],"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":"98838105-b626-4d35-9307-d0963d9fbff4","product_id":"0d273f4a-f43d-4112-a13c-564d6a4c5f29","title":"Band 02Q","weight_unit":"kg","inventory_quantity":1000,"sku":"2251832634981656_Band 02Q","barcode":"","position":1,"option1":"Band 02Q","option2":"","option3":"","note":"","image":{"src":"\/\/img.fantaskycdn.com\/31e7a89eeb5b4f6ab55070bc63cca1cc.jpeg","path":"31e7a89eeb5b4f6ab55070bc63cca1cc.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\/1pc-fruit-slice-multi-patterns-hair-accessories-elastic-rubber-bands-hair-clips-headwear-for-kids-girls-women-rope-hairpins?variant=98838105-b626-4d35-9307-d0963d9fbff4","available_quantity":999999999,"options":[{"name":"Color","value":"Band 02Q"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}