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

Corsodyl Alcohol-Free Treatment Mouthwash – 300ml

$7.42

Buy Corsodyl Alcohol-Free Treatment Mouthwash Corsodyl Alcohol-Free Treatment Mouthwash is a formula crafted to help combat and prevent gum disease.  The mouthwash is formulated with chlorhexidine digluconate, which helps reduce plaque and gum irritation, promoting healthier gums overall. The alcohol-free formula provides you with gentle yet effective oral care. Corsodyl Alcohol-Free Treatment Mouthwash is perfect […]

Option+ Fabric Bandages Assorted Latex Free 100 Bandages

$5.46

Stretch Comfort, Sterile, Non-Stick Pad, Protective Cushion, Latex Free First aid assorted fabric bandages Directions: Clean wound thoroughly apply bandage to clean, dry skin change bandage daily, or more often if needed. Caution: Not intended for sensitive skin

Benylin Mucus Cough Max Honey & Lemon Syrup – 150ml

$10.80

What is Benylin Mucus Cough Max Honey & Lemon syrup? This Benylin cough syrup is a solution that treats a mucus cough and reduces congestion in the chest. It works by breaking down the mucus that has built up in the chest and the throat. Breaking down the mucus will make it much easier to […]

AOR QUERCETIN 500mg 200vcaps

$75.60

Regulating the histamine response and helps with relief from symptoms of allergies, pain, and inflammation. It contributes to cardiovascular health. Quercetin is the flavone aglycone (non-sugar-bound) form of the polyphenolic flavonoid rutin. Quercetin is the major bioflavonoid in the human diet and an antioxidant for the maintenance of good health. Quercetin belongs to the flavonoid class […]

Gaviscon Advance Aniseed Flavoured Suspension – 250ml

$8.64

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

PRAIRIE NATURALS ORGANIC HEMP PROTEIN DARK ORGANIC CHOCOLATE 400g

$26.25

Made with pure, organic & raw, Canadian-grown Hemp Seeds Naturally occurring proteins, carbohydrates, fibre, Omega fats Complete protein source with all essential amino acids Reduces inflammation Promotes resilient skin Supports flexible joints Enhances immunity Strengthens hearts Tested gluten-free Non-GMO Prairie Naturals HempProtein is more than a protein powder. It’s a more balanced way of living […]