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 “Zirtek Allergy Solution – 200ml”

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

More Products

Option+ Pill and Vitamin Weekly Planner Soft Squeeze

$1.82

Option+ Pill and Vitamin Weekly Planner Soft Squeeze

color may not be as shown

Gynalac Vaginal Gel – Pharmacy 24

$24.99$36.99

Helps relieve and prevent symptoms of bacterial vaginosis and non-specific vaginitis. Eliminates abnormal vaginal discharge and unpleasant odors. Restores normal pH balance of the vagina and normal vaginal flora by supporting the growth of endogenous protective lactobacilli bacteria. Provides immediate relief of dryness, itching, pain, and burning associated with bacterial vaginosis and non-specific vaginitis. Is […]

EARTH MAMA ORGANIC NIPPLE BUTTER 60ml

$21.89

Comforting, soothing Natural Nipple Butter herbal breastfeeding nipple cream is clinically tested, calendula rich, lanolin-free and non-sticky. Moisturizes nipples and dry skin naturally with a buttery smooth organic plant based blend. For mama and baby, no need to wash it off before nursing! It’s the first Non-GMO Project Verified Nipple Cream, and made with Organic […]

Metamucil Fibre Orange Flavour

$18.25

3 in 1 Multihealth Fibre! Helps to temporarily suppress appetite when taken prior to a meal.Helps lower cholesterol levels to promote heart health.Promotes digestive health Directions: Put powder into empty glass and mix with 240mL of water or other cool liquid. Stir briskly and drink promptly. Do not interrupt medication. Helps to temporarily suppress appetite […]

Feminax Express – 342mg x 16 Tablets

$6.68

What is Feminax Express? Feminax Express helps to ease pain caused by menstrual cramps, otherwise known as period pain. If period pain makes your time of the month unbearable, Feminax Express can help to ease your pain quickly so you can get on with your day.   What is period pain? Period pain, or menstrual […]

IDEAL PROTEIN SEA SALT VINEGAR CRISPS – 1 BOX

$25.53

IDEAL PROTEIN SEA SALT VINEGAR CRISPS – 1 BOX Salty, Crunchy. Best in zest. Two favorite flavours, one fantastic tasting chip. Ingredients  Protein blend (soy protein concentrate, whey protein isolate), Sunflower oil, Tapioca starch, Natural flavours, Soy fiber, Water, Maltodextrin, Sea salt, Potato starch and dehydrated potato, Salt, Malic acid, Vinegar, Corn starch, Citric acid, […]