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+ Vitamin D3 Drops 1000 IU 25ml

$12.76

Helps in the development and maintenance of bones and teeth, and in the absorption and use of calcium and phosphorous. Directions for use: 1 drop (0.25 mL) daily or as recommended by a physician. Shake well before use Each drop 0.25 mL (1 drop) contains:Vitamin D3 (cholecalciferol) 1000 IU (25 mcg) Non-medicinal ingredients (in descending […]

METAGENICS ULTRAMEAL RICE CHOCOLATE 714g

$49.59

Multiple- vitamin and mineral supplement for the maintenance of good health. Source of protein. Source of antioxidants to the maintenance of good health. Source of essential and non-essential amino acids for the maintenance of good health

Cialis Together 10mg – 4 Tablets

$29.74

Buy Cialis Together without the need for a prescription
Starts working within 30 minutes of taking tablet
Lasts up to 36 hours, allowing for greater flexibility in the bedroom
Effective in 81% of men at treating

MAJESTIC PURE Arnica Massage Oil for Massage Therapy – with Lavender and Chamomile Essential Oils – Multipurpose Instant Absorption Full Body Massage – 8 fl. oz

$14.61

Majestic Pure Arnica Massage Oil is designed specially so you can look and feel your best. Infused with chamomile and lavender oils in addition to arnica, this massage oil combines their soothing properties to help support muscle health. Ideal for massage therapy, this oil promotes relaxation, making it perfect for post-workout recovery or everyday muscle […]

NATURAL FACTORS TURMERIC AND BROMELAIN 90caps

$21.18

Natural Factors Turmeric & Bromelain is a combination of two herbal anti-inflammatory agents. It is used in herbal medicine to help relieve minor pain, swelling, and inflammation, and to provide digestive support. The dual-action support of turmeric and the enzymatic bromelain help with inflammation in the digestive tract and joints.  Features and benefits: Stimulates digestion. […]

Metamucil Fibre Orange Flavour 75% Less Sugar

$31.04

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