$9.72

Benylin Dry Cough Night Syrup – 150ml

Category:
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 Dry Cough Night Syrup – 150ml”

Your email address will not be published. Required fields are marked *

More Products

NAVAGE Saline Nasal Irrigation System

$81.68

Clean Nose, Healthy Life!  Fast, drug-free relief from sinus congestion, allergies, and for daily nasal care! Airborne germs invade through your nose. It’s the body’s air filter for trapping allergens and viruses. Naväge is a super-effective, natural way to clean your nose. It’s the world’s only nose cleaner with powered suction to flush out mucus […]

Aveeno Skin Relief Moisturizing Lotion Cooling Menthol 354ml

$12.41

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

NEWCO RUB EASE 240ml

$28.49

Canada’s most effective and fastest acting pain relief cream! Newco’s Rub Ease targets pain and inflammation from head to toe to ease sprains, strains and muscle aches.  It contains Arnica Extract for bruising as well as Glucosamine Sulphate, Chondroitin Sulphate & Hyaluronic Acid to help regenerate and protect joint tissue.  MSM fortified. Ingredients:  MSM (Methylsulfonylmethane), […]

Webber Naturals Probiotic 30 Billion 30 Vegetarian Capsules

$16.04

8 Probiotic StrainsMicroencapsulated BeadletsComplete Intestinal Health. Recommended Purpose: Provides 8 probiotic strains for complete intestinal and digestive health, 6 Lactobacilli strains for small intestine care and 2 Bifidobacteria strains for colon care. Source of probiotics that temporarily modify gut flora. Recommended Dosage (adults): 1 capsule daily, or as directed by a physician. Take at least 2-3 hours […]

Ensure Compact Nutrition Vanilla – 125ml (Pack of 4)

$15.27

Buy Ensure Compact Nutrition Vanilla – 125ml (Pack of 4) Ensure Compact is designed for those who struggle with or are at risk of developing malnutrition. If you’re struggling to drink a larger shake or just don’t have any appetite, Ensure Compact can help you to get the nutrition your body needs. Ensure Compact is available […]

Piriton Tablets 500 – Allergy Relief

$39.26

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