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

Nuromol 200mg/500mg – 12 Tablets

$5.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’ […]

Burt’s Bees Baby Bee Calming Shampoo and Wash 235 ml

$8.05

Burt’s Bees Baby Bee Calming Shampoo & Wash is made with natural moisturizers and the soothing scents of aromatic lavender and vanilla to gently cleanse and calm your baby before bedtime. Leave your baby’s skin silky, soft and super smooth. This tear free formula is 98.9% natural and helps relax mama and baby while it […]

GENESTRA BRANDS D-MULSION 1000 LEMON 30ml

$19.76

GENESTRA BRANDS D-MULSION 1000 LEMON 30ml Emulsified vitamin D supplement. Natural Lemon Flavour. Helps in the development and maintenance of bones and teeth. Helps with immune function. D-Mulsion 1000 provides 1000 IU of vitamin D3 per drop. emulsified vitamin D3 had significantly greater bioavailability compared to a capsule-based supplement. Ingredients: Each Drop Contains: Vitamin D (cholecalciferol) 25 […]

Portia Satin Concave Eyeshade – Black

$2.31

Buy Portia Eye Shade Black Satin Concave The Portia Eye Shade Black Satin Concave is a functional eye shade with elastic fitting. The satin eye patch shuts out the light and cold without making contact with your eye.  The black shade is ideal for if you need to wear an eye patch. It is comfortable […]

HERBION SUGAR-FREE COUGH LOZENGES CHERRY 25loz

$3.51

Herbion Sugar-Free Cough Lozenges are made with a combination of medicinal herbs’ extracts that help relieve cough, sore throat and nasal congestion. Our candy-like sugar-free cough lozenges are available in a variety of good-tasting natural flavours.   Herbal Formula  Sugar-Free  Relieves Cough and Sore Throat  Clears Nasal Passages  Medicinal ingredients:   Each lozenge contains:   Menthol  Eucalyptus Oil   Adhatoda Vasica  Piper […]

Fisherman’s Friend Lemon Sucrose Free 22 Lozenges

$2.56

For relief of sore throats, nasal congestion and coughs due to colds. 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 […]