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

MACAPRO LIQUID MACA EXTRACT XP 20:1 130ml

$44.20

MACAPRO, 100% PURE, ORGANIC PURPLE MACA ROOT FROM UHTCO CORP.The highest concentrated form of selected dry purple maca, MacaPro XP 20:1 Professional from UHTCO Corporation is an excellent natural adaptogen plant that can be added to any diet. Packed with a vast majority of vitamins, minerals, amino acids and complex carbohydrates, MacaPro XP 20:1 Professional is cold-pressed at 20 kg […]

Dove Go Fresh Cool Essentials 14g

$2.91

• Up to 48-hours of odour protection • Contains ¼ moisturizing cream • Protects against underarm wetness • Refreshing cucumber and green tea scent • Glides easily onto skin This Dove Antiperspirant packs a powerful Antiperspirant punch, but it’s still kind to your delicate skin. Our 0% alcohol formula – which contains our unique ¼ […]

Option+ Extra Large 2x Daily Pill and Vitamin Planner

$6.19

Option+ Extra Large 2x Daily Pill and Vitamin Planner

color may not be as shown

Wegovy Bundles – Weekly Weight Loss Injection Bundles

$277.22

2-pack bundles available in multiple strengths
Save on consultations and get two pens delivered at once
15-17% weight loss in clinical trials
Improves heart health with a 20% reduction in major cardiovascular events
Save money on long-term treatment

Dove Clinical Protection Original Clean 45g

$10.20

Nourish underarm skin with an extra effective Antiperspirant that’s dermatologically tested to be kind on skin. • Dermatologically tested• Clinical strength Antiperspirant for our most effective protection• Contains ¼ moisturizing cream for great underarm care• Gives up to 48 hours of odour protection Ingredients: Cyclopentasiloxane, Aluminum Zirconium Trichlorohydrex Gly, Dimethicone, Paraffin, Cera Microcristallina, Fragrance, Silica, […]

Halls Mentho-Lyptus 9 Cough Tablets Regular

$1.82

For the temporary relief of sore throat, cough and nasal congestion. Directions: Adults and children 4 years and over, dissolve one tablet slowly in the mouth as required.  Caution: If symptoms are severe, worsen persist for more than 2 days, or are accompanied by high fever, consult a doctor. Medicinal Ingredients: Menthol 6.9mg and Eucalyptus Globulus Leaf […]