${function() {
const variantData = data.variant || {"id":"b8031b14-b124-4095-a208-82aa4db9d8b6","product_id":"fa011bb9-6440-4d04-aa84-4422003b909e","title":"Coffee-S","weight_unit":"g","inventory_quantity":999,"sku":"XHWG2cNSb-Coffee-S","barcode":"","position":1,"option1":"Coffee","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/83526fe474982736451ee3b2c315e7b0.jpeg","path":"83526fe474982736451ee3b2c315e7b0.jpeg","width":1330,"height":1330,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"200","compare_at_price":"29","price":"18.89","retail_price":"29","available":true,"url":"\/products\/fearless-print-short-sleeve-t-shirt?variant=b8031b14-b124-4095-a208-82aa4db9d8b6","available_quantity":999999999,"options":[{"name":"Color","value":"Coffee"},{"name":"Size","value":"S"}],"off_ratio":35,"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 : XHWG2cNSb-Coffee-S
Weight : 200g
${function(){
const variantData = data.variant || {"id":"b8031b14-b124-4095-a208-82aa4db9d8b6","product_id":"fa011bb9-6440-4d04-aa84-4422003b909e","title":"Coffee-S","weight_unit":"g","inventory_quantity":999,"sku":"XHWG2cNSb-Coffee-S","barcode":"","position":1,"option1":"Coffee","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/83526fe474982736451ee3b2c315e7b0.jpeg","path":"83526fe474982736451ee3b2c315e7b0.jpeg","width":1330,"height":1330,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"200","compare_at_price":"29","price":"18.89","retail_price":"29","available":true,"url":"\/products\/fearless-print-short-sleeve-t-shirt?variant=b8031b14-b124-4095-a208-82aa4db9d8b6","available_quantity":999999999,"options":[{"name":"Color","value":"Coffee"},{"name":"Size","value":"S"}],"off_ratio":35,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}