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 “Sytron Elixir (Sugar Free) – 500ml”

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

More Products

Tears Naturale II Lubricant Eye Drops 15mL

$10.58

Tears Naturale II performs like natural tears for gentle relief of dry, sensitive eyes. It combines naturally with existing tears to provide temporary relief of burning and irritation due to dry eyes. May be used while wearing contact lenses. Directions:1 or 2 drops in eye(s) as needed or as directed by a physician. Keep tightly […]

Migraleve Complete Migraine Pink & Yellow – 12 Tablets

$11.35

Contains 12 Migraleve tablets – 8 Migraleve Pink and 4 Migraleve Yellow
Helps to ease migraine symptoms
Read patient information leaflet here

Orlos (Orlistat) 60mg Weight Loss Aid – 84 Capsules

$37.17

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

Softsoap Coconut & Hibiscus with Vitamin E & Aloe

$4.01

Washes Away Bacteria 

Hydrating Hand Soap

11.23 FL OZ

(332mL)

Good for Earth + Body

BACH OLIVE 20ml

$13.15

BACH OLIVE 20ml Description Helps restore mental energy when feeling physically and emotionally drained Supports revitalization and inner strength during recovery periods Designed to promote clarity, focus, and well-being Advice to use Adults: Add 2 drops in water and sip at intervals throughout the day or as directed by a healthcare practitioner. Ingredients Medicinal Ingredient: […]

Bach Rescue Remedy – 20ml Drops

$15.54

What is Bach Rescue Remedy? Bach rescue remedy, formerly known as Nelson’s Rescue Remedy, is designed to relieve your stress naturally. Bach Rescue Remedy is suitable for the whole family and is vegan-friendly. Ideal for those who are facing a stressful situation and are looking for a way to calm their nerves so they can […]