${function() {
const variantData = data.variant || {"id":"4200dd32-f2dc-4e55-9fce-ce3561ff590c","product_id":"09dd77e8-b6b0-4da9-9eb4-7c0579453cb0","title":"White Blue Belt Watch","weight_unit":"kg","inventory_quantity":0,"sku":"BOYZHE WL024-1P","barcode":"","position":1,"option1":"White Blue Belt Watch","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6683aa9ec1947959923ae8febd9eadcd.png","path":"6683aa9ec1947959923ae8febd9eadcd.png","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":85.96,"min_quantity":1}],"weight":"0","compare_at_price":"185.96","price":"85.96","retail_price":"185.96","available":true,"url":"\/products\/boyzhe-wl024-mechanical-watch?variant=4200dd32-f2dc-4e55-9fce-ce3561ff590c","available_quantity":999999999,"options":[{"name":"Color","value":"White Blue Belt Watch"}],"off_ratio":54,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"4200dd32-f2dc-4e55-9fce-ce3561ff590c","product_id":"09dd77e8-b6b0-4da9-9eb4-7c0579453cb0","title":"White Blue Belt Watch","weight_unit":"kg","inventory_quantity":0,"sku":"BOYZHE WL024-1P","barcode":"","position":1,"option1":"White Blue Belt Watch","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6683aa9ec1947959923ae8febd9eadcd.png","path":"6683aa9ec1947959923ae8febd9eadcd.png","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":85.96,"min_quantity":1}],"weight":"0","compare_at_price":"185.96","price":"85.96","retail_price":"185.96","available":true,"url":"\/products\/boyzhe-wl024-mechanical-watch?variant=4200dd32-f2dc-4e55-9fce-ce3561ff590c","available_quantity":999999999,"options":[{"name":"Color","value":"White Blue Belt Watch"}],"off_ratio":54,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}