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

NEW ROOTS NIACINAMIDE VITAMIN B3 500mg 90caps

$8.02

Niacinamide is the flush-free form of vitamin B3 critical for energy metabolism and tissue formation.   Niacinamide and niacin are twin vitamins with B3 status, but they’re not identical. The difference is that niacinamide is bound with amino acids, which prevents the flush effect (burning or tingling sensation of the face, chest, or neck) which frequently occurs […]

Chloraseptic Sore Throat Lozenges Sucrose Free Berry Cherry Flavour 15 Lozenges

$5.47

Use for the temporary relief of pain of sore throat. Directions: Adults and children 3 years of age and over: Use 1 lozenge every 2 hours as needed or as directed by a health care professional. Children under 3 years of age: consult a health care professional. Do not use if you have a history […]

UNDA GEMMO RIBES NIGRUM 125ml

$37.99

  Gemmotherapy uses the extracts of fresh buds, young shoots, rootlets, or saps from developing plants, where the plant’s life essence is at its peak in the young growths. UNDA Gemmotherapy remedies are prepared in a natural glycerin and organic ethanol medium, which is then filtered and potentized at a 1/10th dilution (1X Hahnemannian) in […]

Jergens Natural Glow 220mL

$10.95

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

Beconase Hayfever Relief Nasal Spray – 180 Sprays – 2 Pack

$26.75

‘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’ […]

CANPREV COLLAGEN BEAUTY 300g

$37.55

CANPREV COLLAGEN BEAUTY 300g By supporting skin elasticity and healthy collagen production, Collagen Beauty helps improve the appearance of skin, reduces wrinkles and diminishes fine lines. Designed to stimulate fibroblast cells in the skin, to enhance collagen metabolism where it’s needed. This powdered formula contains bioactive epidermal collagen peptides that are clinically proven to help […]