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

Nurofen Max Strength Joint & Back Pain Relief – 512mg – 24 Tablets

$15.40

Nurofen Joint and Back Pain 512mg tablets
To relieve painful symptoms in your back and joints
Contains ibuprofen

Mentholatum Natural Menthol Rub 100mL

$8.74

Provides soothing vapours that help to relieve mild nasal congestion and cough associated with a common cold. Directions: To be applied by adults only. Apply a thin, even layer to the throat or chest, up to 3 times per day. Warnings: For external and occasional use only.  Do not use with other products containing camphor, […]

Tums Chewies Antacid 32 Chews

$6.19

Uses: Fast heartburn relief, sour stomach, acid indigestion cause by excess stomach acidity. Directions: Antacid: Adults and pregnant women: Chew 2-3 soft chews as needed. Maximum daily dose: Adults: 6 soft chews; Pregnant women: 4 soft chews. Medicinal Ingredient: 1177mg calcium carbonate/ soft chew.Non-Medicinal Ingredients:Very Cherry: corn starch, corn syrup, corn syrup solids, FD&C red […]

Adcal-D3 1500mg/400IU – 56 Chewable Tablets

$11.62

Do you need Adcal-D3 caplets to support healthy teeth & bones? Chemist4U has a wide range of vitamin & mineral supplements available with speedy delivery

Complan Shake Chocolate Flavour Sachets – 4 x 57g

$4.72

Buy Complan Shake Chocolate Flavour Sachets Complan Shake Chocolate Flavour Sachets is a high-energy nutritional supplement for those struggling to meet their nutritional needs with a regular diet.  They are gluten-free and can be made up quickly and easily using water or milk.    Directions You will need 200ml of whole milk or water to […]