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 “Covonia Menthol Throat Spray – 30ml”

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

More Products

Jamieson Vitamin B12 2500mcg Fast Dissolving 60 Sublingual Tablets

$15.31

Faster acting, naturally energizing. Directions (Adults): Dissolve 1 tablet daily on or under tongue. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin B12 (Methylcobalamin) – 2500mcg Also contains: Cellulose, calcium silicate, sodium sulfate, crospovidone, natural cherry flavour, vegetable magnesium stearate, silica, mannitol, stevia. Warning: Consult a health care practitioner prior to use if you are pregnant or […]

Option+ Daily Pill Planner AM PM

$3.64

Option+ Daily Pill Planner AM/PM

color may not be same as shown

Biofreeze Pain Relief Spray – 118ml

$14.19

What is Biofreeze Spray? Biofreeze Spray is a pain-relieving spray that gets to work wherever you need it on the body. It uses cryotherapy to soothe sore muscles and joints, easing your pain so you can get back to doing the things that matter most. It’s ideal for those suffering with pain caused by exercise […]

Robitussin Children’s Cough & Cold Grape Flavour 100mL

$8.39

Relieves:Dry CoughsStuffy Nose Dosage: Children 6 to under 12 years: 2 teaspoons (10mL). Children under 6 years: Do not use. Take every 6-8 hours or as directed by a doctor. Maximum 4 doses/day. Caution: Keep out of reach of children. This package contains enough medication to seriously harm a child. Do not exceed the single and […]

BACH RED CHESTNUT 20ml

$13.15

BACH RED CHESTNUT 20ml Description Supports emotional balance for those who are overly concerned about others Promotes peace of mind and emotional detachment with care Offers approximately 400 uses per bottle for ongoing emotional support Advice to use Single remedy use: Add two drops to water and sip at intervals, or add to a 30ml […]

PURICA MAGNESIUM BISGLYCINATE EFFERVESCENT RASPBERRY 300g

$34.27

PURICA MAGNESIUM BISGLYCINATE EFFERVESCENT RASPBERRY 300g Magnesium is truly a miraculous mineral and essential to our well being. Yet Health Canada reports that over 40 percent of adult Canadians are deficient in this mineral. Calcium directly opposes magnesium within the body and a high intake of calcium — relative to magnesium — can throw off […]