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

Sex Toys Vibrators Adult Toy – Remote Vibrator with App Control Vibradores, G Spot Vibrator with 9 Powerful Vibrations, Waterproof Clitoral Stimulator Couples Sex Toy for Women

$18.25$19.29

【Smart App Control & Remote Control】This wearable vibrator toy is controlled by App, allowing you to interact with your partner no matter where you are. He/she can control this couple vibrator toy through the APP, adjust the vibrations and modes to enjoy the happy moment together. This wearable panty vibrator also can be controlled by […]

Deep Relief Ice Cold Pain Relief Gel 255g

$11.32

Indications: Deep Relief Ice Cold Pain Relief Gel penetrates deep to provide fast acting, temporary relief of pain associated with muscle aches. The cooling, greaseless formula reduces inflammation and won’t stain clothes. Directions:  Apply thinly and evenly to affected area, up to 3 or 4 times per day. Rub and/or massage into skin until solution vanishes. Application should be supervised […]

Nasonex Nasal Spray

$14.63

Corticosteroid nasal spray to relieve hay fever and allergy symptoms.
Contains mometasone furoate.
Always read the patient information leaflet before use.

Paracetamol Soluble Tablets – 100 x 500mg

$31.09

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

Paracetamol 500mg – 32 Capsules

$2.69

Contains 32 x 500mg Paracetamol Capsules
Quick and easy pain relief
Read patient information leaflet here

Esomeprazole Capsules

$14.63

For heartburn, acid reflux, GERD & more
Reduces excess stomach acid
For ages 12 and up
Always read the patient information leaflet before use