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

FreeStyle Lite Blood Glucose Test Strips 100

$63.57

No Coding Required.Use Only with FreeStyle Freedom, FreeStyle Lite, FreeStyle Freedom Lite, FreeStyle InsuLinx Meters Store between 4°C and 30°. Do not use if expiry date has passed.Do not use if box seal is broken or missing.

Tena Ultra Medium Unisex Briefs 40 Count

$32.13

Medium Absorbancy

InstaDri Skin-Caring System

Size Medium: 34″-47″ 86cm-119cm

Buckley’s Cold & Sinus Liquid Gels 24 Hour Convenience Pack 24 Gels (12 Day & 12 Night)

$14.60

DayFast relief from: Sinus and nasal congestion; sore throat pain and dry cough; fever and chills; headache; minor aches and pain.NightFast relief from: Sinus and nasal congestion; sore throat and dry cough; fever and chills; runny nose and sneezing; itchy and watery eyes; headache; minor aches and pains. Directions: Adults and children 12 years and over: […]

Elastoplast Extra Flexible Fabric Assorted Shapes 40

$5.84

For covering and protection of minor, everyday wounds such as scratches, cuts and grazes.Sterile stripsStrong adhesionProtects and cushions the woundIdeal for jointsTextile plasterDurable Directions: Clean wound and gently dry skin. Use each strip only once. Apply without stretching. Store in a cool dry place. The packaging of this product contains latex which may cause an […]

PASCOE LYMPHDIARAL CREAM 40g

$26.66

Lymphdiaral® Drainage-Cream – The Only Pain Relief Cream You’ll Ever Need! Lymphdiaral® Drainage-Cream is a homeopathic remedy used to relieve symptoms of swelling and inflammation such as pain, fever and swollen lymph nodes due to injury or recurring conditions such as earaches, tonsillitis and sinusitis. It has been used worldwide for over 40 years and has […]

Option+ Extra Strength Flu Relief Extra Strength Combo Day & Night

$8.02

Contains Acetaminophen.  10 Day Caplets and 10 Night Caplets. Relieves: Headache, fever, minor aches and pains, dry cough, nasal congestion, sneezing, runny nose. Directions: Adults & Children 12 years and older:  Day: take 1 pink caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose.  Night: take 1 or 2 blue caplets […]