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

Panadol Extra Soluble – 24 Tablets

$8.11

Contains 14 Panadol Extra Soluble tablets
Relieves aches and pains fast
Read the patient information leaflet here

Perrigo Esomeprazole Heartburn & Acid Reflux Control 20mg – 7 Capsules

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

Aspirin 75mg – 28 Dispersible Tablets

$4.05

• Non-steroidal anti-inflammatory drug • Helps to prevent blood cells sticking together • Stops further heart attacks and strokes in patients who have a history of these conditions • This specific aspirin should not be used for pain relief • Active Ingredient: Acetylsalicylic Acid • You will be asked to answer some medical questions before […]

NEW ROOTS GOTU KOLA 500mg 100caps

$17.76

Gotu kola stimulates the central nervous system, aids in the elimination of excess fluids, decreases fatigue, and increases sex drive. It is used for rheumatism, blood diseases, mental and memory disorders, high blood pressure, and congestive heart failure.   Gotu kola is used as a mildly bitter herb that stimulates the central nervous system, aids […]

Motusol 2.32% Diclofenac Gel Max – 30g

$8.38

What is Motusol Max? Motusol Max 2.32% is a topical pain relief gel containing the active ingredient diclofenac, a type of medicine called a non-steroidal anti-inflammatory drug (NSAID). This gel is designed to relieve mild to moderate pain caused by acute sprains, strains and contusions (bruises) following blunt trauma.   How to use Motusol Max […]

NEW ROOTS OLIVE LEAF EXTRACT 500mg 60cap

$28.92

An antioxidant for the maintenance of good health.   Our Olive Leaf Extract, in liquid and in capsules, is 100% natural and simply amazing. Obtained from the leaves of the olive tree (Olea europaea), they contain oleuropein, which is the main active principal of the olive tree. The use of the extract of the tree […]