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

NATURAL FACTORS FRESH KELP EXTRACT 800mcg OF IODINE 50ml

$10.90

NATURAL FACTORS FRESH KELP EXTRACT 800mcg OF IODINE 50ml Description Provides 800 mcg of iodine per drop to support healthy thyroid function and hormonal balance Sustainably harvested from pristine coastal waters of British Columbia and extracted to preserve natural nutrients Supports metabolism, immune health, and fetal brain and nervous system development Advice to use Adults: […]

NOW Supplements, Menopause Support, Blend Includes Standardized Herbal Extracts and Other Nutrients, 90 Veg Capsules

$32.88$46.00

SOOTHING HERBAL BLEND*: Recommended potencies of key ingredients that have been shown to support a healthy response to the natural changes occurring during menopause* STANDARDIZED EXTRACTS: This blend includes standardized herbal extracts and other nutrients which, together, form a truly well-balanced product for women* FEMALE ENDOCRINE SUPPORT*: Take 3 capsules daily as needed GMP Quality […]

Johnson’s Pure Cornstarch Baby Powder 623g

$6.92

Gently absorbs moisture. Made with the pure cornstarch Clinically proven to be gentle and mild for your baby’s skin Dermatologist- and allergy-tested JOHNSON’S  baby pure cornstarch powder with soothing aloe vera & vitamin e is designed to gently absorb excess moisture on the skin, helping baby’s skin feel dry, fresh and smooth. Dermatologist- and allergy-tested, our especially […]

Ensure Plus Calories Meal Replacement 6x235mL

$15.67

14g Protein355 Calories26 Vitamins & Minerals Ensure Plus Calories is complete, balanced nutrition. It provides extra calories and protein to help patients gain or maintain a healthy weight. It can be used as a supplement between or with meals, or, in appropriate amounts, as a meal replacement. Nutrition Information  Energy 355Cal / 1486kJ Sodium 250mg […]

Evacal D3 1500mg Chewable – 112 Tablets

$17.57

Buy Evacal D3 1500mg Chewable 112 Tablets  Evacal D3 1500mg Chewable 112 Tablets are a vitamin D supplement, perfect for anyone with osteoporosis or vitamin D and calcium deficiencies.  The tablets are easy to take and can be taken at any time, making them a convenient way to increase your vitamin intake.   Vitamins and […]

LAVERA MEN SENSITIV 3-IN-1 SHOWER GEL 200ml

$14.97

Feel clean and fresh with LAVERA MEN 3 IN1 SHOWER SHAMPOO for face, hair and body. The easy to use organic shower gel with organic ingredients keeps men skin revitalised, soft and smooth. The added natural ingredients of Organic Bamboo and Organic Guarana make this shower shampoo lather and effectively removes everyday pollution from the face, hair […]