${function() {
const variantData = data.variant || {"id":"2b878a46-f7d8-4fd4-a1e3-52e9927d4274","product_id":"48343aa1-d140-4ab3-b448-642159c2cef8","title":"8 Inches","weight_unit":"kg","inventory_quantity":985,"sku":"GL05x5TO15BWA1SAP","barcode":"","position":1,"option1":"8 Inches","option2":"","option3":"","note":"","image":{"src":"\/\/img.fantaskycdn.com\/9111e0e214388842f321ceda734da912.jpeg","path":"9111e0e214388842f321ceda734da912.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-limited-design-salt-pepper-body-wave-glueless-4x4-closure-lace-bob-wig-100-human-hair?variant=2b878a46-f7d8-4fd4-a1e3-52e9927d4274","available_quantity":999999999,"options":[{"name":"Length","value":"8 Inches"}],"off_ratio":50,"flashsale_info":[],"sales":11};
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":"2b878a46-f7d8-4fd4-a1e3-52e9927d4274","product_id":"48343aa1-d140-4ab3-b448-642159c2cef8","title":"8 Inches","weight_unit":"kg","inventory_quantity":985,"sku":"GL05x5TO15BWA1SAP","barcode":"","position":1,"option1":"8 Inches","option2":"","option3":"","note":"","image":{"src":"\/\/img.fantaskycdn.com\/9111e0e214388842f321ceda734da912.jpeg","path":"9111e0e214388842f321ceda734da912.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-limited-design-salt-pepper-body-wave-glueless-4x4-closure-lace-bob-wig-100-human-hair?variant=2b878a46-f7d8-4fd4-a1e3-52e9927d4274","available_quantity":999999999,"options":[{"name":"Length","value":"8 Inches"}],"off_ratio":50,"flashsale_info":[],"sales":11};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}