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

ENZYMEDICA APPLE CIDER VINEGAR WITH THE MOTHER 60caps

$33.73

Enzymedica Raw Apple Cider Vinegar with the “Mother” 60 Capsules What is the Mother? When it comes to apple cider vinegar, the best benefits come straight from the source—the Mother. Apple cider vinegar is made from fermenting crushed apples or apple juice until it becomes acetic acid. While the acetic acid itself contains health benefits, […]

Deep Heat Heat Rub – 100g

$5.80

What is Deep Heat Cream? Deep Heat Cream is a heat rub that helps to ease stiff and sore muscles. It helps to ease pain and stiffness by providing a warming sensation that helps to relax and soothe the muscles. Ideal for those who need muscular pain relief but don’t want to take tablets. Deep […]

Optrex Eye Wash 110mL

$7.29

Effective against redness, smarting and mild congestion of the eyes and eyelids due to light, wind, dust, smoke or other pollutants. Caution: Keep out of reach of children. Should not be administered to infants or children under 3 years of age. Discard 3 months after first opening. Not suitable for use with hydrophilic (soft) lenses. […]

BOIRON KALIUM CARBONICUM 30ch

$7.30

BOIRON KALIUM CARBONICUM 30ch Homeopathic relief that is targeted to your symptoms. The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children. Ingredients: Each tube contains 4g (approximately 80 pellets) Non-medicinal ingredients: Sucrose and lactose How to use: Adults, children and […]

Bio-Vitamin D3 20000IU (500mcg) – 30 Capsules

$21.62

What are Bio-Vitamin D3 20000 IU Capsules?  These high-strength Bio-Vitamin D3 Capsules contain 20,000 IU of vitamin D. Essential for the maintenance of normal muscle function and the immune system, vitamin D regulates the amount of calcium and phosphate in the body and is naturally produced by the body from direct sunlight on the skin.  […]

BOIRON ACONITUM NAPELLUS 30CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]