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 “Adcal-D3 750mg/200IU – 112 Caplets”

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

More Products

BOIRON HOMEOVOX 60tabs

$13.54

Homeopathic medicine used for the relief of hoarseness, loss of voice, laryngitis and strained vocal cords. Claims based on traditional homeopathic practice, not accepted medical evidence. Not endorsed by Health Canada. Directions Adults and children from 2 years of age and older: Between meals, take 2 tablets every 2 hours, up to 6 times per […]

Otrivin Natural Nasal and Sinus Cleansing Gentle Stream 100mL

$13.91

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

Gaviscon Extra Strength 60 Tablets

$15.74

Day and Night-time relief of heartburn, acid reflux and GERD (Gastro-Esophageal Reflux Disease) symptoms Feel Gaviscon’s foaming action start to work as soon as you take it Forms a protective barrier that blocks acid reflux for hours Aluminium, Lactose & Gluten Free Medicinal Ingredients: 313mg Alginic Acid (derived from brown seaweed), 63mg Magnesium Carbonate/tablet. Non-Medicinal Ingredients:Fruit Blend: […]

SURO ORGANIC ELDERBERRY SYRUP KIDS 236ml

$17.93

Cold and Fever Relief, Canadian Elderberries, Certified Organic. Traditionally used in herbal medicine to help fight colds and relieve sore throats, cough and fever.  Made exclusively from Canadian ingredients, No water added, No sugar added. Contains Raw Honey; Elderberry, elderflower and echinacae extracts. **Safe for women who are pregnant or breastfeeding. Relieve cold and flu symptoms naturally with Suro […]

PROVITA NATTOKINASE 2000FU 60caps

$23.26

Nattokinase (NK) is a potent blood-clot dissolving protein produced by the bacterium Bacillus subtilis during the fermentation of soybeans to produce Natto. Extensively used in Japan, Korea and China to treat cardiovascular disease, it has been recently recognized by Western medicine for its potent fibrinolytic (anti-clotting/antithrombotic) capacity. Nattokinase can dissolve formed thrombi and also prevent […]

BOIRON MERCURIUS SOLUBILIS 30CH

$7.32

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]