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

NEW ROOTS WORMWOOD 270mg 100vcaps

$12.78

Wormwood exhibits bitter, carminative, and anthelmintic properties. It is primarily used to expel parasites.   Wormwood is a woody perennial native to Europe, southern Siberia, Kashmir, and the Mediterranean. This is a strikingly large, soft, and mellow plant for the medicinal landscape. Wormwood exhibits bitter, carminative, and anthelmintic properties. Traditionally, wormwood has been used in […]

Carmex Lip Balm 7.5g

$3.27

Lasting relief for dry, chapped lips Directions: Apply to lips liberally as often as needed. Cautions: Discontinue use if irritation develops. Ingredients: Petrolatum, lanolin, cetyl esters, theobroma cacao (cocoa) seed butter, cera alba, paraffinum liquidum, camphor, vanillin, aroma, menthol.

Coconut Oil 454g

$16.06

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

Floradix Liquid Iron – 500ml

$24.48

Buy Floradix Liquid Iron  Floradix Liquid Iron is a supplement that increases iron absorption, helping to reduce tiredness.  It is formulated with vitamins B2, B6, B12, and C, which help reduce tiredness and fatigue and maintain a normal energy-yielding metabolism. The supplement also helps form red blood cells and haemoglobin.  The liquid is easy to […]

CANPREV MUSCLERESCUE PINEAPPLE 162g

$51.04

  CanPrev’s MuscleRescue is an optimized formula powered by Reginator®, a proprietary blend featuring the most efficient ratio of essential amino acids (EAAs) needed for protein synthesis and muscle regeneration.  In order to repair and build new muscle, we need sufficient complete proteins. Complete proteins are foods that contain all 9 EAAs – histidine, isoleucine, […]