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

BOIRON RHUS TOXICODENDRON 9ch

$7.30

RHUS TOXICODENDRON 9ch 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 infants: […]

CENTRUM PRENATAL COMPLETE MULTIVITAMIN & MULTIMINERAL SUPPLEMENT 100 TABLETS

$18.23

A prenatal multivitamin specially formulated for women before, during and after pregnancy. Recognized by the Society of Obstetricians & Gynecologists of Canada (SOGC) as a product that demonstrates reasonable evidence of safety and efficacy. Centrum Prenatal is specially formulated with 24 essential vitamins and minerals including Folic Acid, Iron, Calcium and Vitamin D for all stages of pregnancy. Helps prevent […]

BOIRON GRAPHITES 30CH

$7.30

Customize your care with Boiron single medicines for highly targeted relief. Graphites 30C is a homeopathic medicine that relieves fissures and thick scars.* The pellets melt in your mouth and can be taken on the go, no food or water needed. Benefits and Features: A single active ingredient for highly targeted relief. No known interactions […]

Nurofen Plus (12.8mg/200mg) – 32 Tablets

$14.71

‘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’ […]

IDEAL PROTEIN CHOCOLATE MINT FLAVOURED PROTEIN BARS – 1 BOX

$25.53

IDEAL PROTEIN CHOCOLATE MINT FLAVOURED PROTEIN BARS – 1 BOX Minty, Rich. a mint-eresting, protein-packed delight to satisfy your sweet tooth and stay on track. Ingredients  Protein blend (soy protein isolate, whey protein isolate, milk protein concentrate, acid casein, milk protein isolate, calcium caseinate), glycerin, invert sugar, maltitol syrup, hydrolyzed gelatin (beef), palm kernel oil, […]

FINLANDIA D-RIBOSE 500g

$45.94

 D-Ribose occurs naturally in all living cells and is an energy source that the body makes from food. It is a simple five carbon sugar that is produced by the body and begins the metabolic process for ATP production. It naturally and effectively fuels ATP energy production. D-Ribose supplementation can increase ATP production by 400% […]