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

Flarin 200mg Ibuprofen – 12 Soft Capsules

$7.42

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

Gravol Kids Liquid 75mL

$8.74

Use: Prevention and treatment of nausea, vomiting and dizziness due to motion sickness. Directions: Children under 2 years: as directed by a physician. Children 2-6 years: take 1 teaspoon (5mL) every 6 to 8 hours as needed, up to a maximum of 5 teaspoons (25mL) in 24 hours. Children 6 to 12 years: take 2 […]

HOMEOCAN No 6 KALI PHOS 6X 500tabs

$10.96

HOMEOCAN No 6 KALI PHOS 6X 500tabs Biochemical Mineral Salts of Dr. Schüssler Kali Phosphoricum is a homeopathic remedy indicated in all cases of organic exhaustion and organic nervous (heavy stress). More specifically, it may improve the physical and mental strength of people weakened by illness or mental exhaustion. Adjuvants to homeopathy, Dr. Schüssler Biochemical Mineral […]

NATURAL FACTORS L-TYROSINE 500mg 60vcaps

$7.07

Main selling features Effective support for people who frequently experience physically stressful situations Alleviates both the mental and physical effects of stress, enhancing mood and attention while combatting fatigue and other physiological responses to stress Free form amino acids are easier for the body to utilize Naturally occurring nutrient, free from toxic effects How it […]

NATRACARE PANTY LINERS BREATHABLE 30pcs

$4.52

NATRACARE PANTY LINERS BREATHABLE 30 pcs Description Mini breathable panty liners made with certified organic cotton, plant cellulose, and free from plastics and chlorine. Soft, absorbent, and discreet — ideal for daily use or as backup protection when using tampons or prescriptive creams. Over 99% biodegradable and compostable, supporting both personal health and environmental sustainability. Advice […]

Fisherman’s Friend Regular 22 Lozenges

$2.55

For relief of coughs, sore throats and nasal congestion. Directions: Adults and children 5 years of age and older: Allow lozenge to dissolve slowly in the mouth. Repeat as required. If symptoms are severe, worsen, persist for more than 2 days or are accompanied by a high fever, consult a physician. Medicinal Ingredient: Menthol BP. […]