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

Amopé Pedi Perfect Electronic Foot File

$43.75

With Diamond Crystals.Beautifully smooth feet after 1 use. Soft beautiful feet effortlessly.Amopé Pedi Perfect Roller Head with long lasting micro-abrasive particles now comes with finely ground diamond crystals, precious exfoliators. It buffs away hard skin leaving you with visibly and touchably smooth feet. Gently rotate the file over hard skin and see the dead skin […]

Becodefence Allergy Defence Plus Nasal Spray – 20ml

$7.98

What is Becodefence Plus Allergy Spray? Becodefence Plus provides 2 in 1 defence against allergy symptoms by preventing them from developing and reducing sensitivity to allergens. The formula is fast and effective, as it gets to work in just 3 minutes, which is 5 times faster than traditional hay fever tablets. Becodefence Plus can be […]

CanPrev Healthy Hormones 60 V-Caps 30-Day Supply – Featuring Indole-3-Carbinol, Chasteberry, Black Cohosh, Magnesium, Vitamins B6 and D3 – Designed to Support Women’s Wellness…

$28.49$46.00

Reclaim Balance with Hormonal Support: CanPrev Healthy Hormones is thoughtfully designed to nurture your body’s natural rhythm with a powerful blend of indole-3-carbinol, chasteberry, and black cohosh. These ingredients work in harmony to support overall well-being, promoting a sense of comfort during your monthly cycle. Feel confident as you navigate each phase, with gentle support […]

Gravol Ginger 24 Liquid Gel Capsules

$9.47

Traditional herbal medicine for the prevention and treatment of nausea and vomiting. Indications: For the prevention and treatment of nausea and vomiting associated with motion sickness. Traditionally used in Herbal Medicine to help relieve digestive upset/disturbances including lack of appetite, nausea, digestive spasms, indigestion, dyspepsia and flatulent colic. Directions: Adults and children 6 years and […]

Live Clean Coconut Milk Moisturizing Conditioner 350mL

$7.65

Live Simple. Live Beautiful. Live Clean  Hydrates & Restores Moisture Balance Live Clean Moisturizing Coconut Milk Conditioner is made with luscious coconut milk from the tropics and apricot oil to replenish and rejuvenate hair while leaving it feeling soft and smooth. Our coconut milk conditioner features a hydrating, creamy formula enriched with milk and rice protein as […]

Close-Up Anticavity Fluoride Toothpaste with Ultra Cinnamon Flavour Blast 100mL

$1.82

Close-Up has a great-tasting sweet cinnamon flavour for confidence to spontaneously get close. Close-Up…the Taste that Heats Things Up! Directions for use: Brush teeth, preferably after each meal, at least 2 to 3 times a day. Adults and children over 6 years: cover toothpaste with the toothpaste.Children under 6 years of age should use only a pea-sized […]