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

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

More Products

Advil Cold & Sinus Plus Caplets

$12.05

Analgesic + Decongestant + AntihistamineEffective relief of: Nasal Congestion; Sinus Pain; Headache; Fever: Runny Nose; Sneezing. Directions: Adults and children over 12 to 65 years: Take 1 or 2 Advil Cold & Sinus Plus caplets every 4 to 6 hours as needed. Do not exceed 6 Advil & Sinus Plus caplets in 24 hours, unless […]

Calcichew D3 Forte Chewable – 60 Tablets

$9.86

Calcichew D3 Forte Chewable Tablets
Contain both calcium and vitamin D
Can be chewed or sucked

BACH IMPATIENS 20ml

$14.46

BACH IMPATIENS 20ml Description A flower essence remedy for those who feel impatient or easily irritated by delays or the slowness of others Helps cultivate patience, calmness, and the ability to adapt to life’s natural pace Encourages a more relaxed and considerate approach in daily interactions Advice to use Single remedy use: Add 2 drops […]

HARMONIC ARTS COLD DEFENSE TINCTURE 50ml

$16.07

Ease upper respiratory symptoms with our Cold Defense tincture. Relieves sore throat and cough Shortens duration of colds and flu Immune enhancer Featuring Echinacea and Goldenseal herbs Use our Cold Defense tincture blend if you’re suffering from a cold or flu or have any kind of viral infection. 50/100ml bottles come with dropper tops500ml bottles […]

Advil Extra Strength Liqui-Gels 400mg

$8.40

Relieves Migraines, Headaches, Fever, Muscle and Joint Pain Indications: For temporary relief of mild to moderate migraine headaches including associated symptoms of nausea, and sensitivity to light and sound. Advil Liqui-Gels provide fast and effective relief of non-migraine headaches, minor aches and pain associated with muscles, joints and backache, pain from inflammation associated with arthritis or physical […]