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

Healthy Start Children’s Vitamin Drops – 10ml

$4.67

Buy Healthy Start Children’s Vitamin Drops  Healthy Start Children’s Vitamin Drops are developed by the NHS to help support your baby as they grow. They are perfect for breastfed babies over 6 months old and contain 3 essential vitamins your child needs as they grow.  Healthy Start Children’s Vitamin Drops help to prevent vitamin deficiencies […]

Lip Smacker Pink Lemonade Lip Balm

$2.18

Sweet and tart just like your favorite beverage! This refreshing Pink Lemonade Lip Smacker Lip Balm is as good for your lips as it tastes.   

Beconase Hayfever Relief Nasal Spray – 180 Sprays

$13.64

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

Jamieson Vitamin B50 Complex 90+30 Caplets

$16.79

Converts carbs, proteins and fats to energy. Directions (Adults): Take 1-2 tablets daily with a meal. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin B1 (Thiamine Mononitrate) – 50mgVitamin B2 (Riboflavin) – 50mgVitamin B3 (Niacinamide) – 50mgVitamin B5 (Calcium d-pantothenate) – 50mgVitamin B6 (Pyridoxine HCl) – 50mcgVitamin B12 (Cyanocobalamin) – 50mcgBiotin – […]

Benylin Cold & Sinus Day/Night 20 Tablets (10 Day & 10 Night)

$10.59

Fast relief of sinus pain, nasal congestion, headache, fever. Dosage: Adult use only (12 years and older): 1-2 Day or Night tablets every 4 hours. Maximum 8 Benylin tablets in 24 hours. Caution: Keep out of the reach of children. This package contains enough medication to seriously harm a child. Use the smallest effective dose. Do […]

Phenergan 10mg (Promethazine Hydrochloride) – 56 Tablets

$13.37

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