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+ Vitamin K2+D3 120 mcg / 1000IU 30 Softgels

$10.57

Helps in the development and maintenance of bones and teeth. Helps in the absorptionof calcium and phosphorous. Helps to prevent vitamin K deficiency. Directions for use: Adults: 1 softgel daily or as recommended by a physician Each softgel contains:Vitamin K2 (menaquinone-7) 120 mcgVitamin D3 (cholecalciferol) 1000 IU (25 mcg) Non-medicinal ingredients (in descending order): Medium […]

Beconase Hayfever Relief Nasal Spray – 180 Sprays

$13.64

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

AOR N-A-C 500mg 120caps

$33.54

AOR N-A-C 500mg 120caps NAC (N-AcetylCysteine) is a precursor to the important antioxidant glutathione and relieves the symptoms of chronic bronchitis. Relieves Chronic Bronchitis Symptoms Promotes respiratory health, helps clear excess mucus; Protects the liver by boosting glutathione levels; Supports detoxification. Antioxidant; Anti-mucus in the lungs; Acetaminophen overdose; Immunity; Liver detoxification. N-Acetyl-L-Cysteine, or N-A-C, is an acetylated form of the […]

Acnecide 5% Gel Benzoyl Peroxide – 60g – 3 Pack

$49.91

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

Similac Advance Step 2 Powder 850g

$29.95

Similac Step 2 is calcium-enriched to support the growth of babies 6-24 months as they transition to a variety of solid foods and cow’s milk. Formerly known as Similac Go & Grow, Similac Step 2 is an easy-to-digest, non-GMO formula. You can really feel good about feeding it to your baby.

FINLANDIA L-CARNITINE AND UBIQUINOL 60caps

$27.03

Product info: L-Carnitine + Ubiquinol contains Ubiquinol CoQ10 that is stabilized with a patented process to guarantee 100% Ubiquinol content. To the already powerful Ubiquinol CoQ10, Finlandia has added 500mg of L-Carnitine to make it a great supplement for cardiovascular health and energy levels.  Finlandia’s Ubiquinol is purchased from Kaneka, the world’s most recognized and […]