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

PURICA RECOVERY EXTRA STRENGTH 180vcaps

$28.49

PURICA RECOVERY EXTRA STRENGTH 180vcaps If you have pain, you will not want to waste time and money on remedies that promise, but don’t deliver. You will instead want a product that targets the root cause of pain, providing effective and sustained relief. By inhibiting cellular damage, curbing inflammation, relaxing tension and increasing the cells’ […]

BOIRON AVENOC 10suppositories

$18.99

Boiron Avenoc -10 Suppositorie: Homeopathic medicine for the relief of troubles associated with hemorrhoids (pain, swelling, itching, light bleeding). Ingredients: Aesculus hippocastanum 3CHHamamelis virginiana 1DHPaeonia officinalis 1DHRatanhia 3CH Non Medicinal Ingredients: Hard fat Directions: Adults and children from 12 years; Insert 1 suppository into the rectum, morning and night, after local freshen up. Cautions: Consult a health care practitioner […]

Diastix Reagent Strips for Urinalysis – 50 Strips

$5.80

What are Diastix? Diastix are urine testing sticks which help to detect the levels of glucose in your urine quickly and easily. They’re ideal for those who have diabetes and need an easy way to test for blood glucose without having to draw blood.   What is diabetes? Diabetes is a lifelong condition which happens […]

NEW ROOTS STRONG BONES 180caps

$45.94

Strong Bones helps you build and maintain stronger bones. Strong Bones contains microcrystalline hydroxyapatite (MCHA) from New Zealand, with cofactors for immediate absorption to reduce the risk of osteoporosis. Bones are indeed amazing. They serve as a frame for our bodies and to protect key organs. Bones also perform several important biological roles as well; […]

Polysporin Plus Pain Relief Ear Drops 15mL

$18.26

PRODUCT DESCRIPTION Antibiotic ear drops plus pain reliever for treatment of infections of the external ear, such as swimmer’s ear, and relief of associated earaches. #1 Doctor and Pharmacists Recommended Anti-infective Eye & Ear brand.† Contains lidocaine hydrochloride for fast pain relief. Now available in a new easy-squeeze 15mL bottle. Appropriate for adults and children […]

Live Clean Argan Oil Restorative Conditioner 350mL

$7.65

Live Simple. Live Beautiful. Live Clean  Replenishes with Argan Oil Live Clean Restorative Argan Oil Conditioner is made with Moroccan argan oil, grapeseed oil and olive oil to hydrate and nourish hair without adding any excess weight. Rich in essential fatty acids and antioxidants, argan oil is famed for its high concentrations of vitamin E. […]