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

Gaviscon Double Action Liquid Aniseed – 250ml

$13.57

What is Gaviscon Double Action Liquid?  Gaviscon Double Action Liquid is an all in one remedy for both indigestion and heartburn. This medicine works for up to four hours, helping to ease indigestion and symptoms like wind and bloating. If you’re suffering from indigestion or acid reflux and need a way to ease your symptoms […]

GoodNites Disposable Bed Mats – 9 Mats

$13.49

Featuring our signature “Micro-Pocket Technology” for Trusted Nighttime Protection, GoodNites Bed Mats are a simple way to give your child restful nights and help you cut down on sheet changes. Designed to both lock in odor and absorb as much fluid as an L-XL pair of GoodNites Underwear to help keep sheets dry at night. […]

Softsoap Lavender & Honey Crème Moisturizing Body Wash 591ml

$6.93

Make life more bubbly with Softsoap® Moisturizing Body Wash, Lavender & Honey Crème. Made with real lavender extract and honey, this body wash helps retain your skin’s natural moisture, surprising you with soft and smooth feeling skin. Gentle enough to be used every day, this paraben free body wash is also pH balanced for your […]

Becodefence Allergy Defence Plus Nasal Spray – 20ml – 3 Pack

$51.51

What is Becodefence Plus Allergy Spray? Becodefence Plus provides 2 in 1 defence against allergy symptoms by preventing them from developing and reducing sensitivity to allergens. The formula is fast and effective, as it gets to work in just 3 minutes, which is 5 times faster than traditional hay fever tablets. Becodefence Plus can be […]

Tylenol Extra Strength Cold & Sinus 24 Hour Convenience Pack

$9.12

Daytime: Nasal Congestion; Fever; Sinus Pain & Pressure; HeadacheNighttime: Nasal Congestion; Fever; Sinus Pain & Pressure; Headache; Runny Nose/Sneezing Dosage: Adult Use Only (12 Years and Over): Take 1-2 Daytime or Nighttime caplets every 4-6 hours as needed. Do not exceed a combined total of any 8 caplets in 24 hours. Warnings: Acetaminophen may cause severe or possibly […]

Motrin Super Strength Liquid Gel Capsules

$10.95

For temporary relief of mild to moderate migraine headaches including associated symptoms of nausea and sensitivity to light and sound.Motrin Liquid Gels 400mg also provides fast and effective relief of non-migraine headaches, toothache and menstrual pain, minor aches and pain associated with arthritis, muscles, joints and backache, and for reduction of fever. Dosage: Adults and […]