${function() {
const variantData = data.variant || {"id":"2e904adc-b581-49ad-b718-c304702e0845","product_id":"ee2ea87f-266a-48d5-8ad2-777eaff2a1cd","title":"Black-One-Size","weight_unit":"kg","inventory_quantity":1000,"sku":"WHA265496-BLAONE","barcode":"","position":1,"option1":"Black","option2":"One-Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f1c01c07728e04ed1777e9d528dee882.jpeg","path":"f1c01c07728e04ed1777e9d528dee882.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"13.59","price":"9.99","retail_price":"13.59","available":true,"url":"\/products\/sorry-cant-horses-bye-print-hat-p9e4?variant=2e904adc-b581-49ad-b718-c304702e0845","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One-Size"}],"off_ratio":26,"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":"2e904adc-b581-49ad-b718-c304702e0845","product_id":"ee2ea87f-266a-48d5-8ad2-777eaff2a1cd","title":"Black-One-Size","weight_unit":"kg","inventory_quantity":1000,"sku":"WHA265496-BLAONE","barcode":"","position":1,"option1":"Black","option2":"One-Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f1c01c07728e04ed1777e9d528dee882.jpeg","path":"f1c01c07728e04ed1777e9d528dee882.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"13.59","price":"9.99","retail_price":"13.59","available":true,"url":"\/products\/sorry-cant-horses-bye-print-hat-p9e4?variant=2e904adc-b581-49ad-b718-c304702e0845","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One-Size"}],"off_ratio":26,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}