$6.37

Beechams Powders Cold & Flu Relief – 20 Sachets

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 “Beechams Powders Cold & Flu Relief – 20 Sachets”

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

More Products

Buscopan IBS Relief – 20 Tablets

$9.47

What are Buscopan IBS Relief Tablets? Buscopan IBS Relief tablets help to ease symptoms of Irritable Bowel Syndrome, such as stomach cramps and discomfort. Take just one tablet three times a day to ease your discomfort during flare-ups, helping you to feel more comfortable.   What is Irritable Bowel Syndrome (IBS)? Irritable Bowel Syndrome, also […]

TheiCal-D3 1000MG/880 IU Chewable – 30 Tablets

$8.92

Do you need TheiCal-D3 chewable tablets as a vitamin D & calcium supplement? Chemist4U has a wide range of supplements available with speedy delivery

HOST DEFENSE CORDYCEPS 60caps

$49.79

Product Description Made with U.S. Grown Organic Mushrooms Energy Support Dietary Supplement Certified Organic by the Washington State Department of Agriculture Non GMO Project Verified From the Forest, to Our Farm, to You About the Founder Paul Stamets Believes in the power of Mycelium, the network of thread-like cells that produces mushrooms. Paul wants everyone […]

NEW ROOTS BOSWELLIA EXTRACT 380mg 90caps

$24.16

NEW ROOTS BOSWELLIA EXTRACT 380mg 90caps New Roots Herbal’s Boswellia Extract is an excellent form of natural relief for chronic pain and inflammation. Boswellic acid is sustainably harvested from Boswellia serratia, a deciduous tree native to India, the Middle East, and North Africa. The gum that oozes from its bark has a rich history of therapeutic use […]

Polysporin Itch Relief Lotion 177mL

$10.98

Fast-acting & soothing relief of pain & itching due to: mosquito & other insect bites; sunburn; poison ivy; chicken pox rashes; and allergic itches. Directions: Shake well.Before application, wash and dry affected area of skin. Adults and children over 2 years: apply to affected area not more than 3 to 4 times daily. Children under […]

Numark Multivitamin Syrup – 150ml

$6.76

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