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 “Histallay Fexofenadine 120mg – 30 Tablets”

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

More Products

FLORA RESPIR ESSENCE 500ml

$19.72

FLORA RESPIR ESSENCE 500ml Description Flora Respir Essence is a natural herbal blend formulated to support respiratory health and help alleviate chest complaints, coughing, and bronchitis. This all-natural remedy contains a blend of thyme, licorice root, English plantain, stinging nettle, Cowslip Primrose flower, and elecampane, all in a delicious pear juice base. Respir•Essence helps remove […]

BOIRON KALIUM BICHROMICUM 30CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

Nexcare Sensitive Skin Adhesive Pads 4

$10.93

Pain-Free removal, yet holds securely.Hypoallergenic adhesive. Directions for Use:1. Clean and dry wound and surrounding skin thoroughly.2. Apply adhesive pad over wound. Do not stretch adhesive pad when applying.3. Firmly smooth adhesive border to skin. Directions for Removal: Gently lift the edge of adhesive pad and slowly peel from the skin in the direction of […]

Benylin Cough & Chest Congestion Extra Strength

$10.59

Fast relief of: cough with phlegm, chest congestion, sore throat pain. 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: Do not use with other products containing any of these ingredients or other cough/cold medications. Do not […]

Cold-FX Orange Chewable 200mg 45 Chewable Tablets

$21.91

Recommended Use: Cold-FX Chewable helps reduce frequency, severity and duration of cold and flu symptoms by boosting the immune system. It helps reduce overall symptoms of sore throat, fever, cough, headache, runny nose, nasal congestion, sneezing, malaise, ear-aches, and hoarseness. It provides further reduction of cold and flu symptoms when taken with a flu shot. […]

Option+ Ginger Anti-Nauseant Tablets 30 Tablets

$6.20

Indications: Helps prevent nausea and vomiting associated with motion sickness, and/or seasickness.  Dosage: Adults 18 years and older, children 6 to 11 years and adolescents 12 to 17 years: Take 1 or 2 tablets 1 to 3 times per day. For anti-nausea use, take up to 4 tablets per day. Take a single dose 30 […]