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

Option+ Magnesium 250mg 200 Caplets

$13.12

Helps to maintain the body’s ability to metabolize nutrients. Helps in the developmentand maintenance of bones and teeth. Helps to maintain proper muscle function. Directions for use: Adults 19 years and older: 1 caplet, 2 times daily or as recommended by a physician.  Each caplet contains:Elemental Magnesium (magnesium oxide, magnesium malate, magnesium glycerophosphate) 250 mg […]

IDEAL PROTEIN TRAIL MIX – 1 BOX

$25.53

IDEAL PROTEIN TRAIL MIX – 1 BOX Savory, Crunchy. Variety is the spice of life. Our trail mix does the trick when you want a crunchy snack. Also great as a salad topper! Ingredients  Pumpkin seed kernels, Sea salt roasted fava beans (fava beans, sea salt, high oleic sunflower oil), Barbecue flavoured puffs [milk protein […]

Anadin Extra – 12 Caplets

$3.37

What is Anadin Extra? Anadin Extra is a painkiller that gets to work fast to relieve pain and fever. Ideal for those who suffer from migraines and headaches but can also be used to ease many other different kinds of pain, making it a perfect all-round pain relief.   What kinds of pain can this […]

PURICA CURCUMIN EXTRA STRENGTH BONUS 72caps

$45.30

PURICA CURCUMIN EXTRA STRENGTH BONUS 72caps BDMC improves curcumin stability, bioavailability and prolonged survival in blood. BDMC inhibits NF-kB and MSK1 to combat inflammation from two targets. Regular curcumin only inhibits NF-kB. Our BDMC offers 565,000 ORAC units per gram. Regular curcumin has an ORAC of just 9,500 units. PURICA CurcuminQuickly alleviates inflammation and relieves […]

Complan Shake Chocolate Flavour Sachets – 16 x 57g

$18.24

Buy Complan Shake Chocolate Flavour Sachets Complan Shake Chocolate Flavour Sachets is a high-energy nutritional supplement for those struggling to meet their nutritional needs with a regular diet.  They are gluten-free and can be made up quickly and easily using water or milk.    Directions You will need 200ml of whole milk or water to […]

HydraSense Eucalyptus 100mL Spray

$12.05

HydraSense Eucalyptus is a natural-source seawater nasal spray with a refreshing Eucalyptus and Mint Scent that provides effective relief of nasal and sinus congestion caused by colds or sinusitis. Clinically proven congestion relief with a pleasant feeling of freshness and a cooling sensation. HydraSense Eucalyptus works effectively to clear blocked nasal passages to help you […]