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 “Almus Hay Fever 2% Eye Drops – 10ml”

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

More Products

Benylin All-In-One Cold And Flu Extra Strength Plus Mucus & Phlegm with Warming Sensation 250mL

$18.26

Fast relief of: pain, fever, headache, mucus & phlegm, nasal congestion, dry cough, chills, sore throat pain. Dosage: Adults (12 years and over): 2 tbsp. (30mL) every 6 hours. Maximum 8tbsp. (120mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Keep out of reach of children. This package contains enough medicine to […]

Omeprazole 20mg (Generic Losec)

$10.64

Treatment for acid reflux, heartburn, indigestion and GORD
Generic alternative of Losec
Can also be used to treat stomach ulcers
Always read the patient information leaflet before use

Selsun Blue Anti-Dandruff Shampoo 2in1 300mL

$10.58

2in1 Cleans and ConditionsFor healthy, shiny hairTough on dandruff… Great for Hair Helps control dandruff, itching and flaking with regular use. Moisturizes your scalp and leaves hair clean and shiny. Medicinal Ingredient: Selenium Sulfide Lotion USP 1% w/w.

Revlon Super Lustrous Lipstick

$9.49

Super vibrant. Super lush. Super creamy.  This iconic lipstick is the perfect combination of high-impact color in a super-moisturizing formula. Color that’s truly addictive to wear; we use microfine pigments so the shades are vibrant but the feeling is lightweight Buttery—only better—thanks to all the hydration in these lipsticks The formula is infused with vitamin […]

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 BOX

$25.53

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 BOX Nutty, Rich. Sweet & salty. This protein bar packs a punch with the delicious taste of peanut butter. Ingredients  Protein blend (soy protein isolate, whey protein concentrate, milk protein concentrate, milk protein isolate, reduced mineral whey powder), invert sugar syrup, peanuts, glycerin, inulin, peanut butter, maltitol […]

CYTO-MATRIX PEAK EPA 90softgel

$25.57

CYTO-MATRIX PEAK EPA 90softgel Description Each softgel delivers 700mg EPA and 350mg DHA, sourced from wild sardine, salmon and anchovies, with added vitamin E Molecularly distilled to ensure the end product is free from heavy metals, organophosphate compounds and unwanted contaminants Lightly flavoured with food-grade essential oil of lime for improved taste and compliance Advice […]