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

Nutricia Fortisip Milkshake Style Chocolate Flavour – 200ml

$2.97

Please note that the packaging may vary on this product and it may arrive in a plastic bottle or a carton/tetra pack. Fortisip by Nutricia is the ideal nutritional supplement ideal for those who struggle to gain or maintain a normal weight. A product fortified with essential protein, carbohydrates, fat, vitamins, and minerals. Fortisip is […]

AOR P-5-P 50mg 60caps

$25.40

AOR P-5-P 50mg Pyridoxal-5′-phosphate (P-5-P) is the bio-active form of vitamin B6, and is a catalyst for at least 113 known essential enzymatic reactions in the body. Studies show that people with compromised liver function and those with autism have an impaired ability to absorb conventional B6. Therefore, supplementing with P-5-P is imperative for these […]

Gold Bond Medicated Anti-Itch Lotion 155mL

$9.88

Gold Bond Medicated Anti-Itch Lotion provides fast, temporary relief from pain and itching associated with minor burns, sunburn, minor cuts, scrapes, insect bites or minor skin irritations, while Vitamin E and Aloe Vera help soothe dry or chapped skin. Dermatologist tested. Fragrance free. Directions: Adults and children 2 years of age and older: apply to […]

HARMONIC ARTS COLD DEFENSE TINCTURE 50ml

$16.10

Ease upper respiratory symptoms with our Cold Defense tincture. Relieves sore throat and cough Shortens duration of colds and flu Immune enhancer Featuring Echinacea and Goldenseal herbs Use our Cold Defense tincture blend if you’re suffering from a cold or flu or have any kind of viral infection. 50/100ml bottles come with dropper tops500ml bottles […]

Regaine for Men Extra Strength Scalp Foam – 73ml – 6 Pack (6 Month Supply)

$171.06

Contains 6 x 73ml cans of Regaine For Men Extra Strength Scalp Foam, a six month supply.
Helps to prevent the progression of hair loss.
Encourages hair regrowth.
Quick and easy to use.

Paracetamol Sugar Free Suspension 250mg/5ml – 200ml

$7.84

What is Paracetamol Suspension Used For? Paracetamol Suspension 250mg/5ml contains paracetamol to relieve pain and reduce hight temperatures. Paracetamol Suspension can be usedin children over 6 years and adults for the treatment of mild or moderate pain and feverishness associated with toothache, headache, earache, sore throat, post immunisation fever, colds and flu and other aches […]