${function() {
const variantData = data.variant || {"id":"de72158a-a120-46a6-a19a-139cd4a91f23","product_id":"af8dd450-73af-46d2-92c2-fc0e994574c4","title":"8 inches","weight_unit":"kg","inventory_quantity":997,"sku":"BB13x4TO15DCA0SAP","barcode":"","position":1,"option1":"8 inches","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b16b98bf8f6abfcdcecca2820a515af6.jpeg","path":"b16b98bf8f6abfcdcecca2820a515af6.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-style-salt-pepper-grey-hair-deep-curly-hd-13x4-lace-front-wig-100-human-hair?variant=de72158a-a120-46a6-a19a-139cd4a91f23","available_quantity":999999999,"options":[{"name":"Length","value":"8 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":"de72158a-a120-46a6-a19a-139cd4a91f23","product_id":"af8dd450-73af-46d2-92c2-fc0e994574c4","title":"8 inches","weight_unit":"kg","inventory_quantity":997,"sku":"BB13x4TO15DCA0SAP","barcode":"","position":1,"option1":"8 inches","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b16b98bf8f6abfcdcecca2820a515af6.jpeg","path":"b16b98bf8f6abfcdcecca2820a515af6.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-style-salt-pepper-grey-hair-deep-curly-hd-13x4-lace-front-wig-100-human-hair?variant=de72158a-a120-46a6-a19a-139cd4a91f23","available_quantity":999999999,"options":[{"name":"Length","value":"8 inches"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}