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

Mentos

$1.09

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

Strepsils Soothing Throat Spray Honey – 20ml

$10.53

What is Strepsils Soothing Throat Spray? Strepsils Soothing Throat Spray is a quick and convenient sore throat treatment. It can help with irritating scratchy throats and tickly coughs and the convenient spray formula means you can treat your sore throat wherever you are- just spray and go! What causes a sore throat? Sore throats are […]

Band-Aid Tough Strips 20

$6.20

Heavy-duty protection. Super-stick adhesive to stay on longer. Hurt free pad won’t stick to the wound. Not made with natural rubber latex. Sterile unless individual wrapper is opened or damaged. Directions: For use on minor cuts and scrapes. For best results, apply bandage to clean, dry skin. Change bandage daily, when wet or more often […]

Bach Rescue Remedy – 20ml Drops

$15.54

What is Bach Rescue Remedy? Bach rescue remedy, formerly known as Nelson’s Rescue Remedy, is designed to relieve your stress naturally. Bach Rescue Remedy is suitable for the whole family and is vegan-friendly. Ideal for those who are facing a stressful situation and are looking for a way to calm their nerves so they can […]

BOIRON ARSENICUM ALBUM 30CH 80pellets

$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 […]

Nuromol 200mg/500mg – 16 Tablets

$7.56

What is Nuromol?  Nuromol is a painkiller that combines two popular everyday pain relief medications – ibuprofen and paracetamol – to ease your pain, fever, and inflammation. If you’re suffering with mild to moderate pain and find that one painkiller isn’t enough to control it, Nuromol could be the perfect solution. What is the recommended […]