${function() {
const variantData = data.variant || {"id":"3ef1ef0e-a167-4fa9-afb0-de55c42e350e","product_id":"bce18c00-5d62-42b8-abc1-408dea36a4fa","title":"10 inches","weight_unit":"kg","inventory_quantity":955,"sku":"ZUM-10 inches","barcode":"","position":1,"option1":"10 inches","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"33.99","retail_price":"68","available":true,"url":"\/products\/human-hair-closure-wig-side-part-bob-wig?variant=3ef1ef0e-a167-4fa9-afb0-de55c42e350e","available_quantity":999999999,"options":[{"name":"Length","value":"10 inches"}],"off_ratio":50,"flashsale_info":[],"sales":8};
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":"3ef1ef0e-a167-4fa9-afb0-de55c42e350e","product_id":"bce18c00-5d62-42b8-abc1-408dea36a4fa","title":"10 inches","weight_unit":"kg","inventory_quantity":955,"sku":"ZUM-10 inches","barcode":"","position":1,"option1":"10 inches","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"33.99","retail_price":"68","available":true,"url":"\/products\/human-hair-closure-wig-side-part-bob-wig?variant=3ef1ef0e-a167-4fa9-afb0-de55c42e350e","available_quantity":999999999,"options":[{"name":"Length","value":"10 inches"}],"off_ratio":50,"flashsale_info":[],"sales":8};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}