${function() {
const variantData = data.variant || {"id":"7d09285e-dff2-4770-b12b-cde63a920238","product_id":"c8014525-1d94-45a2-a314-747bd42e3642","title":"12 inches","weight_unit":"kg","inventory_quantity":988,"sku":"GL05x5TR20LWA1SAP","barcode":"","position":1,"option1":"12 inches","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a20a019cfc767db3848b03ef6ded98dc.jpeg","path":"a20a019cfc767db3848b03ef6ded98dc.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-color-salt-pepper-loose-wave-5x5-hd-lace-closure-100-human-hair-wig?variant=7d09285e-dff2-4770-b12b-cde63a920238","available_quantity":999999999,"options":[{"name":"Length","value":"12 inches"}],"off_ratio":50,"flashsale_info":[],"sales":4};
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":"7d09285e-dff2-4770-b12b-cde63a920238","product_id":"c8014525-1d94-45a2-a314-747bd42e3642","title":"12 inches","weight_unit":"kg","inventory_quantity":988,"sku":"GL05x5TR20LWA1SAP","barcode":"","position":1,"option1":"12 inches","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a20a019cfc767db3848b03ef6ded98dc.jpeg","path":"a20a019cfc767db3848b03ef6ded98dc.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-color-salt-pepper-loose-wave-5x5-hd-lace-closure-100-human-hair-wig?variant=7d09285e-dff2-4770-b12b-cde63a920238","available_quantity":999999999,"options":[{"name":"Length","value":"12 inches"}],"off_ratio":50,"flashsale_info":[],"sales":4};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}