${function() {
const variantData = data.variant || {"id":"6e4b5699-e7ff-450a-9f96-8d399464c85f","product_id":"1a024d6b-1d86-40dd-a3bb-080afe1f90da","title":"Coral-US2","weight_unit":"kg","inventory_quantity":0,"sku":"LS1478","barcode":"","position":1,"option1":"Coral","option2":"US2","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c357f3e883733c77c796426a99fdbb1.jpg","path":"0c357f3e883733c77c796426a99fdbb1.jpg","width":600,"height":900,"alt":"Dresseswow High Neck Coral Long Sleeves Prom Dress Mermaid With Crystals Ruffle","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":269.99,"min_quantity":1}],"weight":"2","compare_at_price":"269.99","price":"269.99","retail_price":"269.99","available":true,"url":"\/products\/high-neck-coral-long-sleeves-prom-dress-mermaid-with-crystals-ruffle?variant=6e4b5699-e7ff-450a-9f96-8d399464c85f","available_quantity":999999999,"options":[{"name":"Color","value":"Coral"},{"name":"Size","value":"US2"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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}
`
}()}