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

IDEAL PROTEIN CHOCOLATE SHAKE- 12OZ

$5.11

IDEAL PROTEIN CHOCOLATE SHAKE- 12OZ Experience the intense, decadence of Ideal Protein’s ready-to-go Chocolate Drink. A chocolate lover’s delight! Ingredients  Water, Milk protein isolate, Cream, Cocoa powder, Inulin, Sea salt, Cellulose gel, Cellulose gum, Gellan gum, Carrageenan, Dipotassium phosphate, Sodium phosphate, Natural and artificial flavour, Sucralose. Warnings   If you are allergic to any ingredients, discontinue […]

Option+ Omega-3 1000mg 180 Softgels

$18.62

Indications: Source of omega-3 fatty acids for the maintenance of good health. Helps support cardiovascular health, cognitive health, and brain function. Dosage: Adults: 3 softgels daily or as recommended by a physician. Medicinal Ingredients: Each sofgel contains:Fish Oil (anchovy, sardine, and/or mackerel) – 1000mgOmega 3 Fatty Acids – 500mg Providing:Eicosapentaenoic Acid (EPA) – 300mgDocosahexaenoic Acid (DHA) – 200mg […]

IDEAL PROTEIN CHOCOLATE CRISPY SQUARE – 1 BOX

$25.53

IDEAL PROTEIN CHOCOLATE CRISPY SQUARE – 1 BOX Indulgent, Delightful. It’s hip to be square. If you like chocolate, this will soon be a favorite. Ingredients  Protein blend (soy protein isolate, milk protein concentrate, dried egg white, whey protein concentrate), unsweetened chocolate, polydextrose, water, fructooligosaccharide, vegetable oil (palm kernel, palm, shea, sunflower), glycerin, soluble corn […]

Fungicure Anti-Fungal Liquid 30mL

$11.66

Stops Fungus Plus Related Discomforts Specially formulated to act promptly to help eliminate fungus infections of the finger and toe areas including on skin and nails where normally accessible with the convenient Fungicure applicator brush. Recommended use or purpose: For the cure of ringworm (tinea corporis) on skin and nails. For relief of itching, scaling, […]

Gaviscon Original Liquid Aniseed – 150ml

$6.51

What is Gaviscon Original Aniseed? Gaviscon Original Aniseed is a liquid heartburn relief medicine that is used to treat the symptoms of acid reflux including indigestion and acid regurgitation, which can occur after following meals or during pregnancy. Gaviscon Original Aniseed belongs to a group of medicines called reflux suppressants. Reflux suppressants work by forming […]

NATURAL FACTORS COENZYME Q10 100mg 60sg

$13.78

Feature summary Acting as a catalyst for energy production, coenzyme Q10 increases energy at a cellular level. It is known to support heart health and overall cellular vigour. CoQ10 levels diminish with age and supplementation can help restore energy, vitality. Coenzyme Q10 (also called CoQ10 or ubiquinone) is also involved in maintaining normal heart function, […]