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

Dove Men+Care Elements Body + Face Wash 400mL

$6.92

Developed specifically for men’s skin.

Micro Moisture
Activates on skin, clinically proven to fight skin dryness.
With a cooling agent
Easy to rinse
A fresh, clean feeling
Dermatologist Recommended Brand

Unisom Extra Strength 20 Tablets

$8.40

An effective sleep aid.For the relief of occasional nighttime sleeplessness due to overwork or fatigue. Helps to reduce difficulty falling asleep. Directions: Adults and children 12 years and over: Take 1 tablet at bedtime if needed, or as directed by a doctor. In some persons, persisting drowsiness may be experienced wit a dose of 50mg, […]

ULTIMATE BLADDER CONTROL 60vc

$21.18

Relieve Urination Problems Therapy for Bladder Irritation Numerous individuals over the age of 40 experience an ever growing problem regarding the weakening of the bladder and the sphincter muscle that controls the release of urine. Even though weak bladder control affects both genders, there are twice as many women who suffer from it as men. […]

Life Savers Mints

$2.91

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

Elastoplast 10 Extra Flexible Fabric 6cm x 10cm

$4.58

Buy Elastoplast 10 Extra Flexible Fabric 6cm x 10cm  Elastoplast 10 Extra Flexible Fabric 6cm x 10cm is an extra flexible and breathable strip designed to protect your cuts and minor wounds. The durable fabric can be cut to the size that suits your needs. The strip has been crafted with a skin-friendly adhesive, remaining […]