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 “Minadex Multivitamin Liquid – 150ml”

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

More Products

NEW ROOTS L-THEANINE 250mg 30caps

$9.11

ʟ-⁠Theanine is an amino acid found in green tea, which crosses the blood-brain barrier. This helps promote mental clarity and concentration. ʟ-⁠Theanine is the amino acid critical for its calming influence on cognitive function. It crosses the blood-brain barrier to help establish a state of relaxation while maintaining alertness. Upon exposure to the brain, it […]

IDEAL PROTEIN CHOCOLATE SMOOTHIE MIX – 1 PACK

$4.56

IDEAL PROTEIN CHOCOLATE SMOOTHIE MIX – 1 PACK Luscious, Creamy. A classic go to. Chocolaty goodness in beverage form to shake up your routine. Ingredients  Milk protein concentrate, Cocoa powder, Skim milk powder, Whey protein isolate, Sea salt, Dark chocolate (sugar, unsweetened chocolate, dextrose), Natural and artificial flavor, Xanthan gum, Sucralose, Stevia extract, Silicon dioxide. […]

Syndol – 10 Tablets

$6.95

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

Otrivin Natural Nasal and Sinus Cleansing Moderate Stream 100mL

$13.12

Sea Water clears congestionAloe soothes dryness A preservative-free, isotonic, natural sea water solution that helps clear congested nasal cavities caused by colds, allergies and upper respiratory infections. It contains 5% natural Aloe Vera extract, which helps to moderate, soothe, and moisturize dryness and irritation. The specially-designed applicator produces a moderate stream with fine microdrops which […]

NATURAL FACTORS VITAMIN C 1000mg TIME RELEASE 210tabs

$20.12

NATURAL FACTORS VITAMIN C 1000mg TIME RELEASE 210tabs Natural Factors Vitamin C 1000 mg time release are designed to gradually release their contents over an 8-hour period.* This formulation also contains citrus bioflavonoids which help improve the absorption and therapeutic action of vitamin C, and help protect vitamin C from oxidation in the body.* As […]

Seven Seas Original Cod Liver Oil – 150ml

$7.69

Buy Seven Seas Original Cod Liver Oil  Seven Seas Original Cod Liver Oil is a traditional remedy that is typically used to relieve joint pain and stiffness.  The vitamin supplement also has a unique combination of health-promoting properties, making it a versatile choice.  Seven Seas Original Cod Liver Oil helps to support your overall health.  […]