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

Fisherman’s Friend Mint Sucrose Free 22 Lozenges

$2.56

For temporary relief of throat irritations. Makes nasal passages feel clearer. Directions: Adults and children 5 years of age and older: Allow lozenge to dissolve slowly in the mouth. Repeat as required. If symptoms are severe, worsen, persist for more than 2 days or are accompanied by a high fever, consult a physician. Medicinal Ingredients: Menthol […]

Advil Extra Strength Muscle & Joint 400mg

$12.08

Indications: For fast and effective relief of minor aches and pains in muscles, joints, body pain, sprains or strains, pain from inflammation associated with physical overexertion or arthritis, backache, aches and pains due to the common cold or flu, and for headaches, dental pain and menstrual pain, in addition to reducing fevers. Advil Muscle & Joint […]

Covonia Night Time Formula – 150ml

$8.40

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

CENTRUM PRENATAL COMPLETE MULTIVITAMIN & MULTIMINERAL SUPPLEMENT 100 TABLETS

$18.30

A prenatal multivitamin specially formulated for women before, during and after pregnancy. Recognized by the Society of Obstetricians & Gynecologists of Canada (SOGC) as a product that demonstrates reasonable evidence of safety and efficacy. Centrum Prenatal is specially formulated with 24 essential vitamins and minerals including Folic Acid, Iron, Calcium and Vitamin D for all stages of pregnancy. Helps prevent […]

Durex Original Water- Based Personal Lubricant, Smooth & Gentle Odourless Lube for Comfort and Intimate Pleasure, Condom-Safe, 100 mL

$6.57$11.69

SMOOTH & GENTLE FORMULA: Durex Original Lubricant reduces friction and ensures smoother, more comfortable intimate moments. WATER SOLUBLE, NON GREASY TEXTURE: This odourfree, water-based lube rinses off easily and lets you enjoy an effortless, worry-free connection. EASY & VERSATILE APPLICATION: Just a few drops of the Durex Lube add moisture to ease dryness and discomfort. […]