${function() {
const variantData = data.variant || {"id":"9d1ffffc-b7af-42d3-93aa-dbfe988aa3cb","product_id":"1467498f-d7d6-491a-bb15-72b6eda3c671","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1595698436286963714","barcode":"","position":7,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4816262e4682067efbbacdfc2c943192.png","path":"4816262e4682067efbbacdfc2c943192.png","width":800,"height":800,"alt":"c96f4f8ff021e9214c07dee564ae6204","aspect_ratio":1},"wholesale_price":[{"price":26.73,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"26.73","retail_price":"0","available":true,"url":"\/products\/mens-casual-printed-simple-fleece-sweatpants?variant=9d1ffffc-b7af-42d3-93aa-dbfe988aa3cb","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"S"}],"off_ratio":0,"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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : 1595698436286963714
Weight : 200g
${function(){
const variantData = data.variant || {"id":"9d1ffffc-b7af-42d3-93aa-dbfe988aa3cb","product_id":"1467498f-d7d6-491a-bb15-72b6eda3c671","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1595698436286963714","barcode":"","position":7,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4816262e4682067efbbacdfc2c943192.png","path":"4816262e4682067efbbacdfc2c943192.png","width":800,"height":800,"alt":"c96f4f8ff021e9214c07dee564ae6204","aspect_ratio":1},"wholesale_price":[{"price":26.73,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"26.73","retail_price":"0","available":true,"url":"\/products\/mens-casual-printed-simple-fleece-sweatpants?variant=9d1ffffc-b7af-42d3-93aa-dbfe988aa3cb","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}