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

Revlon Photoready Buildable Concealer

$10.58

The concealer stick that camouflages in any light!  Get ready for your close-up with this creamy medium-coverage concealer stick that doesn’t just cover, it blurs. Real-life flawless look: High-Definition Filter technology reflects light, disguising dark circles and blurring the things you’d rather not see Because we take selfies too: We made sure this creamy concealer […]

Tena Super Briefs 28 Count

$29.94

Fully Breathable Brief Super Absorbency InstaDri Skin-Caring System Extended Wear Odor Control Sizes:  Medium: 34″-47″ 86cm-119cm Large: 48″-56″ 122cm-150cm Odor Control technology – Locks away liquid to help reduce odor.InstaDri Skin-Caring System – Blue target absorption zone quickly wicks away moisture for nighttime security.Fully Breathable Technology – Helps maintain skin’s natural moisture balance. Scannable Bar-code – For State-of-the-art inventory Control.

Pirinase Hay Fever Nasal Spray – 60 Doses

$11.57

What is Pirinase Hay Fever Nasal Spray? Pirinase Hay Fever Nasal Spray is a treatment for hay fever and allergy symptoms, helping you to feel more comfortable for up to 24 hours. It’s ideal for clearing a blocked or runny nose and easing sneezing, coughs, itchy and watery eyes, and other annoying hay fever symptoms. […]

STRAUSS COLD STORM DROPS CHERRY 100ml

$40.91

STRAUSS COLD STORM DROPS CHERRY 100ml Description Used in Herbal Medicine to help relieve symptoms of upper respiratory tract infections Suitable for the whole family, including nursing mothers and children Convenient liquid drops with a refreshing Arctic Cherry and Mint flavour Advice to use Follow the dosage instructions on the product label or as directed […]

Neutrogena Ultra Gentle Daily Cleanser 354ml

$13.14

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

BIOCLINIC NATURALS MENOVANTAGE PE 90vcaps

$18.99

BIOCLINIC NATURALS MENOVANTAGE PE 90 vcaps Description Targeted support formula designed for menopausal women to help maintain hormonal balance and overall wellness. Includes botanical extracts traditionally used to alleviate mild menopausal symptoms such as hot flashes and night sweats. Convenient, once-daily softgel capsules for easy integration into your daily routine. Advice to use Take one softgel […]