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

Cuprofen Maximum Strength 400mg – 96 Tablets

$12.97

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

EARTH MAMA HERBAL PERINEAL SPRAY 120ml

$19.91

Naturally Cooling Perineal Mist for Pregnancy and Postpartum. Ingredients: Water, Witch Hazel (Hamamelis Virginiana) Leaf Extract, Kosher Vegetable Glycerin, Cucumber (Cucumis Sativus) Fruit Extract, Organic Lavender (Lavandula Angustifolia) Flower Oil, Organic Peppermint (Mentha Piperita) Leaf Oil.

LivRelief Extra Strength Nerve Pain Relief Cream 50g

$17.50

Relieves cutaneous pain associated with conditions such as post-herpetic neuralgia and Diabetic Neuropathy. Directions for use (Adult): Apply a small amount to affected area 4 times daily. For maximum benefits, use daily as directed for a minimum of 3-4 days. Caution: Avoid applying to injured or broken skin. Consult a health care practitioner if symptoms persist […]

Nurofen 200mg Tablets – 24 Tablets

$7.83

Nurofen 200mg Caplets.
Provides rapid relief from a variety of everyday aches and pains. 
Reduces inflammation and swelling. 

BOIRON SYMPHYTUM OFFICINALE 200CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

HOMEOCAN NO.1 CALCAREA FLUORICA 6X 125tabs

$5.12

No.1 Calcarea Fluorica, Tissue Salt of Elasticity Biochemical Mineral Salts of Dr. Schüssler Calcarea Fluorica is used for treating and preventing disorders caused by a calcium fluoride deficiency (dental caries) and problems with tooth enamel. Adjuvants to homeopathy, Dr. Schüssler Biochemical Mineral Salts are a set of 12 mineral salts diluted and energized according to the […]