${function() {
const variantData = data.variant || {"id":"b68298c0-4026-4143-a02f-a6fdf4212c5e","product_id":"0874c63a-0a2d-4276-a676-ce11affe12ef","title":"Brown-XS","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":11,"option1":"Brown","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/33880fb7b819ba1617fdb42371de89c1.jpg","path":"33880fb7b819ba1617fdb42371de89c1.jpg","width":1190,"height":1785,"alt":"Dresseswow Spaghetti-Straps Tea-Length Sheath Bodycon Dress Online YE0200","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"1","compare_at_price":"49.99","price":"49.99","retail_price":"49.99","available":true,"url":"\/products\/spaghetti-straps-tea-length-sheath-bodycon-dress-online-ye0200?variant=b68298c0-4026-4143-a02f-a6fdf4212c5e","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"XS"}],"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}
`
}()}