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 STODAL HONEY 200ml

$11.87

Homeopathic medicine used for the relief of dry or productive cough. Cough Dry cough, Wet cough Medicinal Ingredients: Antimonium tartaricum 6CH Bryonia 3CH Coccus cacti 3CH Drosera 3CH Ipecacuanha 3CH Pulsatilla 6CH Rumex crispus 6CH Spongia tosta 3CH Sticta pulmonaria 3CH Non Medicinal Ingredients:Purified water, sucrose, honey, citric acid monohydrate, sodium benzoate. Directions: Adults and […]

Nexcare Skin Crack Care 7mL

$12.41

Seals painful skin cracks.
Promotes healing of dry cracked skin on hands and feet.

Waterproof.

Olay Ultra Moisture Shea Butter Body Wash 364mL

$7.30

Description: BEAUTIFUL, HEALTHY SKIN YOU CAN SEE AND FEEL – Reveal beautiful, healthy-looking skin with Olay Ultra Moisture Body Wash with Shea Butter. Now formulated with Olay’s Vitamin B3 Complex, it hydrates to plump surface skin cells, locking in natural moisture. Our advanced formula, with Shea Butter and Olay moisturizers, indulges skin to leave it […]

PASCOE NEURAPAS BALANCE 60tabs

$35.80

Although stress is a natural part of life, it can be a major problem if it is prolonged or severe. In our frantic society, stress affects people of all ages, gender, and circumstances. Stress can lead to both physical and psychological health issues. Pascoe is here to help with Neurapas Balance: for a healthy, balanced […]

Clearasil Cleansing Cream Wash 200ml

$9.49

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

Benylin All-In-One Cold And Flu Extra Strength Plus Mucus & Phlegm 24 Caplets

$14.24

Fast relief of: pain, fever, headache, mucus & phlegm, nasal congestion, dry cough, chills, sore throat pain. Dosage: Adult use only (12 years and older): Take 2 caplets every 6 hours. Do not take more than 8 caplets in 24 hours. Caution: Keep out of the reach of children. This package contains enough medication to seriously harm […]