${function() {
const variantData = data.variant || {"id":"d47461e7-d136-4c47-a552-37a075d001ac","product_id":"d6b405cd-3fe3-473a-8935-5dda24f2e67a","title":"10 Inches","weight_unit":"kg","inventory_quantity":994,"sku":"","barcode":"","position":1,"option1":"10 Inches","option2":"","option3":"","note":"","image":null,"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\/linktohair-salt-and-pepper-wolf-cut-short-wavy-bob-glueless-wig-with-bang-100-human-hair?variant=d47461e7-d136-4c47-a552-37a075d001ac","available_quantity":999999999,"options":[{"name":"Length","value":"10 Inches"}],"off_ratio":50,"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":"d47461e7-d136-4c47-a552-37a075d001ac","product_id":"d6b405cd-3fe3-473a-8935-5dda24f2e67a","title":"10 Inches","weight_unit":"kg","inventory_quantity":994,"sku":"","barcode":"","position":1,"option1":"10 Inches","option2":"","option3":"","note":"","image":null,"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\/linktohair-salt-and-pepper-wolf-cut-short-wavy-bob-glueless-wig-with-bang-100-human-hair?variant=d47461e7-d136-4c47-a552-37a075d001ac","available_quantity":999999999,"options":[{"name":"Length","value":"10 Inches"}],"off_ratio":50,"flashsale_info":[],"sales":1};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}