${function() {
const variantData = data.variant || {"id":"328e20ed-a5fc-49d6-8f59-baf46c1e1233","product_id":"65026b4e-811c-48a6-895c-c03137257b71","title":"10 inches","weight_unit":"kg","inventory_quantity":0,"sku":"ZWIG-10 inches","barcode":"","position":1,"option1":"10 inches","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"32.99","retail_price":"59.99","available":true,"url":"\/products\/gorgeous-short-wavy-wig?variant=328e20ed-a5fc-49d6-8f59-baf46c1e1233","available_quantity":999999999,"options":[{"name":"Length","value":"10 inches"}],"off_ratio":45,"flashsale_info":[],"sales":2};
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":"328e20ed-a5fc-49d6-8f59-baf46c1e1233","product_id":"65026b4e-811c-48a6-895c-c03137257b71","title":"10 inches","weight_unit":"kg","inventory_quantity":0,"sku":"ZWIG-10 inches","barcode":"","position":1,"option1":"10 inches","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"32.99","retail_price":"59.99","available":true,"url":"\/products\/gorgeous-short-wavy-wig?variant=328e20ed-a5fc-49d6-8f59-baf46c1e1233","available_quantity":999999999,"options":[{"name":"Length","value":"10 inches"}],"off_ratio":45,"flashsale_info":[],"sales":2};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}