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

Ensure Regular Meal Replacement 6x235mL

$15.70

9.4g Protein235 Calories26 Vitamins & Minerals Ensure Regular is complete, balanced nutrition. It can be used as a supplement between or with meals, or, in appropriate amounts, as a meal replacement. Nutrition Information  Energy 235Cal / 983kJ Sodium 250mg Protein 9.4g Potassium 375mg Fat 6.7g Chloride 250mg     Linoleic Acid 2.6g Copper 0.5mg     Linolenic Acid 0.4g […]

Micatin Cream 30g

$14.24

Cures athlete’s foot, jock itch and ringworm when used for the full treatment period. Relieves itching, scaling, burning and discomfort. Directions: Cleanse skin with soap and water. Dry thoroughly. Rub a thin layer of cream on affected area twice per day. If there is no improvement within 2 weeks or if new irritation occurs following […]

Allevia Fexofenadine 120mg – 360 Tablets – 1 Years Supply

$153.88

What is Allevia?  Are you suffering from hay fever? It’s time to relieve those uncomfortable symptoms with Allevia. This medicine contains the active ingredient fexofenadine, a non-drowsy antihistamine that’s ideal for everyday use. Simply take one a day before your allergies start to relieve sneezing, an itchy, runny or blocked nose, and red, watery eyes. […]

Aleve Nighttime Pain Reliever/Sleep Aid 20 Caplets

$10.57

Sleep Aid Plus 12 Hour Pain Relieving Strength of Aleve Aleve Nighttime helps you fall asleep and stay asleep. Trust Aleve Nighttime for providing fast and effective relief of occasional sleeplessness when associated with aches and arthritis pain, pain of inflammation, arthritic conditions such as stiffness, joint and body pain, muscular ache, muscle sprains and […]

Nestle Meritene Energis Chicken Soup 50g – 10 Sachets

$25.95

Buy Nestle Meritene Energis Chicken Soup 50g Nestle Meritene Energis Chicken Soup is the ultimate pick-me-up perfect for whenever you need that extra energy boost. It is rich in vitamins and packed full of goodness to give you additional nutritional support when you need it the most. It is ideal for anyone who needs more […]

Rub-A535 Cooling Relief Ice Gel 150g

$9.47

This fast acting, cooling medicated menthol gel provides deep penetrating, temporary soothing relief of stiff and sore muscles, joint, back and arthritic pain. For effective pain relief where it hurts the most.  Directions: Adults and children over 2 years: Apply thinly and evenly to cover the affected area and gently massage until completely absorbed, up to […]