${function() {
const variantData = data.variant || {"id":"4690044b-9236-4f4a-acd6-ec855633bcee","product_id":"7cfc8301-e551-4962-bc7d-0d16cf14af83","title":"Normal - Only 1 drain seal-Only buy 1 (50% discount)","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Normal - Only 1 drain seal","option2":"Only buy 1 (50% discount)","option3":"","note":"","image":null,"wholesale_price":[{"price":18.97,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"18.97","retail_price":"0","available":true,"url":"\/products\/washing-machine-drain-backflow-preventer?variant=4690044b-9236-4f4a-acd6-ec855633bcee","available_quantity":999999999,"options":[{"name":"STYLE","value":"Normal - Only 1 drain seal"},{"name":"Quantity","value":"Only buy 1 (50% discount)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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":"4690044b-9236-4f4a-acd6-ec855633bcee","product_id":"7cfc8301-e551-4962-bc7d-0d16cf14af83","title":"Normal - Only 1 drain seal-Only buy 1 (50% discount)","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Normal - Only 1 drain seal","option2":"Only buy 1 (50% discount)","option3":"","note":"","image":null,"wholesale_price":[{"price":18.97,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"18.97","retail_price":"0","available":true,"url":"\/products\/washing-machine-drain-backflow-preventer?variant=4690044b-9236-4f4a-acd6-ec855633bcee","available_quantity":999999999,"options":[{"name":"STYLE","value":"Normal - Only 1 drain seal"},{"name":"Quantity","value":"Only buy 1 (50% discount)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}