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

Orlos (Orlistat) 60mg Weight Loss Aid – 84 Capsules – 2 Pack

$73.01

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

Preparation H Ointment 25g

$10.59

Multi-Symptom Relief: Shrinks hemorrhoids, relieves itch, pain, swelling & irritation. Contains: Yeast as a live cell derivative (Bio-Dyne: Skin Respiratory Factor) 1.0%.Non-Medicinal Ingredients:  Beeswax, chlorhexidine gluconate, fragrance, lanolin, mineral oil, paraffin wax, petrolatum, water. Directions for adults: Apply freely morning and night and after each bowel movement. Lubricate applicator before each application and thoroughly cleanse […]

Windex Original Cleaner 765mL

$5.84

Original with Ammonia-D Canada’s #1 Selling Glass Cleaner Works great on glass and mirrors. Directions1. Rotate nozzle to ON position.2. For best results spray and then wipe. Keep out of reach of children and pets.

Loratadine 10mg – 360 Tablets

$13.30

Loratadine is an antihistamine medicine that relieves the symptoms of allergies.

FINLANDIA L-GLYCINE POWDER 500g

$25.57

  Product info: L-Glycine is the simplest of all amino acids. It is a non-essential amino acid that is required for optimal growth and for creatine and protein synthesis in the body. As creatine is a compound that is present in muscle tissue and is utilized in the construction of RNA and DNA, it is […]

Bausch & Lomb Sensitive Eyes Saline Plus 355mL

$5.84

Sensitive Eyes Saline Plus Solution is an advanced, gentle, pH-balanced formula which contains potassium, an ingredient found in your own tears! For use as a rinse with all disinfecting regimens.  Important: Sensitive Eyes Saline Plus Solution is not a disinfecting or neutralizing solution. Peroxide disinfectants require neutralization prior to insertion of contact lenses.Store at room temperature. Keep […]