${function() {
const variantData = data.variant || {"id":"ae89bc9e-e9b4-4e4b-9e41-67f86d2e46f4","product_id":"0d102461-5202-40e4-a874-49dbf82e2f0e","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7104470","barcode":"7104470","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a54b8f71cfc7caccde3454d18814f7eb.webp","path":"a54b8f71cfc7caccde3454d18814f7eb.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.25,"min_quantity":1}],"weight":"0","compare_at_price":"142.99","price":"34.25","retail_price":"142.99","available":true,"url":"\/products\/ev18f4f786a0c0-7g50?variant=ae89bc9e-e9b4-4e4b-9e41-67f86d2e46f4","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"off_ratio":76,"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 : 7104470
Barcode : 7104470
${function(){
const variantData = data.variant || {"id":"ae89bc9e-e9b4-4e4b-9e41-67f86d2e46f4","product_id":"0d102461-5202-40e4-a874-49dbf82e2f0e","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7104470","barcode":"7104470","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a54b8f71cfc7caccde3454d18814f7eb.webp","path":"a54b8f71cfc7caccde3454d18814f7eb.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.25,"min_quantity":1}],"weight":"0","compare_at_price":"142.99","price":"34.25","retail_price":"142.99","available":true,"url":"\/products\/ev18f4f786a0c0-7g50?variant=ae89bc9e-e9b4-4e4b-9e41-67f86d2e46f4","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"off_ratio":76,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}