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 “Benylin 4 Flu – 24 Tablets”

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

More Products

Sodium Fluoride Toothpaste

$13.37

Prevents tooth decay in adults
Contains the active ingredient sodium fluoride
Brush teeth with this toothpaste 3 times per day

GENUINE HEALTH FERMENTED ORGANIC VEGAN PROTEIN+ VANILLA 600g

$47.76

All plant-based, no bloat! Get more from your protein. Only fermented organic vegan proteins+ gives you a more digestible protein with a balanced amino acid profile – and gut health benefits! Made with a custom blend of 7 high protein vegan ingredients – organic spirulina, organic mung bean, organic yellow pea kernel, organic pumpkin, organic flaxseed, organic […]

NUTRIBIOTIC ESSENTIAL ELECTROLYTES 100cap

$25.85

Helps Increase Performance and Promotes Faster Recovery. Electrolytes are essential to the body. NutriBiotic Essential Electrolytes offer support by helping promote electrical impulse function when taken prior to light athletic activities. They also help rehydrate by replenishing lost (through sweating) and utilized (through use) electrolytes when taken after these activities. Provide your body with these essential […]

Fungicure Anti-Fungal Liquid 30mL

$11.66

Stops Fungus Plus Related Discomforts Specially formulated to act promptly to help eliminate fungus infections of the finger and toe areas including on skin and nails where normally accessible with the convenient Fungicure applicator brush. Recommended use or purpose: For the cure of ringworm (tinea corporis) on skin and nails. For relief of itching, scaling, […]

Goodnight Bunion 1 Pair

$16.77

Gently realigns tight tendons and muscles in your foot while you sleep.An alternative to surgery. This professional bunion regulator, gently repositions the big-toe to relieve pressure and discomfort while you sleep.Comfortable, safe and highly effective is the same used by podiatrists and orthopedic surgeons worldwide.Just slip on, adjust the simple Velcro strap, and feel instant […]

BOIRON SILICEA 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 […]