${function() {
const variantData = data.variant || {"id":"1cdb1bf0-3179-4ca2-a96d-412180efdcff","product_id":"97631a0c-b806-4a56-b63b-d223bde07b9b","title":"8 inches-Salt & Pepper","weight_unit":"kg","inventory_quantity":1000,"sku":"WT-419","barcode":"","position":1,"option1":"8 inches","option2":"Salt & Pepper","option3":"","note":"","image":null,"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"199","price":"38.99","retail_price":"199","available":true,"url":"\/products\/beginner-friendly-salt-and-pepper-bob-wig-loose-curly-human-hair-wear-and-go-wig?variant=1cdb1bf0-3179-4ca2-a96d-412180efdcff","available_quantity":999999999,"options":[{"name":"Length","value":"8 inches"},{"name":"Color","value":"Salt & Pepper"}],"off_ratio":80,"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}
`
}()}
${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":"1cdb1bf0-3179-4ca2-a96d-412180efdcff","product_id":"97631a0c-b806-4a56-b63b-d223bde07b9b","title":"8 inches-Salt & Pepper","weight_unit":"kg","inventory_quantity":1000,"sku":"WT-419","barcode":"","position":1,"option1":"8 inches","option2":"Salt & Pepper","option3":"","note":"","image":null,"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"199","price":"38.99","retail_price":"199","available":true,"url":"\/products\/beginner-friendly-salt-and-pepper-bob-wig-loose-curly-human-hair-wear-and-go-wig?variant=1cdb1bf0-3179-4ca2-a96d-412180efdcff","available_quantity":999999999,"options":[{"name":"Length","value":"8 inches"},{"name":"Color","value":"Salt & Pepper"}],"off_ratio":80,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}