${function() {
const variantData = data.variant || {"id":"1e1dcfc9-8646-401c-a974-f6b4bd28e47a","product_id":"03d6d39d-89d0-4ec5-9bff-3593e325df92","title":"s-white","weight_unit":"kg","inventory_quantity":999,"sku":"bec7e8fc-d43d-4c21-be14-e77b5ac596f2","barcode":"ee234689-655f-4f13-bf47-fc23fdda77f0","position":1,"option1":"s","option2":"white","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/881e5cf494e0750ae3f5e24435365c03.jpeg","path":"881e5cf494e0750ae3f5e24435365c03.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.83,"min_quantity":1}],"weight":"0","compare_at_price":"89","price":"45.83","retail_price":"89","available":true,"url":"\/products\/6e95b09cf1ba?variant=1e1dcfc9-8646-401c-a974-f6b4bd28e47a","available_quantity":999999999,"options":[{"name":"size","value":"s"},{"name":"colour","value":"white"}],"off_ratio":49,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : bec7e8fc-d43d-4c21-be14-e77b5ac596f2
Barcode : ee234689-655f-4f13-bf47-fc23fdda77f0
${function(){
const variantData = data.variant || {"id":"1e1dcfc9-8646-401c-a974-f6b4bd28e47a","product_id":"03d6d39d-89d0-4ec5-9bff-3593e325df92","title":"s-white","weight_unit":"kg","inventory_quantity":999,"sku":"bec7e8fc-d43d-4c21-be14-e77b5ac596f2","barcode":"ee234689-655f-4f13-bf47-fc23fdda77f0","position":1,"option1":"s","option2":"white","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/881e5cf494e0750ae3f5e24435365c03.jpeg","path":"881e5cf494e0750ae3f5e24435365c03.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.83,"min_quantity":1}],"weight":"0","compare_at_price":"89","price":"45.83","retail_price":"89","available":true,"url":"\/products\/6e95b09cf1ba?variant=1e1dcfc9-8646-401c-a974-f6b4bd28e47a","available_quantity":999999999,"options":[{"name":"size","value":"s"},{"name":"colour","value":"white"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}