${function() {
const variantData = data.variant || {"id":"68b55507-88ea-4c12-a045-5ec9f409c758","product_id":"4068bb9f-ae45-4dba-996e-a9d8dcd30bb6","title":"Burgundy-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":11,"option1":"Burgundy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bdcb66eec033768e5921abc5078a871f.jpg","path":"bdcb66eec033768e5921abc5078a871f.jpg","width":1000,"height":1500,"alt":"Dresseswow V-Neck Sheath Short Party Dress With Beadings YE0033","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":65.99,"min_quantity":1}],"weight":"1","compare_at_price":"65.99","price":"65.99","retail_price":"65.99","available":true,"url":"\/products\/v-neck-sheath-short-party-dress-with-beadings-ye0033?variant=68b55507-88ea-4c12-a045-5ec9f409c758","available_quantity":999999999,"options":[{"name":"Color","value":"Burgundy"},{"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}
`
}()}