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

METAGENICS HERSYNERGY 60tabs

$62.10

Metagenics Hersynergy 60tabs HerSynergy® is formulated to promote libido in women with a special, concentrated extract of fenugreek, which may support multiple key markers of sexual function and arousal. This novel formula also supplies targeted vitamins and minerals to help maintain estrogen metabolism and other factors related to libido, such as emotional health and relaxation.* View Full Product Details Serving size, 1 […]

Belladonna Plaster Large – 28cm x 17.5cm

$9.05

Do you need Belladonna Plasters to ease muscular pain and stiffness? Chemist 4 U has a wide range of treatments available with free delivery over £30

Vicks NyQuil Complete Cold & Flu Night time 24 LiquiCaps

$17.13

VICKS NYQUIL COMPLETE COUGH, COLD & FLU RELIEFGet Maximum Strength cold & flu relief with NyQuil COMPLETE LiquiCaps. NyQuil COMPLETE helps relieve fever, nasal congestion, sneezing, runny nose and cough, so you can get the rest you need. Contains acetaminophen. OUR SMALLEST MOST POWERFUL NIGHTTIME LIQUICAP. NyQuil COMPLETE relieves your fever, nasal congestion, sneezing, runny […]

Children’s Tylenol Chewables Grape (20 tablets)

$9.13

When your child is sick, all you want to do is make them feel better. This often includes providing them with medicine to effectively relieve their fever or pain. You just want them to be able to get well and back to normal. Try Children’s TYLENOL® Chewables. For over fifty years, parents and doctors have placed […]

Corsodyl Daily Expanding Floss – 30M

$3.50

What is Corsodyl Daily Expanding Floss? Corsodyl Daily Expanding Floss is a dental floss which can be used as a part of your everyday dental health routine. It expands between your teeth, getting into all of the hard to reach gaps that your toothbrush can’t clean, leaving you with clean teeth and fresh breath.   […]