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

NATURAL FACTORS L-CARNOSINE 500mg 60vcaps

$47.76

Feature summary Carnosine is naturally found in “excitable” tissues, such as muscle and nerve tissue, and reaches high concentrations in skeletal muscle. It functions in these tissues to maintain the proper pH and electrical charge. It also protects brain and muscle cells from oxidative damage. Carnosine possesses additional benefits including neutralizing toxic heavy metals, promoting […]

Hezkue Sildenafil Oral Spray – 30ml

$77.07

Fast acting – absorption begins within just 5 minutes1 Flexible dosing – different strengths available based on individual patient needs, up to 20 doses per bottle Discreet, easy-to-carry dispenser with no water required Treats erectile dysfunction (ED) Always read the Patient information leaflet before use

Elastoplast Sensitive Hypoallergenic Assorted Shapes 40

$6.93

For covering and protection of minor, everyday wounds such as scratches, cuts and grazes.Soft and breathable materialSecure adhesionPainless to removeTested on easily irritated skin and on diabeticsNon-stick woundpad Directions: Clean wound and gently dry skin. Use each strip only once. Apply without stretching. Store in a cool dry place. The packaging of this product contains […]

A.VOGEL ECHINAFORCE SORE THROAT SPRAY 30ml

$15.82

A.VOGEL ECHINAFORCE SORE THROAT SPRAY 30 ml Description Convenient spray formulation delivering herbal Echinacea purpurea extract directly to the throat. Helps soothe mild throat irritation and supports natural defense mechanisms. Alcohol-free, non-stinging mist suitable for on-the-go relief and frequent use. NPN 80024141 Caution Keep out of reach of children. Avoid contact with eyes. If pregnant or […]

Oral-B iO4 Black Electric Toothbrush

$101.41

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

Nurofen For Children Strawberry Liquid – 100ml

$5.87

Buy Nurofen For Children Strawberry Liquid  Nurofen For Children Strawberry Liquid is designed to relieve the symptoms of colds and flu in children. It also helps lower temperatures and reduce pain.     How Nurofen For Children Strawberry Liquid works Nurofen For Children Strawberry Liquid contains ibuprofen, a non-steroidal anti-inflammatory drug (NSAID). It works by relieving […]