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

FINLANDIA NITRO BOOST 500g

$43.75

  Product info: Newly flavoured Nitro Boost is a high quality formulation that enhances blood flow throughout the body by increasing the production of nitric oxide levels. Nitric oxide is one of the body’s most essential molecules. Because it has such a short life span, it can be difficult to keep nitric oxide at optimum […]

Gaviscon Original Liquid Peppermint – 250ml

$9.84

What is Gaviscon Original liquid? Gaviscon Original liquid is a remedy for heartburn and acid reflux, helping to prevent acid reflux and stopping your symptoms at their source. If you’re struggling with heartburn and need a way to control those symptoms after you eat, Gaviscon Original can help you to feel more comfortable. Gaviscon liquid […]

Canesten Cream 1 Treatment

$17.53

For the treatment of vaginal yeast infections. Relieves itching, burning and discharge associated with vaginal yeast infections. Directions: After reading the enclosed circular, apply one pre-filled applicatorful of cream high in the vagina at bedtime. To help prevent re-infection, wear cotton underwear. Warnings: If you are at increased risk for sexually transmitted diseases, have multiple sexual partners, […]

CANPREV ALPHA LIPOIC ACID 600mg 60vcaps

$25.15

Alpha Lipoic Acid (ALA) is a very important vitamin-like antioxidant that was not discovered until 1988. It is not a true vitamin however because it can actually be made by your body and it is not considered to be a critical element in the human diet. However, many would argue that it is critical as […]

Neutrogena Norwegian Formula Hand Cream Fragrance Free 50ml

$8.39

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

CANPREV PRENATAL MULTI 120caps

$22.64

CanPrev’s Prenatal Multi is specially formulated with nutrients critical for pregnant and nursing women. It provides 24 vitamins and minerals, including folic acid, calcium, magnesium and a gentle form of iron to support the developing nutritional needs of both mother and fetus. Prenatal Multi helps to reduce the risk of neural tube defects when taken […]