${function() {
const variantData = data.variant || {"id":"2d99447e-4e4e-44a2-878e-54756ca7ae05","product_id":"c0bf3086-db81-4e2b-8e76-8be6ab4fe41f","title":"6 inches","weight_unit":"kg","inventory_quantity":998,"sku":"GL05x5TR15STA0SAP","barcode":"","position":1,"option1":"6 inches","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e67f9c743fc12d6886c7d72722e23641.jpeg","path":"e67f9c743fc12d6886c7d72722e23641.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"65.99","price":"32.99","retail_price":"65.99","available":true,"url":"\/products\/trendy-color-salt-pepper-side-part-straight-bob-glueless-4x4-closure-lace-wig-100-human-hair?variant=2d99447e-4e4e-44a2-878e-54756ca7ae05","available_quantity":999999999,"options":[{"name":"Length","value":"6 inches"}],"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":"2d99447e-4e4e-44a2-878e-54756ca7ae05","product_id":"c0bf3086-db81-4e2b-8e76-8be6ab4fe41f","title":"6 inches","weight_unit":"kg","inventory_quantity":998,"sku":"GL05x5TR15STA0SAP","barcode":"","position":1,"option1":"6 inches","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e67f9c743fc12d6886c7d72722e23641.jpeg","path":"e67f9c743fc12d6886c7d72722e23641.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"65.99","price":"32.99","retail_price":"65.99","available":true,"url":"\/products\/trendy-color-salt-pepper-side-part-straight-bob-glueless-4x4-closure-lace-wig-100-human-hair?variant=2d99447e-4e4e-44a2-878e-54756ca7ae05","available_quantity":999999999,"options":[{"name":"Length","value":"6 inches"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}