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

Hibiwash Antimicrobial Skin Cleanser – 500ml (Was Hibiscrub)

$16.89

Buy Hibiwash Antimicrobial Skin Cleanser Hibiwash is a fast-acting antimicrobial cleanser that bonds to and cares for skin while killing bacteria. This product has been dermatologically tested and is without colour or fragrance, meaning that it’s gentle on the skin, even when used daily. The cleanser gives you a protective layer that continues to kill […]

BOIRON COLOCYNTHIS 30CH

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

Neutrogena Deep Clean Facial Cleanser for Normal to Oily Skin 200ml

$10.95

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Nurofen Migraine Pain – 12 x 342mg Caplets

$4.67

What are Nurofen Migraine caplets? Nurofen Migraine caplets help to ease pain caused by a migraine, providing fast-acting relief from pain. It can be used at the first sign of a migraine attack to help to ease your migraine pain so you can get on with your day.   What are migraines? Migraines are a […]

BOIRON ARNICARE CREAM 70g

$14.46

Boiron Arnicare Cream is homeopathic medicine for the relief of muscle and joint pain. Eases resorption of bruises and inflammatory oedema caused by falls, blows, blunt injuries or surgery. Claims based on traditional homeopathic practice, not accepted medical evidence. Not endorsed by Health Canada. Directions Apply a thin layer of Arnicare Cream on the affected […]

HOMEOCAN TINNITUS 4g

$6.57

Homeocan Tinnitus 4g Homeocan Tinnitus Homeopathic Pellets are homeopathic medicine to help relieve symptoms associated with tinnitus: ringing and buzzing in the ears. Suggested Use Children (from 2 yrs.) and adults: let 3-5 pellets dissolve under the tongue 2-3 times daily and reduce intake as symptoms improve, or as directedby a healthcare practitioner. To be […]