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 “Histallay Fexofenadine 120mg – 30 Tablets”

Your email address will not be published. Required fields are marked *

More Products

NEW ROOTS KELP 225mg 300tabs

$16.80

NEW ROOTS KELP 225mg 300tabs A natural source of iodine, which helps with thyroid function. Kelp is a type of seaweed with a high content of iodine, which makes it a very good remedy to maintain the proper function of the thyroid and other glands. DIRECTIONS OF USE Adults: Take 1–2 tablets daily with meals or as […]

JACKSON’S NATURALS MINERAL SALTS #9 SODIUM CHLORIDE 500pellets

$21.92

JACKSON’S NATURALS MINERAL SALTS #9 SODIUM CHLORIDE – 500 pellets Description Pure sodium chloride (table salt) mineral pellets formulated to support fluid balance, hydration, and general electrolyte health. Free from artificial fillers or additives—provides naturally sourced sodium chloride in convenient pellet form. Ideal for individuals seeking a simple, natural mineral supplement to complement dietary intake. Advice to use Take […]

BOIRON EUPHRASIA OFFICINALIS 30CH

$7.30

Homeopathic relief that is targeted to your symptoms. The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children.

Ultra Chloraseptic Original Menthol Throat Spray – 15ml

$6.01

What is Ultra Chloraseptic Original Menthol Throat Spray? This is a throat spray that works to reduce the pain of a sore throat. The active ingredient contained in the spray is benzocaine. Benzocaine is a local anaesthetic that numbs the pain associated with a sore throat.   What causes a sore throat? A sore throat […]

Mentholatum Natural Menthol Rub 100mL

$8.74

Provides soothing vapours that help to relieve mild nasal congestion and cough associated with a common cold. Directions: To be applied by adults only. Apply a thin, even layer to the throat or chest, up to 3 times per day. Warnings: For external and occasional use only.  Do not use with other products containing camphor, […]

Gravol Easy to Swallow Tablets 50mg 10 Filmkote Tablets

$4.74

Only Gravol Easy to Swallow Tablets have a unique Filmkote covering, a smooth coating which makes the tablets easy to swallow and eliminates any bitter taste. Use: Prevention and treatment of nausea, vomiting and dizziness due to motion sickness. Dosage: Adults: Take 1 or 2 tablets every 4 hours as needed, up to a maximum of […]