${function() {
const variantData = data.variant || {"id":"857ea7b9-f849-41c4-9aed-8d3a711922de","product_id":"fa228e36-554c-4286-b33e-4b84fcc1ef4b","title":"Black","weight_unit":"kg","inventory_quantity":0,"sku":"BOYZHE WL018-1P","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b2ccd1361ed22605d2eac9bf7edf2758.png","path":"b2ccd1361ed22605d2eac9bf7edf2758.png","width":368,"height":367,"alt":"","aspect_ratio":1.002724795640327},"wholesale_price":[{"price":89,"min_quantity":1}],"weight":"0","compare_at_price":"179.69","price":"89","retail_price":"179.69","available":true,"url":"\/products\/boyzhe-wl018-leather-strap-mechanical-watch?variant=857ea7b9-f849-41c4-9aed-8d3a711922de","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":50,"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":"857ea7b9-f849-41c4-9aed-8d3a711922de","product_id":"fa228e36-554c-4286-b33e-4b84fcc1ef4b","title":"Black","weight_unit":"kg","inventory_quantity":0,"sku":"BOYZHE WL018-1P","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b2ccd1361ed22605d2eac9bf7edf2758.png","path":"b2ccd1361ed22605d2eac9bf7edf2758.png","width":368,"height":367,"alt":"","aspect_ratio":1.002724795640327},"wholesale_price":[{"price":89,"min_quantity":1}],"weight":"0","compare_at_price":"179.69","price":"89","retail_price":"179.69","available":true,"url":"\/products\/boyzhe-wl018-leather-strap-mechanical-watch?variant=857ea7b9-f849-41c4-9aed-8d3a711922de","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}