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

FINLANDIA NITRO BOOST 500g

$43.75

  Product info: Newly flavoured Nitro Boost is a high quality formulation that enhances blood flow throughout the body by increasing the production of nitric oxide levels. Nitric oxide is one of the body’s most essential molecules. Because it has such a short life span, it can be difficult to keep nitric oxide at optimum […]

Nutricia Fortisip Milkshake Style Chocolate Flavour – 200ml

$2.96

Please note that the packaging may vary on this product and it may arrive in a plastic bottle or a carton/tetra pack. Fortisip by Nutricia is the ideal nutritional supplement ideal for those who struggle to gain or maintain a normal weight. A product fortified with essential protein, carbohydrates, fat, vitamins, and minerals. Fortisip is […]

HOMEOCAN TRAUMACARE 60tabs

$10.00

Traumacare, in the form of chewable tablets, is an effective formula from natural sources which helps relieve:
muscle and joint pain
inflammation
bruising associated with injuries such as minor sprains and dislocations.
Format : 60 tablets

BOTANICA PANAX GINSENG LIQUID HERB 50ml

$15.67

BOTANICA PANAX GINSENG LIQUID HERB 50ml Description Traditionally used to boost energy, reduce fatigue, and enhance stamina. Supports mental focus, memory, and resilience to stress. A concentrated liquid herbal extract made from Korean Red Ginseng for fast absorption. Advice to use Adults (18+): Take 60 drops (3 mL) twice daily. Breathe deeply before each dose […]

Option+ Vitamin C Chewable Tropical Flavour 500mg 120 Tablets

$7.30

Indications: Helps in the development and maintenance of bones, cartilage, teeth and gums. Helps in wound healing. Helps to support immune function. Dosage: Adults: 1-3 tablets daily with a meal or as recommended by a physician. Medicinal Ingredients: Each tablet contains:Vitamin C (sodium ascorbate/ascorbic acid) – 500mg Non-Medicinal Ingredients (in descending order): Sorbitol, hydroxypropylcellulose, natural orange flavour, annatto, […]

AOR VITAMIN C 1000mg 300vcaps

$39.47

Vitamin C is a factor in the normal development and maintenance of bones, cartilage, teeth, and gums. Ascorbic acid is also an excellent antioxidant. Benefits: Supports healthy immunity, bones, joints, blood vessels, skin and more Humans cannot make their own vitamin C Only species that cannot make their own vitamin C develop atherosclerosis Supplement Facts […]