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

Flexitol Anti-Fungal Liquid 30mL

$10.98

For the treatment of fungus. With Urea, Aloe Vera & Vitamin E. Flexitol Anti-Fungal Liquid kills Athlete’s Foot fungus and is used for the treatment of Ringworm. It also provides relief from itching, scaling, cracking, burning, redness, soreness, irritation and discomfort which may accompany these conditions. Directions: Clean affected area with soap and warm water […]

Braun Thermoscan Lens Filters

$12.44

Use only Braun Certified lens filters for accurate readings

40 Filters.

BPA Free

 

Swiss Natural Chewable Cranberry One a Day 50 Chewable Tablets

$13.54

Used in Herbal Medicine to help prevent urinary tract infections. Source of antioxidants for the maintenance of good health. Recommended dose: Adults: Take 1 tablet daily. Use for a minimum of 4 weeks to see beneficial effects.  Each tablet contains:Medicinal Ingredient:Cranberry Fruit Juice Powder (Vaccinium macrocarpon Aiton (Ericaceae)) – 500mgNon-Medicinal Ingredients: natural cranberry flavour, carmine […]

PREFERRED NUTRITION SAGE LEAF 60vcaps

$10.98

PREFERRED NUTRITION SAGE LEAF 60 vcaps Description High-quality sage leaf supplement designed to support cognitive health, digestive comfort, and hormonal balance. Delivers standardized sage extract in easy-to-swallow vegetarian capsules. Perfect for daily wellness routines aiming to harness sage’s natural benefits. Advice to use Take 1 capsule daily with food, or as directed by a healthcare practitioner. […]

Peptac Peppermint Flavour Antacid – 500ml

$10.14

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

Co-Codamol 8/500mg – 32 Tablets

$5.40

Contains 32 x 8/500mg Co-Codamol Tablets
Fast and effective pain relief
Read the patient information leaflet here