${function() {
const variantData = data.variant || {"id":"3f645130-6feb-4611-9a86-97b31d3d8adf","product_id":"cac64bd0-6e10-48f4-9003-a49013d98e1a","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6589868","barcode":"6589868","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ede32f6acfa46d3b1d2a3441cd211c1.jpeg","path":"7ede32f6acfa46d3b1d2a3441cd211c1.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.59,"min_quantity":1}],"weight":"0.3","compare_at_price":"113.97","price":"45.59","retail_price":"113.97","available":true,"url":"\/products\/3259b1164486?variant=3f645130-6feb-4611-9a86-97b31d3d8adf","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":60,"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 : 6589868
Weight : 0.3kg
Barcode : 6589868
${function(){
const variantData = data.variant || {"id":"3f645130-6feb-4611-9a86-97b31d3d8adf","product_id":"cac64bd0-6e10-48f4-9003-a49013d98e1a","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6589868","barcode":"6589868","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ede32f6acfa46d3b1d2a3441cd211c1.jpeg","path":"7ede32f6acfa46d3b1d2a3441cd211c1.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.59,"min_quantity":1}],"weight":"0.3","compare_at_price":"113.97","price":"45.59","retail_price":"113.97","available":true,"url":"\/products\/3259b1164486?variant=3f645130-6feb-4611-9a86-97b31d3d8adf","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}