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

NEW ROOTS DONG QUAI 100caps

$14.35

Dong quai is employed in traditional Chinese medicine (TCM) to invigorate and tonify the blood. Dong quai (Angelica sinsensis) is native to China, Korea, and Japan, thriving in cold and damp high-altitude environments. It ranks among the most popular botanicals in traditional Chinese medicine (TCM) for female-specific general health, while ginseng remains the traditional tonic […]

Accrete D3 Film-Coated 600mg/400iu – 60 Tablets

$6.76

Do you need Accrete D3 supplements for extra calcium & vitamin D?
Chemist4U has a wide range of vitamin & mineral supplements available with speedy delivery
Always read the patient information leaflet before use.

Loratadine 10mg – 180 Tablets

$7.03

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

Gaviscon Chewable Tablets Peppermint – 48 Tablets

$10.14

What are Gaviscon Tablets? Gaviscon Tablets are chewable tablets which can help to ease heartburn and acid reflux. Simply chew and swallow these tablets after meals and before bed to ease that irritating heartburn, any time, anywhere. These chewable tablets are available in delicious strawberry and peppermint flavours and are suitable for anyone over the […]

Rennie Heartburn, Indigestion & Wind Relief – 24 Chewable Tablets

$7.57

Buy Rennie Heartburn, Indigestion & Wind Relief Chewable Tablets  Rennie chewable tablets provide quick relief from three common digestive problems at once. These easy-to-take tablets help with heartburn, indigestion, and trapped wind, getting you back to feeling normal fast.  How does Rennie work?  Rennie contains two antacids – calcium carbonate and magnesium carbonate – that […]

IDEAL PROTEIN ROTINI PASTA – 1 BOX

$25.63

IDEAL PROTEIN ROTINI PASTA – 1 BOX Wholesome, Comforting. Please your palate. No need to give up pasta with this guilt-free alternative. Ingredients  Pea protein isolate, wheat protein isolate, modified wheat starch, inulin, dried egg yolks, sodium phosphate, lactic acid, sulfites. Warnings   If you are allergic to any ingredients, discontinue use.  Disclaimer  Please note that […]