${function() {
const variantData = data.variant || {"id":"67504d19-785f-489b-954d-e7ac18826470","product_id":"978494c7-5cc7-4461-b2a5-4edf55fb27ba","title":"White and Gold","weight_unit":"kg","inventory_quantity":0,"sku":"KINYUED J110-1P","barcode":"","position":1,"option1":"White and Gold","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c87528f0ec38154ba2fb25518a89557d.png","path":"c87528f0ec38154ba2fb25518a89557d.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":89.96,"min_quantity":1}],"weight":"0","compare_at_price":"189.96","price":"89.96","retail_price":"189.96","available":true,"url":"\/products\/kinyued-j110-mechanical-watch?variant=67504d19-785f-489b-954d-e7ac18826470","available_quantity":999999999,"options":[{"name":"Color","value":"White and Gold"}],"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":"67504d19-785f-489b-954d-e7ac18826470","product_id":"978494c7-5cc7-4461-b2a5-4edf55fb27ba","title":"White and Gold","weight_unit":"kg","inventory_quantity":0,"sku":"KINYUED J110-1P","barcode":"","position":1,"option1":"White and Gold","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c87528f0ec38154ba2fb25518a89557d.png","path":"c87528f0ec38154ba2fb25518a89557d.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":89.96,"min_quantity":1}],"weight":"0","compare_at_price":"189.96","price":"89.96","retail_price":"189.96","available":true,"url":"\/products\/kinyued-j110-mechanical-watch?variant=67504d19-785f-489b-954d-e7ac18826470","available_quantity":999999999,"options":[{"name":"Color","value":"White and Gold"}],"off_ratio":53,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}