${function() {
const variantData = data.variant || {"id":"ca9bb3d8-1c2c-4dff-aacc-ebc290192c6f","product_id":"7deaabd6-4b49-4b39-863a-5d90abe9d39d","title":"Gold White Dial","weight_unit":"kg","inventory_quantity":0,"sku":"BOYZHE WL008-1P","barcode":"","position":1,"option1":"Gold White Dial","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/01884fab29296b91ec29cb4c3e6e6ae0.png","path":"01884fab29296b91ec29cb4c3e6e6ae0.png","width":784,"height":786,"alt":"","aspect_ratio":0.9974554707379135},"wholesale_price":[{"price":89,"min_quantity":1}],"weight":"0","compare_at_price":"189.69","price":"89","retail_price":"189.69","available":true,"url":"\/products\/boyzhe-wl008-leather-strap-mechanical-watch?variant=ca9bb3d8-1c2c-4dff-aacc-ebc290192c6f","available_quantity":999999999,"options":[{"name":"Color","value":"Gold White Dial"}],"off_ratio":53,"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":"ca9bb3d8-1c2c-4dff-aacc-ebc290192c6f","product_id":"7deaabd6-4b49-4b39-863a-5d90abe9d39d","title":"Gold White Dial","weight_unit":"kg","inventory_quantity":0,"sku":"BOYZHE WL008-1P","barcode":"","position":1,"option1":"Gold White Dial","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/01884fab29296b91ec29cb4c3e6e6ae0.png","path":"01884fab29296b91ec29cb4c3e6e6ae0.png","width":784,"height":786,"alt":"","aspect_ratio":0.9974554707379135},"wholesale_price":[{"price":89,"min_quantity":1}],"weight":"0","compare_at_price":"189.69","price":"89","retail_price":"189.69","available":true,"url":"\/products\/boyzhe-wl008-leather-strap-mechanical-watch?variant=ca9bb3d8-1c2c-4dff-aacc-ebc290192c6f","available_quantity":999999999,"options":[{"name":"Color","value":"Gold White Dial"}],"off_ratio":53,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}