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 “Piriton Allergy – 60 Tablets x 3”

Your email address will not be published. Required fields are marked *

More Products

NEW ROOTS PROSTATE PERFORM 60sg

$72.33

Prostate Perform is an effective prostate-support formulation. Prostate Perform relieves the symptoms of benign prostatic hyperplasia (BPH), including frequent urination particularly at night, inconsistent stream, the strain to urinate, and prostate growth.   The prostate; it’s a problem for the majority of men as they age. It can lead to unnecessary problems later in life […]

NATURAL FACTORS FOLIC ACID 1mg 180tabs

$7.15

Feature summary The B vitamin folacin, or folic acid, works closely with vitamin B12 to produce red blood cells. Folic acid is vital to proper cell division and prevents damage to cellular DNA, helping to reduce the risk of colon polyps, colorectal cancer and cervical cancer. Many studies show that folic acid also prevents birth […]

BOIRON ARSENICUM ALBUM 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 […]

CANPREV MAGNESIUM BIS-GLYCINATE 200 GENTLE 200mg 240 vcap

$34.06

Magnesium is one of those hard working minerals that simply doesn’t get the attention it deserves. It plays a key role in over 800 different chemical reactions in the body and is involved in everything from DNA synthesis, energy production and metabolism, to muscle strength, nerve function, heart rate regulation and bone building. Magnesium is […]

A.VOGEL MENOFORCE 30tabs

$22.50

A.VOGEL PROSTATE 1  60 caps Description Herbal supplement combining botanicals traditionally used to support prostate health and urinary comfort. Promotes healthy urinary flow, reduce inconvenience associated with mild prostate enlargement. Synergistic formula designed for daily prostate maintenance in men. Advice to use Adults: Take 1 capsule daily with food or water. For best results, use consistently or as […]