${function() {
const variantData = data.variant || {"id":"b6d951a9-e8c5-468c-a304-c8256e64fe02","product_id":"e2404612-7b43-42c2-a582-a81c707c9cb0","title":"Light Green-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3075-Light Green-US6","barcode":"","position":1,"option1":"Light Green","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49a2d86623ef24fc0f989fc96f5212c1.jpeg","path":"49a2d86623ef24fc0f989fc96f5212c1.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":30.9,"min_quantity":1}],"weight":"0.16","compare_at_price":"93.9","price":"30.9","retail_price":"93.9","available":true,"url":"\/products\/sexy-sling-sleeveless-dress?variant=b6d951a9-e8c5-468c-a304-c8256e64fe02","available_quantity":999999999,"options":[{"name":"color","value":"Light Green"},{"name":"size","value":"US6"}],"off_ratio":67,"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.
Sku : P3075-Light Green-US6
Weight : 0.16kg
${function(){
const variantData = data.variant || {"id":"b6d951a9-e8c5-468c-a304-c8256e64fe02","product_id":"e2404612-7b43-42c2-a582-a81c707c9cb0","title":"Light Green-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3075-Light Green-US6","barcode":"","position":1,"option1":"Light Green","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49a2d86623ef24fc0f989fc96f5212c1.jpeg","path":"49a2d86623ef24fc0f989fc96f5212c1.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":30.9,"min_quantity":1}],"weight":"0.16","compare_at_price":"93.9","price":"30.9","retail_price":"93.9","available":true,"url":"\/products\/sexy-sling-sleeveless-dress?variant=b6d951a9-e8c5-468c-a304-c8256e64fe02","available_quantity":999999999,"options":[{"name":"color","value":"Light Green"},{"name":"size","value":"US6"}],"off_ratio":67,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}