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

NATURAL FACTORS WELLBETX MULBERRY EXTRACT 100mg 90caps

$12.03

Feature summary Mulberry Extract contains an effective alpha-glucosidase enzyme inhibitor. In the digestive tract, this enzyme prevents complex carbohydrates, starches, maltose and sucrose from breaking down into highly absorbable glucose molecules. Mulberry also contains other compounds that improve blood sugar control. Mulberry Extract provides significant antioxidant effects indicated by reducing the amount of free radical […]

Airomir Autohaler 100mcg – 200 Dose

$22.00

Uses an aerosol solution to provide an accurate and consistent dose
Designed with user safety and convenience in mind
Lightweight, discreet and easy to use

AOR BENAGENE 200mg 30vcaps

$45.21

AOR BENAGENE benaGene® is stabilized oxaloacetic acid, the world’s first novel and natural Krebs cycle intermediate compound that is specifically formulated to be highly stable and bioavailable so that a one-a-day dosage is all that is required. benaGene® offers the potential of longevity and vitality and is exclusively available in Canada from AOR. Caloric restriction […]

Option+ Complete Daytime Liquid Capsules Non-Drowsy 24 Capsules

$10.20

Contains Acetaminophen. Relieves headache, fever, minor aches and pains, cough, nasal and chest congestion.  Active Ingredients per capsule: Acetaminophen 250mg, Dextromethorphan Hydrobromide 10mg, Guaifenesin 100mg, Pseudoephedrine Hydrochloride 30mg.  Inactive Ingredients: D&C Yellow No. 10, FD&C Red No. 40, gelatin, glycerin, polyethylene glycol, povidone, propylene glycol, purified water, sorbitol, soy lecithin, titanium dioxide.  Directions: Adults and children12 years […]

Nurofen Express 256mg – 16 Tablets

$4.99

What are Nurofen Express 256mg Tablets?  Nurofen Express 256mg Tablets contain the painkiller ibuprofen, which belongs to a group of medicines known as non-steroidal anti-inflammatory drugs (NSAIDs). These tablets work to ease mild to moderate pain and bring down fever. Nurofen Express can help with a range of problems such as headaches, migraines, neuralgia, backache, […]

CANPREV CALCIUM MALATE BIS-GLYCINATE 200 120vcaps

$14.94

Calcium Malate Bis-Glycinate 200 provides the body with a uniquely chelated and superior form of calcium. Calcium is essential for bone health, muscle contractions and nerve function, and acts in a number of other enzymatic reactions in the body, like maintaining a regular heartbeat and blood clotting. It can aid in the mitigation of calcium-deficient […]