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 Night Time Formula – 150ml”

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

More Products

NeoCitran Cold & Sinus Extra Strength Nighttime 10 Single Dose Pouches

$13.15

Indications: For temporary relief of the following cold & flu symptoms: sore throat pain, headache, minor body aches and pain, fever and chills, sinus and nasal congestion, runny nose, sneezing, itchy/watery eyes. Directions: Adults and children 12 years and over: Dissolve the contents of 1 pouch into 225mL (one cup) of boiling water. may be […]

GENESTRA BRANDS CAL MAG BERRY + 450ml

$37.18

  Cal : Mag Berry Liquid + supports bone health with a combination of calcium and magnesium, plus boron and vitamins A, D and K. Calcium citrate is an organic form of calcium that is significantly better absorbed in postmenopausal women than inorganic calcium oxide. Magnesium citrate is a highly bioavailable form of magnesium that […]

Valupak Folic Acid – 90 x 400mcg Tablets

$1.73

What are Valupak Folic Acid tablets? Valupak Folic Acid tablets are a daily folic acid supplement which helps to support you through the first weeks of your pregnancy. They provide all of the folic acid you need every day, helping you to be sure that you’re doing everything you can to support your growing baby. […]

IDEAL PROTEIN CHOCOLATE FUDGE BROWNIE – 1 BOX

$25.53

IDEAL PROTEIN CHOCOLATE FUDGE BROWNIE – 1 BOX Indulge in Ideal Protein’s protein fudge brownie, a decadent treat packed with protein, designed to satisfy your sweet cravings while supporting your weight loss goals. Ingredients  Protein blend (milk protein concentrate, soy protein isolate, whey protein concentrate, calcium caseinate), glycerin, inulin, maltitol syrup, water, polydextrose, sugar, unsweetened […]

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 BOX

$25.53

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 BOX Nutty, Rich. Sweet & salty. This protein bar packs a punch with the delicious taste of peanut butter. Ingredients  Protein blend (soy protein isolate, whey protein concentrate, milk protein concentrate, milk protein isolate, reduced mineral whey powder), invert sugar syrup, peanuts, glycerin, inulin, peanut butter, maltitol […]

Neilmed NasaMist Saline Nasal Spray – 75ml

$8.42

Buy Neilmed NasaMist Saline Nasal Spray  Neilmed NasaMist Saline Nasal Spray is a sterile and natural soothing saline spray. Applying Neilmed NasaMist is a brilliant way to keep moisture within the nasal passage. NasaMist saline spray is ideal to combat congestion from the common cold and flu and can also be used for: Nasal allergies […]