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

Nexcare Bandages Waterproof 30 Assorted

$5.47

Waterproof bandages

Clear

Superior protection against water, dirt and germs.

Sterility guaranteed unless individual wrapper is opened or damaged.

FINLANDIA INOSITOL POWDER 500g

$52.60

  Product info: Finlandia’s Inositol is myo-inositol, a B-vitamin-like simple polyol. Myo-inositol shows the most promise as a dietary supplement for promoting female fertility, restoring insulin sensitivity in instances of resistance (type II diabetes and polycystic ovarian syndrome being the most well investigated), and for reducing anxiety. Inositol forms the basis for phosphatidylinositol (a key […]

Numark Cod Liver Oil Vitamin A & D – 30 Capsules

$2.29

Numark High Strength Cod Liver Oil – 30 Capsules. Contains vitamins A and D. May help to maintain healthy joints, skin, hair and nails. May also help support cell membranes and immune system   Nutritional Information Nutritional Information Labelled Amount NRV% per capsule NRV% per 2 capsules Vitamin A 400 µg 50 100 Vitamin D […]

POPMASK BIG HUG SELF-HEATING PATCHES 5patches

$18.99

POPMASK BIG HUG SELF-HEATING PATCHES 5patches Say goodbye to period cramps with the popmask Big Hug Self-heating Patches. Each single-use, biodegradable warming patch eases aches and pains associated with menstrual cramps so you can get on with your day. This heat patch for cramps provides convenient, subtle holistic period care that last up to 12 […]

Vicks DayQuil Complete Cold & Flu 24 Liquicaps

$17.50

VICKS DAYQUIL COMPLETE COLD & FLU RELIEF Get cold & flu relief with DayQuil COMPLETE LiquiCaps. Delivers maximum symptom-fighting ingredients to relieve your worst cold & flu symptoms, among OTC cold & flu medicines. DayQuil COMPLETE offers non-drowsy cold & flu symptom relief, so you can power through the day. Contains acetaminophen. SMALLEST BRANDED, 4-ACTIVE, […]

Benylin Chesty Coughs Non-Drowsy – 150ml

$9.45

What is Benylin Chesty Coughs Non-Drowsy? Benylin Chesty Coughs Non-Drowsy is a medicine that will help treat a chesty cough. It works by breaking down the mucus or phlegm that is causing a blockage which causes a cough. The active ingredients in this syrup medicine are guaifenesin and levomenthol. Guaifenesin is an expectorant which promotes […]