${function() {
const variantData = data.variant || {"id":"8655933a-743f-450c-8a11-fe7b25c40aff","product_id":"8e6595d9-726f-4545-a563-7724b042884c","title":"10 inches-silver hair","weight_unit":"kg","inventory_quantity":1000,"sku":"WT-516-2","barcode":"","position":1,"option1":"10 inches","option2":"silver hair","option3":"","note":"","image":null,"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"219","price":"38.99","retail_price":"219","available":true,"url":"\/products\/wigstrends-silver-hair-pepper-kinky-straight-wigs-100-human-hair?variant=8655933a-743f-450c-8a11-fe7b25c40aff","available_quantity":999999999,"options":[{"name":"Length","value":"10 inches"},{"name":"Color","value":"silver hair"}],"off_ratio":82,"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":"8655933a-743f-450c-8a11-fe7b25c40aff","product_id":"8e6595d9-726f-4545-a563-7724b042884c","title":"10 inches-silver hair","weight_unit":"kg","inventory_quantity":1000,"sku":"WT-516-2","barcode":"","position":1,"option1":"10 inches","option2":"silver hair","option3":"","note":"","image":null,"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"219","price":"38.99","retail_price":"219","available":true,"url":"\/products\/wigstrends-silver-hair-pepper-kinky-straight-wigs-100-human-hair?variant=8655933a-743f-450c-8a11-fe7b25c40aff","available_quantity":999999999,"options":[{"name":"Length","value":"10 inches"},{"name":"Color","value":"silver hair"}],"off_ratio":82,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}