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 “Airomir Inhaler 100mcg – 200 Doses”

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

More Products

Nature’s Bounty Saw Palmetto 450mg 100 Capsules

$9.47

Saw Palmetto is a leading herb for men’s health, especially in later years. Used in herbal medicine to help relieve urologic symptoms of BPH. Features: Helps to Relieve Urologic Symptoms associated with mild to moderate benign prostatic hyperplasia Adult Dosage (Oral): For adult males, take three (3) capsules daily, with food to minimize gastric disturbances. Medicinal […]

LAVIGNE DAMAGE CONTROL BEARD & SCALP CONDITIONER 120ml

$21.18

LAVIGNE DAMAGE CONTROL BEARD & SCALP CONDITIONER 120ml Description Multi-purpose leave-in conditioner designed to hydrate and revitalize beard, scalp, and hair Infused with Tepezcohuite, Argan Oil, and Keratin to soothe, strengthen, and protect hair and skin Lightweight formula nourishes without buildup—perfect for daily grooming and care Advice to use Apply directly to beard, scalp, or […]

IDEAL PROTEIN PIZZA FLAVOURED CRISPS – 1 PC

$4.56

IDEAL PROTEIN PIZZA FLAVOURED CRISPS – 1 PC You’re gonna want a pizza me! Enjoy a mouthwatering twist on a classic flavor. A crunch with a punch! Ingredients  Protein blend (soy protein concentrate, whey protein isolate), Sunflower oil, Tapioca starch, Water, Soy fiber, Dehydrated vegetables (tomato powder, onion, garlic), Salt, Yeast extract, Natural flavours, Torula […]

CareSens Pro Test Strips – 50 Strips

$19.32

What are CareSens Pro Test Strips? CareSens Pro Test Strips offer fast and accurate 5-second testing with a small sample size of 0.4μl, compatible for use with the CareSens Dual blood glucose meter. These test strips use capillary and venous blood samples.    Which devices are compatible with these test strips? CareSens Pro Test Strips […]

Aerius Kids Allergy Syrup 100mL

$10.20

Fast and effective relief of 15 symptoms:Eyes: itchy, burning, watery, swollen, red eyes.Nose: congestion/stuffiness, sneezing, runny, itchy nose.Throat and Ears: allergic cough, itchy throat, itchy ears.Palate: Itchy palate.Skin: Skin itch, hives. Dosage: (Once Daily Single Oral Dose)Age 2 to 5 years: 1/2 teaspoon (2.5mL)Age 6 to 11 years: 1 teaspoon (5mL)Once a day formula, lasts […]