${function() {
const variantData = data.variant || {"id":"3269e3eb-403e-457d-9bfb-8cd36b83b7bf","product_id":"0273c9c1-7fc1-4ee1-bc67-f2263f3c21a0","title":"Red-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67c96dc520c342a2f6823d987f7c74b0.jpg","path":"67c96dc520c342a2f6823d987f7c74b0.jpg","width":737,"height":982,"alt":"","aspect_ratio":0.7505091649694501},"wholesale_price":[{"price":38.86,"min_quantity":1}],"weight":"0","compare_at_price":"76.86","price":"38.86","retail_price":"76.86","available":true,"url":"\/products\/7-colors-jersey-mature-women-suit?variant=3269e3eb-403e-457d-9bfb-8cd36b83b7bf","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":49,"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":"3269e3eb-403e-457d-9bfb-8cd36b83b7bf","product_id":"0273c9c1-7fc1-4ee1-bc67-f2263f3c21a0","title":"Red-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67c96dc520c342a2f6823d987f7c74b0.jpg","path":"67c96dc520c342a2f6823d987f7c74b0.jpg","width":737,"height":982,"alt":"","aspect_ratio":0.7505091649694501},"wholesale_price":[{"price":38.86,"min_quantity":1}],"weight":"0","compare_at_price":"76.86","price":"38.86","retail_price":"76.86","available":true,"url":"\/products\/7-colors-jersey-mature-women-suit?variant=3269e3eb-403e-457d-9bfb-8cd36b83b7bf","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}