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 ZINC CITRATE 90tabs

$5.46

Zinc supports our body’s natural defenses and is essential for healthy skin. It is needed for many hormones and a healthy reproductive system; hence it is widely used for prostate problems. Zinc is necessary for our sense of smell, taste and vision. Zinc is a trace mineral that found in virtually every cell in the […]

Tena Super Briefs 28 Count

$29.94

Fully Breathable Brief Super Absorbency InstaDri Skin-Caring System Extended Wear Odor Control Sizes:  Medium: 34″-47″ 86cm-119cm Large: 48″-56″ 122cm-150cm Odor Control technology – Locks away liquid to help reduce odor.InstaDri Skin-Caring System – Blue target absorption zone quickly wicks away moisture for nighttime security.Fully Breathable Technology – Helps maintain skin’s natural moisture balance. Scannable Bar-code – For State-of-the-art inventory Control.

Softsoap Shea & Almond Oil Moisturizing Body Wash 591ml

$8.03

Make life more bubbly with Softsoap® Moisturizing Body Wash, Shea & Almond Oil. Made with real shea butter, this body wash helps retain your skin’s natural moisture, surprising you with soft and smooth feeling skin. Gentle enough to be used every day, this paraben free body wash is also pH balanced for your skin and […]

Voltaren Back and Muscle

$9.84

Triple Effect: Relieves pain, reduces inflammation, speeds healing. Indications: For the relief of aches and pain associated with acute, localized minor muscle or joint injuries such as sprains, strains or sports injuries (e.g. ankle sprain, shoulder strain or back muscle pain). Rest may also be helpful to assist the relief of associated discomfort. Dosage: For […]

Acidex Original Sugar Free Oral Suspension Peppermint – 500ml

$7.98

Do you need Acidex Original liquid to relieve heartburn and acid reflux? Chemist4U has a wide range of heartburn relief available with speedy delivery

Compeed Medium Blister – 5 Plasters

$8.10

What are Compeed Medium Blister Plasters?  Compeed Medium Blister Plasters provide instant pain relief from those troublesome blisters. Whilst forming a protective cushion, the plaster absorbs excess moisture and provides optimum healing conditions for foot blisters. Each plaster contains deep cushioning to relieve pressure and prevent painful rubbing, and ultra adhesive and tapered edges to […]