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

METAGENICS ULTRA FLORA CONTROL 30caps (F)

$49.22

Metagenics UltraFlora Control  is designed to help support body weight regulation by delivering targeted probiotic support as Bifidobacterium lactis B-420™ which has been shown to help control body fat and body weight. Why UltraFlora Control? Clinical Research ln a six-month clinical study of overweight individuals, those taking Bifidobacterium lactis 8-420′” showed reduced food intake of about […]

Biotène Dry Mouth Moisturizing Spray 44mL

$13.49

Biotène Moisturizing Mouth Spray helps protect your mouth from drying out. It contains a mouth moisturizing system that refreshes and locks in moisture to help maintain a healthy oral environment. Moistens Helps freshen breath Immediate soothing feeling Directions: Adults: Spray directly into mouth, onto the tongue and spread thoroughly inside the mouth. Use as required or […]

Benylin Mucus Cough & Cold All In One Relief – 16 Tablets

$6.34

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

Option+ Acetaminophen Caplets Extra Strength 500mg

$18.62

Pain reliever and fever reducer. Directions: Adults and children 12 years and over: take 1 caplet every 4 to 6 hours; if pain or fever does not respond to 1 caplet, take 2 caplets at next dose; do not take more than 8 caplets in 24 hours; do not take more than directed (see liver warnings); not a […]

Gaviscon Advance Chewable Mint – 24 Tablets – 3 Pack

$29.94

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

NEW ROOTS N-ACETYLCYSTEINE NAC 600mg 90caps

$22.24

NEW ROOTS N-ACETYLCYSTEINE NAC 600mg 90caps N-Acetylcysteine (NAC) decongests the lungs, provides antioxidants, helps to relieve symptoms of chronic bronchitis, and helps in the treatment of inflammation of the respiratory system. N-Acetylcysteine is an acetylated form of the amino acid cysteine. Cysteine is a part of the biochemical pathway to synthesize glutathione, a major antioxidant. […]