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 MinaKIDS D3 & K2 Drops – 60ml”

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

More Products

Jamieson Vitamin B12 1200mcg Timed Release 60+20 Tablets

$14.64

Faster acting, naturally energizing. Directions (Adults): Take 1 tablet daily. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin B12 (Methylcobalamin) – 1200mcgProviding a gradual release of vitamin B12. Also contains: Cellulose, dicalcium phosphate, vegetable magnesium stearate, water-soluble cellulose, hydroxypropylcellulose, silica. Warning: Consult a health care practitioner prior to use if you are pregnant or […]

Option+ Antacid Calcium Supplement Extra Strength Peppermint 750mg 100 Chewable Tablets

$4.39

For Antacid Relief: For relief of indigestion, heartburn and sour stomach caused by excess stomach acidity. Recommended Dosage Adults and Pregnant Women: Chew 2-3 tablets as needed. Maximum: Adults: 10 tablets/day. Pregnant women: 5 tablets/day. Consult a health care practitioner if symptoms persist beyond two weeks or recur. As a calcium supplement: This product is […]

Robaxacet Regular Strength

$15.00

For effective relief of pain associated with muscle spasm such as back pain, tense neck muscles, strains and sprains. Adult Dosage (12 years and older): 2 caplets, every 6 hours, not to exceed 8 tablets daily. Caution: Keep out of reach of children. This package contains enough drug to seriously harm a child. Do not […]

Slow Sodium 600mg – 100 Tablets

$44.54

Buy Slow Sodium 600mg Tablets Slow Sodium 600mg Tablets are slow-release sodium tablets which are used to treat and prevent sodium chloride deficiencies.    How Slow Sodium 600mg Tablets work These tablets contain the active ingredient sodium chloride (salt). After taking a tablet, the formula is slowly released into the body to increase sodium levels […]

IDEAL PROTEIN CHOCOLATEY PUFFS – 1 PC

$4.58

IDEAL PROTEIN CHOCOLATEY PUFFS – 1 PC Indulgent, Crunchy. A puffed up pick. Crunch on this chocolate covered favorite for a protein-packed snack. Ingredients  Soy protein isolate, Modified palm kernel oil, Oligofructose, Milk protein isolate, Rice flour, Cocoa powder, Cornmeal, Salt, Modified tapioca starch, Sugar, Natural flavours, Calcium carbonate, Citric acid, Sorbic acid, Acesulfame-potassium (90 […]

PROVITA PROGEXAN 60vcaps

$22.33

PROVITA PROGEXAN 60vcaps IN LOW PROGESTERONE AND HIGH ESTROGEN MAY LEAD TO THE THICKENING OF THE UTERUS WALL, A CAUSE OF ENDOMETRIOSIS. PROGESTERONE IS ALSO USEFUL FOR FERTILITY. Progexan™ is a natural alternative to support progesterone levels, containing a combination of high potency extracts known to be great sources of Diosgenin, a precursor for the […]