${function() {
const variantData = data.variant || {"id":"cc815db6-2b98-404a-b463-a69284f17ff3","product_id":"153ba5e0-c361-4a04-839c-c8697daac904","title":"Burgundy-S","weight_unit":"kg","inventory_quantity":0,"sku":"YE0078","barcode":"","position":1,"option1":"Burgundy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5ed61ebc4e8ce41ede5489cf4b22d653.jpg","path":"5ed61ebc4e8ce41ede5489cf4b22d653.jpg","width":666,"height":999,"alt":"Dresseswow Long Sleeves Mermaid Evening Dress Sequins V-Neck With Slit YE0078","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":89.99,"min_quantity":1}],"weight":"1","compare_at_price":"89.99","price":"89.99","retail_price":"89.99","available":true,"url":"\/products\/long-sleeves-mermaid-evening-dress-sequins-v-neck-with-slit-ye0078?variant=cc815db6-2b98-404a-b463-a69284f17ff3","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}
`
}()}