${function() {
const variantData = data.variant || {"id":"0d482a23-0b18-4ac4-ace0-feaf02d26e44","product_id":"940ca186-5f5a-401b-837f-c07191329347","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Green S-41573042","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e80e46c004f8873d8934aaa936a84667.jpeg","path":"e80e46c004f8873d8934aaa936a84667.jpeg","width":637,"height":758,"alt":"","aspect_ratio":0.8403693931398417},"wholesale_price":[{"price":19.16,"min_quantity":1}],"weight":"0","compare_at_price":"19.16","price":"19.16","retail_price":"19.16","available":true,"url":"\/products\/womens-summer-printed-casual-loose-v-neck-beach-sexy-party-rompers-208565365863?variant=0d482a23-0b18-4ac4-ace0-feaf02d26e44","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"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":"0d482a23-0b18-4ac4-ace0-feaf02d26e44","product_id":"940ca186-5f5a-401b-837f-c07191329347","title":"Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Green S-41573042","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e80e46c004f8873d8934aaa936a84667.jpeg","path":"e80e46c004f8873d8934aaa936a84667.jpeg","width":637,"height":758,"alt":"","aspect_ratio":0.8403693931398417},"wholesale_price":[{"price":19.16,"min_quantity":1}],"weight":"0","compare_at_price":"19.16","price":"19.16","retail_price":"19.16","available":true,"url":"\/products\/womens-summer-printed-casual-loose-v-neck-beach-sexy-party-rompers-208565365863?variant=0d482a23-0b18-4ac4-ace0-feaf02d26e44","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"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}
`
}()}