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

BACH WALNUT 20ml

$14.46

BACH WALNUT 20ml Description Helps support emotional resilience during times of transition or change Encourages adaptability while maintaining inner stability and identity Provides approximately 400 uses per bottle for ongoing support Advice to use Single remedy use: Add two drops to water and sip at intervals, or add to a 30ml mixing bottle with water. […]

Calpol SixPlus Sugar Free Suspension – 80ml

$5.40

Contains 80ml of Calpol Six Plus Suspension
Helps to ease pain and fever
Sugar free formula
Strawberry flavoured

Caprina Fresh Goats Milk Unscented Soap 1 Bar

$2.91

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

IDEAL PROTEIN PIZZA FLAVOURED CRISPS – 1 BOX

$25.53

IDEAL PROTEIN PIZZA FLAVOURED CRISPS – 1 PC You’re gonna want a pizza me! Enjoy a mouthwatering twist on a classic flavor. A crunch with a punch! Ingredients  Protein blend (soy protein concentrate, whey protein isolate), Sunflower oil, Tapioca starch, Water, Soy fiber, Dehydrated vegetables (tomato powder, onion, garlic), Salt, Yeast extract, Natural flavours, Torula […]

Equine HA-180 4L

$237.48

Promotes joint health with 180 grams of hyaluronic acid. Hyaluronic acid specially formulated with a unique delivery system to ensure greater bioavailability to your horse. Beneficial for the joints. Give 30ml for 10-15 days then reduce to 15ml daily for maintenance. Syringe directly into the mouth for best results. Shake well before use. For oral […]

GlucoRx HCT Glucose Strips (50pcs)

$21.62

What are GlucoRx HCT Glucose Strips (50pcs)? GlucoRx HCT Glucose Strips utilise advanced GDH-FAD enzyme technology. 50 strips are included in this product. Strips expire 6 months after opening each pot. These strips are compatible with the following blood glucose and ketone monitors: GlucoRx HCT, GlucoRx HCT Connect and GlucoRx HCT Connect-i.   How can […]