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

St.Ives Soothing Oatmeal & Shea Butter Body Wash 650ml

$6.57

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

HARMONIC ARTS CORDYCEPS ENERGY 60 CAP

$36.46

HARMONIC ARTS CORDYCEPS ENERGY 60 CAP Description Provides 187.5 mg of hot-water extracted Cordyceps militaris fruiting body per capsule (8:1 ratio, equivalent to 1,500 mg dry mushroom)  Traditionally used in Chinese medicine for boosting energy and supporting stamina without the “crash” Contains over 30% polysaccharides, including beta‑glucans (>15%), adenosine (>0.5%), and cordycepin (>0.1%) — offering antioxidant and immune‑supportive […]

Salbutamol EasyHaler Inhaler – 100mcg/200 Doses

$22.49

Quick-relief medication for treating asthma and other respiratory conditions User-friendly instructions – suitable for both adults and children Starts working within minutes for fast relief of breathlessness & tightness in the chest Accurate dosage – consistent doses every time provides peace of mind

Nurofen For Children Strawberry 100mg/5ml Oral Suspension – 200ml

$11.35

Do you need Nurofen For Children to ease your child’s pain or fever? Chemist 4 U has a huge range of Nurofen products available with free delivery over £30

NeilMed Dry Nose Nasogel Spray – 30ml

$12.37

What is NeilMed Dry Nose Nasogel Spray?  If you’ve got dry and irritated nasal passages, try NeilMed Dry Nose Nasogel Spray. This highly effective spray provides moisture to hydrate and lubricate the inside of your nose, caused by a dry climate and indoor heat. Additionally, it helps to reduce nasal dryness during air travel, oxygen […]

Mitchum Women Invisible Solid Antiperspirant & Deodorant 76g

$7.31

NEW and IMPROVED formula for a smoother application. Enhanced with Triple Odor Defense technology providing a shield against odor from heat, motion and stress. Expertly formulated for ultra-powerful 48 hour sweat + odor control Goes on invisible, leaving no white residue on skin Dermatologist tested Ingredients: Cyclopentasiloxane, Aluminum Zirconium Tetrachorohydrex Gly, Stearyl Alcohol, C12-15 Alkyl […]