${function() {
const variantData = data.variant || {"id":"57796a4b-378f-4780-9b38-a6a63f492eab","product_id":"b58bb757-7418-429a-89ba-c79e3cb3b994","title":"Black and white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Black and white S-40917475","barcode":"","position":1,"option1":"Black and white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/05c3f98d85c50fa1591dbc7529d83958.jpeg","path":"05c3f98d85c50fa1591dbc7529d83958.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.86,"min_quantity":1}],"weight":"0","compare_at_price":"20.86","price":"20.86","retail_price":"20.86","available":true,"url":"\/products\/womens-deep-v-color-matching-sexy-bodycon-dress-208529121945?variant=57796a4b-378f-4780-9b38-a6a63f492eab","available_quantity":999999999,"options":[{"name":"Color","value":"Black and white"},{"name":"Size","value":"S"}],"off_ratio":0,"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.
Sku : Black and white S-40917475
${function(){
const variantData = data.variant || {"id":"57796a4b-378f-4780-9b38-a6a63f492eab","product_id":"b58bb757-7418-429a-89ba-c79e3cb3b994","title":"Black and white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Black and white S-40917475","barcode":"","position":1,"option1":"Black and white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/05c3f98d85c50fa1591dbc7529d83958.jpeg","path":"05c3f98d85c50fa1591dbc7529d83958.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.86,"min_quantity":1}],"weight":"0","compare_at_price":"20.86","price":"20.86","retail_price":"20.86","available":true,"url":"\/products\/womens-deep-v-color-matching-sexy-bodycon-dress-208529121945?variant=57796a4b-378f-4780-9b38-a6a63f492eab","available_quantity":999999999,"options":[{"name":"Color","value":"Black and white"},{"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}
`
}()}