${function() {
const variantData = data.variant || {"id":"9b4a80d7-acbc-4329-88c7-d8ec51988fe7","product_id":"b64528e9-261a-45e5-8e7f-32c624fbaa05","title":"Pink-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":5,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dee553cee89a5e661ef86af6f858ca12.jpg","path":"dee553cee89a5e661ef86af6f858ca12.jpg","width":1190,"height":1785,"alt":"Dresseswow Long Sleeves V-Neck Sequins Bodycon Dress Online YE0201","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"1","compare_at_price":"59.99","price":"59.99","retail_price":"59.99","available":true,"url":"\/products\/long-sleeves-v-neck-sequins-bodycon-dress-online-ye0201?variant=9b4a80d7-acbc-4329-88c7-d8ec51988fe7","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"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}
`
}()}