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

Option+ Vitamin D Chewable Tablets 1000IU 100 Tablets

$6.58

Indications: Helps in the development and maintenance of bones and teeth, and in the absorption and use of calcium and phosphorus. Helps to support immune function. Dosage: Adults: 1 tablet daily or as recommended by a physician. Medicinal Ingredient: Each tablet contains:Vitamin D3 (cholecalciferol) – 25mcg (1000IU) Non-Medicinal Ingredients (in descending order): Xylitol, microcrystalline cellulose, natural orange flavour, citric […]

NAKA PLATINUM ORGANIC BLACK SEED 300ml

$38.08

NAKA PLATINUM ORGANIC BLACK SEED 300ml Description • Provides cold-pressed organic black seed oil (Nigella sativa)• Traditionally used in herbal medicine to support immune system function• Rich in naturally occurring thymoquinone and antioxidant compounds• Helps protect cells against oxidative stress and free radical damage• Supports digestive health and overall gastrointestinal comfort• Commonly used to support […]

Robitussin Dry Cough Solution – 200ml

$10.41

Robitussin Dry Cough Medicine – 250ml
Helps to treat dry, persistent and uncomfortable coughs
Easy to administer and the soothing effects can last up to 8 hours

FreeStyle Libre 2 Sensor – Pack of 3

$197.81

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

Option+ Acetaminophen Tablets Extra Strength 500mg

$6.95

Easy to swallow. Pain reliever. Fever reducer. Directions: Adults and children 12 years and over: take 1 tablet every 4 to 6 hours; do not crush, chew or dissolve the caplet; if pain does not respond to 1 tablet, take 2 tablets at next dose; do not take more than 8 tablets in 24 hours; do not take more […]

Benylin Infant Cough Syrup – 125ml

$6.08

Buy Benylin Infant Cough Syrup   When your little one is struggling with a dry, tickly cough, Benylin Infant Cough Syrup provides gentle, soothing relief to help them feel better.  This specially formulated syrup contains glycerol, a gentle ingredient that coats and soothes your child’s irritated throat. By creating a protective layer, it calms the tickly […]