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

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ

$5.11

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ  Ideal Protein’s rich and foamy favorite! It’s a perfect on-the-go beverage because it can be served hot or cold. You’ll never have to wait in line again to get your decadent Cappuccino fix. Ingredients  Water, Milk protein isolate, Cream, Inulin, Coffee, Sea salt, Natural and artificial flavours, Cellulose, Cellulose gum, […]

Jamieson Vitamin D 400IU 90 Tablets

$8.76

Supports a healthy immune system and bone health. Directions: Adults: Take 1-2 tablets daily. Store between 15°C and 25°C, away from children. Each tablet contains:Vitamin D3 (Cholecalciferol) – 10mcg/400IU Also contains: Cellulose, dicalcium phosphate, vegetable magnesium stearate.

BOIRON RHUS TOXICODENDRON 200CH 80pellets

$7.30

BOIRON RHUS TOXICODENDRON 200CH 80pellets 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 […]

Option+ Multivitamin and Minerals Strong 100 Tablets

$12.39

Helps to maintain immune function; source of antioxidants for the maintenance of good health; helps to maintain the body’s ability to metabolize nutrients; helps to maintain normal muscle function, including the heart muscle. Directions for use: Adults: Take 1 tablet daily with food or as directed by a healthcare practitioner. Take a few hours before […]