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

Olay Moisturizing Cream 100ml

$13.51

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Option+ Nicotine Transdermal Patch Step 1 – 7 Clear Patches

$21.91

Stop Smoking Aid 21mg nicotine delivered over 24 hours Should be used as part of a complete stop smoking program. The effectiveness of this product is directly related to your motivation to stop smoking. Consult your pharmacist or physician regarding the availability of smoking cessation programs in your area.Do not use if you are a […]

Option+ Flu, Cough & Cold Complete Extra Strength. 24 Caplets.

$9.84

Contains Acetaminophen.  Relieves: Headache, fever, minor aches and pains, cough, nasal and chest congestion. Directions: Adults & Children 12 years and older:  take 1caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose.  Do not take more than 8 caplets in 24 hours. Do not take more than directed. Use only […]

PROVITA NATTOKINASE 2000FU 120caps

$41.20

 Nattokinase (NK) is a potent blood-clot dissolving protein produced by the bacterium Bacillus subtilis during the fermentation of soybeans to produce Natto. Extensively used in Japan, Korea and China to treat cardiovascular disease, it has been recently recognized by Western medicine for its potent fibrinolytic (anti-clotting/antithrombotic) capacity. A blood clot (thrombus) is a gel like […]

Option+ Sinus Medication Daytime Relief Day 20 Caplets Extra Strength

$8.02

Day Formula. Acetaminophen and Pseudoephedrine Hydrochloride Tablets USP. Non-Drowsy Relieves headache, sinus pain and pressure, nasal congestion Warnings: Allergy alert: acetaminophen may cause serious skin reactions. Symptoms may include: skin reddening, blisters, rash. If any of the above noted symptoms occur, stop use and seek medical help right away. Liver Warning: acetaminophen may cause sever or possibly […]

CANPREV MAGNESIUM THREONATE 120vcap

$24.06

CANPREV MAGNESIUM THREONATE 120vcap Magnesium is essential in over 800 different enzymatic functions in our body. It’s found throughout the body in our bones, hearts, muscles, and nerves, and works away inside every one of our cells. Its responsibilities include synthesizing DNA, RNA, and proteins, maintaining muscle function, creating cellular energy, and ensuring proper nerve […]