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 “Loratadine 10mg – 180 Tablets”

Your email address will not be published. Required fields are marked *

More Products

BOIRON THUYA OCCIDENTALIS 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 […]

Adcal Calcium Carbonate 1500mg – 100 Tablets

$19.12

Adcal Calcium Carbonate 1500mg – 100 Tablets
Calcium supplement to help increase levels of calcium in your diet
Chewable format for easy administration 

BIOCLINIC NATURALS THERACURMIN 2X 120mg 75vcaps

$53.34

Curcumin’s role in the prevention of atherosclerotic plaque formation, platelet aggregation, and LDL oxidation indicates multi-fold cardiovascular benefits, and its ability to inhibit angiogenesis and induce apoptosis in cancer cells suggests both preventative and therapeutic benefit. Prospective clinical trial data has also shown the effectiveness of Theracurmin for knee osteoarthritis symptom relief, and a decreased […]

BronchoStop Cough Syrup 240ml + 10 Pastilles

$16.04

Buy BronchoStop Cough Syrup + Pastilles BronchoStop Cough Syrup + Pastilles is a combination treatment designed to eradicate the symptoms of a cough.   How BronchoStop Cough Syrup + Pastilles work Both products contain the active ingredients of thyme herb extract and marshmallow root extract. BronchoStop Cough Syrup creates a soothing film on the throat, […]

BOIRON PHYTOLACCA DECANDRA 30CH

$7.30

BOIRON PHYTOLACCA DECANDRA 30CH Description Homeopathic medicine suitable for adults, children, and infants Convenient pellet format; easy to administer and dissolve in water for young children Designed for natural support and gentle symptom relief Advice to use Adults, children, and infants: Take 5 pellets, 3 times per day, or as directed by your healthcare practitioner. […]

Contour Next Link 2.4 Blood Glucose Meter

$40.56

An easy-to-use meter that communicates wirelessly with the Medtronic 640G insulin pump. Automatically enters results when calibrating your continuous glucose monitoring (CGM) system from Medtronic, if you use a CGM device. Convenient one-step download of blood glucose and insulin information to Medtronic’s CareLink®, replacing the CareLink® USB device. Uses Contour Next Test Strips giving you […]