${function() {
const variantData = data.variant || {"id":"c0035bb4-0fb6-4e8a-ae17-011c4d8ae8e7","product_id":"2736df0a-5339-4929-9fab-6a687289e09d","title":"Champagne-2","weight_unit":"kg","inventory_quantity":500,"sku":"TZ0839","barcode":"","position":1,"option1":"Champagne","option2":"2","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e45f0450fad8a5565e608e82f088433.jpeg","path":"9e45f0450fad8a5565e608e82f088433.jpeg","width":640,"height":853,"alt":"Dresseswow Ball Gown Knee Length Flower Girl Dress Sleeveless Jewel Neck With Sash Ribbon Bow Tier","aspect_ratio":0.7502930832356389},"wholesale_price":[{"price":48.99,"min_quantity":1}],"weight":"1","compare_at_price":"48.99","price":"48.99","retail_price":"48.99","available":true,"url":"\/products\/ball-gown-knee-length-flower-girl-dress-sleeveless-jewel-neck-with-sash-ribbon-bow-tier?variant=c0035bb4-0fb6-4e8a-ae17-011c4d8ae8e7","available_quantity":999999999,"options":[{"name":"Color","value":"Champagne"},{"name":"Size","value":"2"}],"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}
`
}()}