${function() {
const variantData = data.variant || {"id":"f9ae14e2-4000-4413-85ca-047f0552aa97","product_id":"7156c39a-f87e-4f54-ab33-00e1c5d4bcf8","title":"12 inches\uff08Model effect\uff09-Salt And Pepper","weight_unit":"kg","inventory_quantity":1000,"sku":"WT-515","barcode":"","position":1,"option1":"12 inches\uff08Model effect\uff09","option2":"Salt And 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\/wigstrend-shaggy-layered-short-pixie-cut-wig-with-bangs-curly-100-human-hair?variant=f9ae14e2-4000-4413-85ca-047f0552aa97","available_quantity":999999999,"options":[{"name":"Length","value":"12 inches\uff08Model effect\uff09"},{"name":"Color","value":"Salt And 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":"f9ae14e2-4000-4413-85ca-047f0552aa97","product_id":"7156c39a-f87e-4f54-ab33-00e1c5d4bcf8","title":"12 inches\uff08Model effect\uff09-Salt And Pepper","weight_unit":"kg","inventory_quantity":1000,"sku":"WT-515","barcode":"","position":1,"option1":"12 inches\uff08Model effect\uff09","option2":"Salt And 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\/wigstrend-shaggy-layered-short-pixie-cut-wig-with-bangs-curly-100-human-hair?variant=f9ae14e2-4000-4413-85ca-047f0552aa97","available_quantity":999999999,"options":[{"name":"Length","value":"12 inches\uff08Model effect\uff09"},{"name":"Color","value":"Salt And Pepper"}],"off_ratio":80,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}