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

HydraSense Baby Ultra-Gentle Mist 100mL Spray

$12.78

Prevents and relieves cold symptoms such as nasal obstruction and secretion, related sinus pressure and sore throat.Facilitates better breathingReduces the duration of cold symptoms and the occurrence of complications such as sinusitis, influenza, and viral infections.Non-medicated solution without chemical additives.Recommended by health care professionals. HydraSense Ultra-Gentle Mist with Comfort Tip provides a simple, ready-to-use and […]

Ibuprofen 200mg – 84 Tablets

$6.68

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

CANPREV MAGNESIUM THREONATE 120vcap

$24.06

CANPREV MAGNESIUM THREONATE 120vcap Magnesium is essential in over 800 different enzymatic functions in our body. It’s found throughout the body in our bones, hearts, muscles, and nerves, and works away inside every one of our cells. Its responsibilities include synthesizing DNA, RNA, and proteins, maintaining muscle function, creating cellular energy, and ensuring proper nerve […]

BACH CRAB APPLE 20ml

$14.46

BACH CRAB APPLE 20ml Description Encourages a positive self-image and emotional cleansing Supports self-acceptance and peace with one’s physical and mental state Helps address feelings of imperfection or self-dislike Advice to use Adults: Add 2 drops in water and sip at intervals throughout the day or as directed by a healthcare practitioner. Ingredients Medicinal Ingredient: […]

Zarbee’s Cooling Throat & Immune Support Lozenge – 36 Lozenges

$10.80

Buy Zarbee’s Cooling Throat & Immune Support Lozenges Zarbee’s Cooling Throat & Immune Support Lozenges are the perfect way to calm and cool your irritated throat when you have a pesky cough or cold. The honey-based lozenges have a delightful taste and provide immune system support.    How Zarbee’s Cooling Throat & Immune Support Lozenges […]

Tylenol Extra Strength Flu Daytime 20 EZTabs

$9.11

Nasal Congestion; Dry Cough; Fever; Aches & Pain Dosage: Adult Use Only (12 Years and Over): 1-2 tablets every 4 hours as needed. Do not exceed 8 tablets per day.  Caution: Keep out of reach of children. This package contains enough medication to seriously harm a child. Use the smallest effective dose. Use only on the advice […]