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

HARMONIC ARTS USNEA 50ml

$16.40

Soothe symptoms of the common cold with our Usnea tincture. Relieve sore throat Calm inflammation Our Usnea tincture is made with organic cane alcohol, distilled water and Usnea (Usnea barbata), 50% alcohol (1:10). NPN#:80085582 Recommended Use:Used in Herbal Medicine to help relieve symptoms of the common cold such as sore throat and mild inflammation of the […]

Vagisense Vaginal Infection Screening Test 2 Tests

$16.07

Self-administeredEasy to useResults in seconds Use this test if you are of menstruating age and if you have any of the following symptoms:Abnormal or excessive vaginal dischargeVaginal itching or burningVaginal discharge with abnormal colour or unpleasant odour These symptoms could be due to a vaginal yeast infection, but could also be caused by a  bacterial […]

Airomir Autohaler 100mcg – 200 Dose

$22.00

Uses an aerosol solution to provide an accurate and consistent dose
Designed with user safety and convenience in mind
Lightweight, discreet and easy to use

NEW ROOTS BORAGE OIL 90sg

$37.92

Our borage oil is non-⁠GMO and an excellent source of gamma-⁠linolenic acid.   New Roots Herbal’s Borage Oil is sourced exclusively from its seeds. These boast nature’s most potent concentration of gamma-linolenic acid (GLA), measuring up to 23%. Borage oil owes its health benefits to the presence of essential fatty acids, the most important of which is […]

Bach Rescue Remedy – 20ml Drops

$15.38

What is Bach Rescue Remedy? Bach rescue remedy, formerly known as Nelson’s Rescue Remedy, is designed to relieve your stress naturally. Bach Rescue Remedy is suitable for the whole family and is vegan-friendly. Ideal for those who are facing a stressful situation and are looking for a way to calm their nerves so they can […]

NEW ROOTS BORON 3mg 90caps

$17.50

This form of boron is well-assimilated and helps to the absorption of calcium, to the production of testosterone, and to the optimal functioning of the brain.   Boron is a trace element which influences the metabolism of nutrients involved in the maintenance of strong bones and may play a role in hormone regulation. Known to […]