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

NORDIC NATURALS ULTIMATE OMEGA LEMON 120sg

$68.54

Helps to support cardiovascular health, cognitive health, and brain function. Promotes healthy mood balance and helps to reduce serum triglyceride levels. most popular concentrate, Ultimate Omega offers support for body and mind. Without solicitation, doctors and researchers worldwide consistently choose and recommend this powerful formula. Concentrated Ultimate Omega delivers more omega-3s per serving than most other omega-3 […]

HOMEOCAN HEMORRHOID CREME 50g

$10.00

HOMEOCAN HEMORRHOID 50g This hemorrhoid cream is a homeopathic medicine. It is formulated to relieve symptoms associated with hemorrhoids, such as: – discomfort – irritation – burning pain – swelling – fissures – itching – and constipation Format: tube of 50 g However, we advise you to take these remedies in addition to traditional medical treatment. Homeopathy […]

Jamieson Vitamin C 500mg 100 Caplets

$13.87

Antioxidant support. Directions (Adults): Take 1-4 caplets daily. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin C (Ascorbic acid) – 500mgSupporting botanical blend – 3mgDerived from rutin (Dimorphandra mollis, pod), hesperidin (citrus sinensis, fruit), lemon bioflavonoids (citrus limon, rind), acerola cherry (4:1) extract (Malpighia glabra, fruit) equivalent to 2.62mg raw herb, rose hips (rosa canina, fruit). […]

Magic Bag (Stomach & Back)

$21.18

1 Compress 11″x 9.5

Soothing Relief for Aches and Pains

Heats for 30 minutes

Hot and Cold Use

100% Natural

Canadian Made Filled with Canadian Grain

Option+ Vitamin Gummies for Men 120 Count

$13.85

As part of a healthy diet (when taken with Vitamin D) may help prevent bone loss/osteoporosis. Helps (to) maintain/support immune function/system. Helps in collagen formation to maintain healthy bones, cartilage, teeth and/or gums. Helps in energy metabolism and tissue formation. Helps in the development and maintenance of bones, cartilage, teeth and/or gums and in connective […]

PROGRESSIVE MULTIVITAMIN PRENATAL 120cap

$35.07

PROGRESSIVE MULTIVITAMIN PRENATAL 120cap Description Designed to support women from conception through nursing, this prenatal multivitamin provides essential nutrients including folic acid, vitamin D3, and DHA. Combines whole food concentrates, ginger, cranberry, and plant-based nutrients to support maternal health and fetal development. Gluten-free, with no artificial colours, flavours, or preservatives, and formulated for optimal absorption […]