🌿EchoFree Ear Drops
100% Natural – 20-in-1 Liquid Formula for Ear Wellness – With Chromium Picolinate, Ginkgo Biloba & GABA – Sugar-Free, Vegan, Non-GMO – Daily Support for Quiet Focus & Clarity – 2 Droppers/Day
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"bff9cc3e-b4b7-4f83-b7d5-f4ff95952722","product_id":"1290979f-230c-488a-b495-faf7af1ca57c","title":"1 Bottle","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"1 Bottle","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"14.99","retail_price":"29.99","available":true,"url":"\/products\/echofree-ear-drops?variant=bff9cc3e-b4b7-4f83-b7d5-f4ff95952722","available_quantity":999999999,"options":[{"name":"Quantity","value":"1 Bottle"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('7');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}