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 “Numark Multivitamin Syrup – 150ml”

Your email address will not be published. Required fields are marked *

More Products

Olay Age Defying Classic Day Cream 60ml

$15.70

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Estradot Conti HRT Patches

$39.20

· Relieves postmenopausal symptoms like hot flushes
· Contains two hormones, oestrogen and progesterone
· Two strengths available

Numark A-Z Multivitamins & Minerals 50+ – 30 Tablets

$2.93

What are Numark A-Z Multivitamins 50+ tablets? Numark A-Z Multivitamins 50+ tablets are a daily food supplement designed with life over 50 in mind, supporting you every day wellbeing no matter what life brings. They’re vegetarian friendly, and free from sugar and yeast. These multivitamins contain no artificial colours, flavours, or preservatives.   Why would […]

BOIRON RHUS TOXICODENDRON 200CH 80pellets

$7.30

BOIRON RHUS TOXICODENDRON 200CH 80pellets Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different […]

Desloratadine Tablets

$13.83

Desloratadine 5mg allergy tablets
Relieves symptoms of hay fever and other allergies
Non-drowsy antihistamine
Always read the patient information leaflet before use

Advil Junior Strength Blue Raspberry Chewable Tablets

$10.59

Junior Strength Advil provides up to 8 hours of relief of children’s fever and also relieves pain due to colds, sore throat, immunization and earache. Directions: If possible, use weight to dose; otherwise use age.  Caution: Keep out of reach of children. Talk to a doctor if the pain or fever persists for more than […]