${function() {
const variantData = data.variant || {"id":"5c9d3ea7-eeb5-4cf5-ab1d-a6d64826f902","product_id":"994259cd-9568-4c2f-a153-1d46620d8e07","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue S-46175207","barcode":"","position":7,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d3db01eb522e56e753f9097c1a14fdc7.jpeg","path":"d3db01eb522e56e753f9097c1a14fdc7.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.42,"min_quantity":1}],"weight":"0","compare_at_price":"27.42","price":"27.42","retail_price":"27.42","available":true,"url":"\/products\/womens-solid-color-sleeveless-pocket-loose-cargo-shorts-rompers-208565364510?variant=5c9d3ea7-eeb5-4cf5-ab1d-a6d64826f902","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"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.
${function(){
const variantData = data.variant || {"id":"5c9d3ea7-eeb5-4cf5-ab1d-a6d64826f902","product_id":"994259cd-9568-4c2f-a153-1d46620d8e07","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue S-46175207","barcode":"","position":7,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d3db01eb522e56e753f9097c1a14fdc7.jpeg","path":"d3db01eb522e56e753f9097c1a14fdc7.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.42,"min_quantity":1}],"weight":"0","compare_at_price":"27.42","price":"27.42","retail_price":"27.42","available":true,"url":"\/products\/womens-solid-color-sleeveless-pocket-loose-cargo-shorts-rompers-208565364510?variant=5c9d3ea7-eeb5-4cf5-ab1d-a6d64826f902","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"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}
`
}()}