${function() {
const variantData = data.variant || {"id":"9fa34b5f-b8b8-47df-b272-7b8bb99d703b","product_id":"fb03e862-008a-400f-a648-a48942108157","title":"NO.6","weight_unit":"kg","inventory_quantity":1000,"sku":"2251832784413124_NO.6","barcode":"","position":1,"option1":"NO.6","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a6418dd53cb937e177eaf1e29e0f180c.jpeg","path":"a6418dd53cb937e177eaf1e29e0f180c.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\/4-7-inches-girls-printed-headband-rainbow-kids-rainbow-headwrap-colorful-turban-elastic-hairband-hair-haar-accessories-headers?variant=9fa34b5f-b8b8-47df-b272-7b8bb99d703b","available_quantity":999999999,"options":[{"name":"Color","value":"NO.6"}],"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":"9fa34b5f-b8b8-47df-b272-7b8bb99d703b","product_id":"fb03e862-008a-400f-a648-a48942108157","title":"NO.6","weight_unit":"kg","inventory_quantity":1000,"sku":"2251832784413124_NO.6","barcode":"","position":1,"option1":"NO.6","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a6418dd53cb937e177eaf1e29e0f180c.jpeg","path":"a6418dd53cb937e177eaf1e29e0f180c.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\/4-7-inches-girls-printed-headband-rainbow-kids-rainbow-headwrap-colorful-turban-elastic-hairband-hair-haar-accessories-headers?variant=9fa34b5f-b8b8-47df-b272-7b8bb99d703b","available_quantity":999999999,"options":[{"name":"Color","value":"NO.6"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}