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

A.Vogel Echinaforce Echinacea – 42 Tablets

$6.68

What are Echinaforce tablets? Echinaforce tablets are a herbal remedy for cold and flu symptoms, containing a traditionally used ingredient to support your immune system. If you’re looking for a natural remedy for cold and flu symptoms, Echinaforce could be the perfect herbal remedy for you.   How will the echinacea in Echinaforce tablets help […]

Benylin Mucus & Phlegm Extra Strength Plus Cough Control 250mL

$13.87

Fast, effective relief of: mucus & phlegm, chest congestion, sore throat pain. Dosage: Adults (12 years and over): 2 tsp. (10mL) every 6 hours. Maximum 8tsp. (40mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Do not use with other products containing any of these ingredients or other cough/cold medications. Do […]

NATURAL FACTORS LYCOPENE 10mg 60sg

$20.96

NATURAL FACTORS LYCOPENE 10mg 60sg Description • Provides lycopene, a naturally occurring carotenoid found in tomatoes and other red fruits• Lycopene functions as an antioxidant that helps protect cells from oxidative stress• Commonly used to support prostate, cardiovascular, and overall cellular health• Helps maintain healthy aging and cellular integrity as part of a balanced lifestyle• […]

FreeStyle Libre 2 Sensor – Pack of 2

$132.11

‘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’ […]

Anusol Plus Hemorrhoidal Ointment with Anesthetic 30g

$10.95

Fast, long-lasting relief. Helps reduce swelling, relieves itch, burning & irritation. Extra pain relief. Directions: Apply freely to the affected area every 4 hours, or as needed and after each bowel movement.  Keep out of reach of children. Store between 15°C and 30°C. Includes plastic applicator. Medicinal Ingredients: 1.0% Pramoxine Hydrochloride and 0.5% Zinc Sulfate […]

FINLANDIA GINKGOSERINE 400mg 60caps

$35.07

Product info: Ginkgo biloba is one of the longest living tree species in the world. Ginkgo trees can live as long as a thousand years. Using ginkgo for asthma and bronchitis was described in 2600 BC.Finlandia‘s Ginkgoserine with phosphatidyl serine and ginkgo biloba combines two powerful nutrients that work synergistically.Phosphatidyl serine is a naturally occurring […]