${function() {
const variantData = data.variant || {"id":"892bbf20-ba2c-4489-94e8-6f6bd621f432","product_id":"99a80933-d97d-435e-b489-4e46a94e3d18","title":"Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XHm1hYSe6-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/13df8391369c4d485529facf8122da8a.jpeg","path":"13df8391369c4d485529facf8122da8a.jpeg","width":1029,"height":1029,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.89,"min_quantity":1}],"weight":"200","compare_at_price":"32","price":"19.89","retail_price":"32","available":true,"url":"\/products\/trendy-letter-print-t-shirt?variant=892bbf20-ba2c-4489-94e8-6f6bd621f432","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":38,"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 : XHm1hYSe6-Green-S
Weight : 200g
${function(){
const variantData = data.variant || {"id":"892bbf20-ba2c-4489-94e8-6f6bd621f432","product_id":"99a80933-d97d-435e-b489-4e46a94e3d18","title":"Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XHm1hYSe6-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/13df8391369c4d485529facf8122da8a.jpeg","path":"13df8391369c4d485529facf8122da8a.jpeg","width":1029,"height":1029,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.89,"min_quantity":1}],"weight":"200","compare_at_price":"32","price":"19.89","retail_price":"32","available":true,"url":"\/products\/trendy-letter-print-t-shirt?variant=892bbf20-ba2c-4489-94e8-6f6bd621f432","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}