Description

Description

‘use strict’;
function initMiniSearch() {
return {
minSearchLength: 2,
isLiveSearchEnabled: 1,
suggestions: [],
validated: true,
suggest() {
const search = this.$refs.searchInput;
this.validated = true;
if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) {
this.fetchSuggestions(search.value);
} else {
this.suggestions = [];
}
},
fetchSuggestions(term) {
fetch(
window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}),
{
headers: {
‘X-Requested-With’: ‘XMLHttpRequest’
}
}
)
.then(response => response.json())
.then(result => this.suggestions = result);
},
search(term) {
const search = this.$refs.searchInput;
term = term || search.value;
if (term.length < this.minSearchLength) {
this.validated = false;
} else {
this.validated = true;
search.value = term;
this.$refs.form.submit();
}
},
focusElement(element) {
if (element && element.nodeName === "DIV") {
element.focus();
return true;
} else {
return false;
}
}
}
}

path]:stroke-[1px] max-lgmd:text-white lgmd:[&>path]:stroke-[1.5px]” width=”23″ height=”23″ role=”img”>

search
Search

Minimum search query length is 2

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Treathay Fexofenadine 120mg – 30 Tablets”

Your email address will not be published. Required fields are marked *

More Products

L’Oréal Paris Superior Preference Premium Hair Color

$14.97

Superior Preference the fade-defying colour by L’Oréal Paris. The unique liquid-gel formula delivers extraordinary luminous colour for up to eight weeks.

1 Application.

Softsoap Lavender & Honey Crème Moisturizing Body Wash 591ml

$6.93

Make life more bubbly with Softsoap® Moisturizing Body Wash, Lavender & Honey Crème. Made with real lavender extract and honey, this body wash helps retain your skin’s natural moisture, surprising you with soft and smooth feeling skin. Gentle enough to be used every day, this paraben free body wash is also pH balanced for your […]

Ivory Pure Clean Original Bar Soap 3 Bars

$3.65

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Forceval Multivitamin Capsules – Pack of 30

$26.08

Forceval Multivitamin Capsules – Pack of 30
Multivitamin and mineral supplement 
Contains a combination of 24 essential vitamins and minerals

Benadryl Allergy Natural Relief Nasal Spray – 15 ml

$7.98

What is Benadryl Natural Relief nasal spray? Benadryl Natural Relief nasal spray is a natural remedy for allergy symptoms affecting your nose. This includes sneezing, itching, and a runny or blocked nose. If you’re suffering from hay fever or other allergies and are looking for a natural remedy, or need a hayfever nasal spray that […]

Benylin Cough & Chest Congestion Extra Strength with Warming Sensation 250mL

$13.88

Fast relief of: cough with phlegm, chest congestion, irritated throat. Dosage: Adults (12 years and over): 2 tsp. (10mL) every 6 hours. Maximum 8tsp. (40mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Talk to a doctor before using this product if you have high blood pressure, heart or thyroid disease, diabetes, asthma, […]