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 Chesty Coughs Original – 150ml”

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

More Products

Blistex Lip Medex 7g

$5.47

Cold Sores/Fever Blisters: Lip Medex delivers noticeable and immediate cooling action to lips, temporarily providing fast relief from the hot, itching sensations that accompany cold sores and fever blisters. Severely Dry, Cracked Lips: Lip Medex provides a special hydrating formula that helps lips return to their natural moisture balance. Directions: Apply liberally and evenly to lips 3 […]

Elastoplast Waterproof Heavy Fabric Assorted Shapes 15

$5.84

Elastoplast Heavy Fabric Waterproof provides durable protection for demanding situations: at work, in your free time, or at home. Directions: Clean wound and gently dry skin. Use each strip only once. Apply without stretching. Store in a cool dry place. The packaging of this product contains latex which may cause an allergic reaction.

Nivea Q10 Power Anti-Wrinkle Night Cream 50ml

$23.73

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

Ibuprofen 200mg – 32 Tablets

$5.34

Ibuprofen 200mg – 32 Tablets (Brand May Vary)
Painkiller for everyday mild to moderate aches and pains, inflammation and fever
Targets the source of pain to provide quick relief

CANPREV BIOACTIVE B 180vcaps

$49.95

CANPREV BIOACTIVE B 180vcaps CanPrev’s BioActive B is a complete source of B vitamins your body needs to support energy, immune function, liver health, metabolism and countless other metabolic processes that are essential for optimal health. They are delivered in their preferred, bioactive forms to help keep pace with demand. These body-ready B vitamins are […]

Benylin Dry Cough Night 100mL

$10.57

Fast relief of dry cough. Helps you sleep. Dosage: Adults (12 years and over): 2-4 tsp. (10-20mL) every 4-6 hours. Maximum 8tbsp. (120mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Do not take more than the recommended dose. Avoid alcohol.  May cause drowsiness or excitability. Use caution when driving a […]