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

Vicks Nyquil Cold & Flu Nighttime Relief Liquid 236mL (Cherry)

$12.41

Important Message Every medication or natural health product may cause serious adverse reactions or interactions with other medications. Read the label, warnings and inserts provided by the manufacturer and consult your pharmacist when purchasing such medications or natural health products. Always keep medications and natural health products out of the reach of children. Description Temporarily […]

OLLY Women’s Multi Blissful Berry – Pharmacy 24

$20.99$25.56

Looking for a women’s multi that’s both delicious and nutritious? OLLY Women’s Multi Blissful Berry is perfect for you!

Halls Mentho-Lyptus 25 Cough Tablets No Sugar Added

$5.11

Triple Soothing Action: Relieves Coughs; Soothes Sore Throats; Relieves Nasal CongestionFor the temporary relief of sore throat, cough, and nasal congestion. Directions: Adults and children 4 years and over, dissolve one tablet slowly in the mouth as required. Caution: If symptoms are severe, worsen, persist for more than 2 days, or are accompanied by high fever, […]

Xyzal Tablets

$14.63

Antihistamine treatment for hay fever and allergy symptoms.
Contains levocetirizine dihydrochloride.
Always read the patient information leaflet before use. 

NEW ROOTS MENOPEACE 60vcaps

$38.36

Menopeace helps a woman pass through menopause more smoothly, by helping to ease the hormonal ups and downs that can occur during this period of a woman’s life.   Menopause is part of the natural life cycle of women. Menopausal symptoms affect about 70% of women approaching menopause. Typical menopause symptoms, such as hot flashes […]