${function() {
const variantData = data.variant || {"id":"3f36f720-f114-4898-84a6-4eed593130f9","product_id":"b33f5c58-b3ef-4339-900b-cd0d6fca8f89","title":"Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"AGZ096595-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fcef14a6eec9dd806215ebf6f55fca70.jpeg","path":"fcef14a6eec9dd806215ebf6f55fca70.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"19.99","retail_price":"29.99","available":true,"url":"\/products\/washed-gradient-letter-embroidery-tee?variant=3f36f720-f114-4898-84a6-4eed593130f9","available_quantity":999999999,"options":[{"name":"color","value":"Blue"},{"name":"size","value":"S"}],"off_ratio":33,"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.
${function(){
const variantData = data.variant || {"id":"3f36f720-f114-4898-84a6-4eed593130f9","product_id":"b33f5c58-b3ef-4339-900b-cd0d6fca8f89","title":"Blue-S","weight_unit":"kg","inventory_quantity":999,"sku":"AGZ096595-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fcef14a6eec9dd806215ebf6f55fca70.jpeg","path":"fcef14a6eec9dd806215ebf6f55fca70.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"19.99","retail_price":"29.99","available":true,"url":"\/products\/washed-gradient-letter-embroidery-tee?variant=3f36f720-f114-4898-84a6-4eed593130f9","available_quantity":999999999,"options":[{"name":"color","value":"Blue"},{"name":"size","value":"S"}],"off_ratio":33,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}