${function() {
const variantData = data.variant || {"id":"b2f8d168-da84-4d2c-ae01-bca026d189ef","product_id":"74faf3f6-4d47-4517-a0e4-62d3a47ceb7b","title":"Navy-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Navy S-46175150","barcode":"","position":11,"option1":"Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1c27b9567382d70b7ced05f1d49bbf6c.jpeg","path":"1c27b9567382d70b7ced05f1d49bbf6c.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.02,"min_quantity":1}],"weight":"0","compare_at_price":"28.02","price":"28.02","retail_price":"28.02","available":true,"url":"\/products\/sexy-womens-sleeveless-loose-sport-backless-biker-shorts-rompers-208565365002?variant=b2f8d168-da84-4d2c-ae01-bca026d189ef","available_quantity":999999999,"options":[{"name":"Color","value":"Navy"},{"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":"b2f8d168-da84-4d2c-ae01-bca026d189ef","product_id":"74faf3f6-4d47-4517-a0e4-62d3a47ceb7b","title":"Navy-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Navy S-46175150","barcode":"","position":11,"option1":"Navy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1c27b9567382d70b7ced05f1d49bbf6c.jpeg","path":"1c27b9567382d70b7ced05f1d49bbf6c.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.02,"min_quantity":1}],"weight":"0","compare_at_price":"28.02","price":"28.02","retail_price":"28.02","available":true,"url":"\/products\/sexy-womens-sleeveless-loose-sport-backless-biker-shorts-rompers-208565365002?variant=b2f8d168-da84-4d2c-ae01-bca026d189ef","available_quantity":999999999,"options":[{"name":"Color","value":"Navy"},{"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}
`
}()}