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

Pharmasystems Hot/Cold Pack

$3.65

Reusable and non-toxic flexible compress.Microwavable and long-lasting.Can be used as a hot pack for temporary relief of aching muscles, joints, and back pain by increasing blood circulation.Can be used as a cold pack to temporarily reduce pain and swelling after an injury. Caution: It is important to use product only as directed. Pack can reach […]

Ensure Plus Nutrition Chocolate – 200ml

$3.47

Buy Ensure Plus Nutrition Chocolate Ensure Plus Nutrition Chocolate is the perfect supplement for those who struggle to get the nutrients they need through their diet. The drink can be taken by people who struggle to chew or swallow or have lost their appetite. It can also be taken by anyone struggling to gain or […]

New Roots Herbal Menopeace, 60 Veg Capsules, 2-Month Supply, Comprehensive Menopause Support for Women with Black Cohosh & Dong Quai, Help Relieves Hot Flashes & Nighttime…

$33.74

Supporting Women Through Menopause: Menopeace is designed to help women navigate the changes of menopause with greater ease. It supports the body’s natural adjustments during this transition. By lessening the occurrence of hot flashes and night sweats, it helps women maintain comfort and enjoy their daily activities. Managing Hot Flashes Effectively: Our formula addresses the […]

Children’s Benadryl Allergy Liquid 100mL Bubble Gum

$10.95

Fast, effective relief of both Everyday Allergies & Allergic Reactions: Sneezing; Runny Nose; Itchy Eyes; Watery Eyes; Hives; Insect Bites; Poison Ivy; Rashes Dosage:Children under 2 years of age (Under 24lbs): 1/2 tsp. (2.5mL) evey 4-6 hours. Maximum 2 tsp. (10mL) per day.Children 2-5 years of age (24-48lbs): 1 tsp. (5mL) every 4-6 hours. Maximum […]

BOIRON ARNICARE TABLETS 60tabs

$12.60

Homeopathic medicine for the relief of muscle and joint pain. Eases resorption of bruises and inflammatory oedema caused by falls, blows, blunt injury or surgery. Directions Adults and children from 2 years old: Take 2 Arnicare tablets, 3 times a day. Allow tablets to dissolve under the tongue. Reduce with improvement. Cautions: Consult a health […]