${function() {
const variantData = data.variant || {"id":"ff22a6df-37ac-4855-a69f-b5c1bf959e78","product_id":"7a8c845d-90ce-4ea3-b98b-b0c12f55675d","title":"Red","weight_unit":"kg","inventory_quantity":0,"sku":"BOYZHE WL010-1P","barcode":"","position":1,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b13c037fa73248f6d764ebe06c6ccb36.png","path":"b13c037fa73248f6d764ebe06c6ccb36.png","width":369,"height":369,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":76.96,"min_quantity":1}],"weight":"0","compare_at_price":"179.69","price":"76.96","retail_price":"179.69","available":true,"url":"\/products\/boyzhe-wl010-leather-strap-mechanical-watch?variant=ff22a6df-37ac-4855-a69f-b5c1bf959e78","available_quantity":999999999,"options":[{"name":"Color","value":"Red"}],"off_ratio":57,"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":"ff22a6df-37ac-4855-a69f-b5c1bf959e78","product_id":"7a8c845d-90ce-4ea3-b98b-b0c12f55675d","title":"Red","weight_unit":"kg","inventory_quantity":0,"sku":"BOYZHE WL010-1P","barcode":"","position":1,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b13c037fa73248f6d764ebe06c6ccb36.png","path":"b13c037fa73248f6d764ebe06c6ccb36.png","width":369,"height":369,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":76.96,"min_quantity":1}],"weight":"0","compare_at_price":"179.69","price":"76.96","retail_price":"179.69","available":true,"url":"\/products\/boyzhe-wl010-leather-strap-mechanical-watch?variant=ff22a6df-37ac-4855-a69f-b5c1bf959e78","available_quantity":999999999,"options":[{"name":"Color","value":"Red"}],"off_ratio":57,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}