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

HOMEOCAN ARNICA+ PAIN RELIEF CREAM 50g

$10.61

OVERVIEW Arnica Pain Relief cream, to relief minor muscular and joint pains. Arnica Pain relief cream is a homeopathic medicine formulated in our Montreal-based laboratories. It will help for the symptomatic relief of minor bruises, strains, sprains, muscle pain and traumas. Non-greasy. Does not stain. Format: tube of 50 g Effective and quick, we recommend that you […]

DayQuil Complete Cold & Flu Liquid 236mL

$13.54

All in One Effective 12 Symptom Relief: Nasal congestion & pain, Fever, Sore Throat Pain, Thins & Loosens Mucus, Cough due to cold.Additional Symptom Relief of: Sinus Congestion & Pain, Relieves cough with phlegm, Minor Aches & Pains, Headache, Chest Congestion. Directions for use: Use tablespoon (tbsp) or dose cup. Adults (12 years and over): […]

Aveeno Active Naturals Positively Radiant Intensive Night Cream 48mL

$23.79

This cream contains a proven concentration of Active Naturals Total Soy Complex boosted with tone-evening vitamin B3 to help keep you looking radiant.

Tylenol Sinus 24 Hour Convenience Pack Extra Strength EZTabs

$9.15

Daytime: Sinus Pain & Pressure; Sinus Headache; Sinus CongestionNighttime: Sinus Pain & Pressure; Sinus Headache; Sinus Congestion; Runny Nose/Sneezing Dosage: Adult Use Only (12 Years and Over): Take 1-2 Daytime or Nighttime tablets every 4 hours as needed. Do not exceed a combined total of any 8 tablets in 24 hours. Warnings: Acetaminophen may cause […]

Option+ Oral Anesthetic Gel 9.5g

$6.22

Use: Helps relieve toothache pain. Directions: Cut open tip of tube on score mark. Adults and children 2 years and older: apply a small amount to the cavity and around gum surrounding the teeth up to 4 times daily or as directed by a health care practitioner. Contact a dentist to arrange an appointment; medication is a temporary measure […]

Degree Men Motionsense Dry Spray Antiperspirant Cool Rush 107g

$7.68

Degree Men Sports Defense dry spray antiperspirant with 48-hour Motionsense formula that goes on instantly dry. Keeps up with your every move on and off the field. Ingredients: Butane, Cyclopentasiloxane, Hydrofluorocarbon 152A, Isobutane, Aluminum Chlorohydrate, PPG-14 Butyl Ether, Fragrance, Disteardimonium Hectorite, Propane, BHT, Caprylic/Capric Triglyceride, Sodium Starch Octenylsuccinate, Propylene Carbonate, Maltodextrin, Hydrated Silica, Hydrolyzed Corn Starch, […]