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

Tiger Balm Red Ointment – 19g

$8.02

What is Tiger Balm Red? Tiger Balm Red is a herbal ointment that can be used to relieve a variety of aches and pains. It is inspired by years of traditional Chinese medicine and is perfect for those who are looking for a herbal pain relief alternative. Tiger Balm Red combines a variety of herbs […]

Sandrena Gel

$24.33

Hormone replacement therapy
Used once daily 
For more information, please refer to the patient information leaflet

HUBNER SILICEA COLLOIDAL GEL 500ml

$40.11

HUBNER SILICEA COLLOIDAL GEL 500ml Experience the power of Original Silicea Balsam, Europe’s #1 supplement for beautiful healthy hair, stronger nails and bones, plus smoother looking skin. Derived from Quartz crystals, Hubner Original Silicea is a “colloidal” preparation in which microscopic particles of silica are so finely distributed in water that a gel is formed. […]

Cetaphil Moisturizing Lotion For Face & Body 500ml

$17.16

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

Sons Minoxidil 5% Cutaneous Solution – 6 Month Supply

$114.93

‘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’ […]

PROGRESSIVE MULTIVITAMIN WOMEN 50+ 120caps

$36.53

PROGRESSIVE MULTIVITAMIN WOMEN 50+ 120caps Description Designed for women aged 50 and above to help maintain vitality, bone strength, hormone balance, and overall well-being. Formulated with essential vitamins, minerals, antioxidants, phytonutrients, and botanicals for cardiovascular, immune, and bone support. Features green food concentrates, digestive aids, and gender-specific nutrients to meet the unique needs of aging […]