${function() {
const variantData = data.variant || {"id":"ae99afda-8680-4839-8ced-9f8862fa1116","product_id":"4fcec98e-6599-4782-8bc8-82850f3bee12","title":"6 inches","weight_unit":"kg","inventory_quantity":0,"sku":"ZY-WIG-6","barcode":"","position":1,"option1":"6 inches","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"29.99","retail_price":"49.99","available":true,"url":"\/products\/ultra-natural-lightweight-bouncy-glueless-wig-with-bangs?variant=ae99afda-8680-4839-8ced-9f8862fa1116","available_quantity":999999999,"options":[{"name":"Length","value":"6 inches"}],"off_ratio":40,"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":"ae99afda-8680-4839-8ced-9f8862fa1116","product_id":"4fcec98e-6599-4782-8bc8-82850f3bee12","title":"6 inches","weight_unit":"kg","inventory_quantity":0,"sku":"ZY-WIG-6","barcode":"","position":1,"option1":"6 inches","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"29.99","retail_price":"49.99","available":true,"url":"\/products\/ultra-natural-lightweight-bouncy-glueless-wig-with-bangs?variant=ae99afda-8680-4839-8ced-9f8862fa1116","available_quantity":999999999,"options":[{"name":"Length","value":"6 inches"}],"off_ratio":40,"flashsale_info":[],"sales":1};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}