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

TCP Antiseptic Liquid – 200ml

$10.53

What is TCP Antiseptic Liquid? TCP Antiseptic Liquid provides relief for a variety of ailments including sore throats, mouth ulcers and minor injuries. It works by soothing pain and discomfort, as well as fighting infection. The liquid can be used for both internal infections, such as cold, flu and sore throats, as well as external […]

Benylin Mucus & Phlegm Extra Strength Plus Cold Relief 180mL

$14.21

Fast, effective relief of: mucus & phlegm, chest congestion, sore throat pain, plus dry cough, nasal congestion and aches & pains. Dosage: Adults (12 years and over): 2 tbsp. (30mL) every 6 hours. Maximum 8tbsp. (120mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Keep out of reach of children. This […]

Hibiwash Antimicrobial Skin Cleanser – 5L (Was Hibiscrub)

$108.17

Buy Hibiwash Antimicrobial Skin Cleanser Hibiwash is a fast-acting antimicrobial cleanser that bonds to and cares for skin while killing bacteria. This product has been dermatologically tested and is without colour or fragrance, meaning that it’s gentle on the skin, even when used daily. The cleanser gives you a protective layer that continues to kill […]

Complan Shake Chocolate Flavour Sachets – 16 x 57g

$18.24

Buy Complan Shake Chocolate Flavour Sachets Complan Shake Chocolate Flavour Sachets is a high-energy nutritional supplement for those struggling to meet their nutritional needs with a regular diet.  They are gluten-free and can be made up quickly and easily using water or milk.    Directions You will need 200ml of whole milk or water to […]

BOIRON FERRUM PHOSPHORICUM 30CH

$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 […]

NATURE’S WAY PAU D’ARCO 545mg 100caps

$12.78

NATURE’S WAY PAU D’ARCO 545mg 100caps Nature’s Way Pau D’Arco Inner Bark is used in traditional Western herbalism to help treat sore throats and colds. Nature’s Way Pau D’Arco Inner Bark is Vegetarian and Non-GMO Project Verified. Directions: Adults take 2-4 capsules 2-3 times per day. Do not use for more than 7 days. Warning: […]