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 “Cetirizine 10mg – 30 Tablets”

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

More Products

HOMEOCAN No 4 FERRUM PHOSPHORICUM 6X 500tabs

$10.96

OVERVIEW No.4 Ferrum Phosphoricum, Tissue Salt of first aid Biochemical Mineral Salts of Dr. Schüssler Ferrum Phosphoricum is useful in cases of fever related to an ear, nose and throat problem, or for diarrhea. It is also useful in cases of fever and pain resulting from diseases such as arthritis. Adjuvants to homeopathy, Dr. Schüssler Biochemical Mineral […]

Buckley’s Complete Mucus Relief Extra Strength

$15.34

Fast Relief of: Cough, Mucus & Phlegm, Sore Throat Pain, Nasal & Sinus Congestion, Fever & Chills, Minor Body Aches & Pains, Headache Indications: Fast relief of cold and flu symptoms such as wet cough, nasal and sinus congestion, fever and chills, headache, sore throat pain, minor body aches and pains, and chest congestion. Helps to […]

Tampax Pearl Leakguard Protection Duopack

$9.12

34 Count (18 Regular Tampons / 16 Super Tampons) Everyday comfort for up to 8 hours of out of sight out of mind protection Formfit Expansion – Expands gently to fit your body shape Smooth Removal Layer – For amazing comfort even on light days  Leakguard Braid Protection – Helps stop leaks before they even […]

Softsoap Milk & Golden Honey Liquid Hand Soap 221ml

$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

Option+ Glucosamine Sulfate 500mg 360 Capsules

$17.86

Helps to relieve joint pain associated with osteoarthritis. Helps relieve joint pain associated with osteoarthritis, helps protect against the deterioration of cartilage. A factor in maintaining healthy cartilage and joint health Directions for use: Adults: 1 capsule 3 times daily or as recommended by a physician. Use for at least 4 weeks to see beneficial […]

NATURAL FACTORS RESVERATROL CONCENTRATE SUPER STRENGTH 500mg 60vcaps

$33.87

NATURAL FACTORS RESVERATROL CONCENTRATE SUPER STRENGTH 500mg 60vcaps Description Provides antioxidant protection using resveratrol from red grape skins and Japanese knotweed Supports cardiovascular health and protects against free radical damage and LDL oxidation Promotes graceful aging and helps maintain brain and blood vessel health Advice to use Adults: Take 1 capsule daily or as directed […]