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 “Allevia Hives 180mg – 15 Tablets x 3”

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

More Products

BOIRON OSCILLOCOCCINUM 30doses

$31.78

Description Homeopathic medicine for the relief of flu-like symptoms such as body aches, headache, fever and chills. Reduces the duration of flu symptoms. Claims based on traditional homeopathic practice, not accepted medical evidence. Not endorsed by Health Canada. Direction Adults and children from 2 years of age and older: At the onset of flu symptoms, dissolve in the […]

NEW ROOTS TRIBULUS TERRESTRIS 300mg 90caps

$15.34

Source of saponins with tonic properties. Tribulus terrestris is a hardy annual plant that thrives in tropical climates. It bears fruit with robust spines tough enough to puncture bicycle tires. These fruits are rich in nutrient compounds called saponins, which resemble the average compound you would encounter in any organic chemistry course; however, they exert unique […]

Voltaren Back and Muscle

$9.84

Triple Effect: Relieves pain, reduces inflammation, speeds healing. Indications: For the relief of aches and pain associated with acute, localized minor muscle or joint injuries such as sprains, strains or sports injuries (e.g. ankle sprain, shoulder strain or back muscle pain). Rest may also be helpful to assist the relief of associated discomfort. Dosage: For […]

Robaxacet Regular Strength

$14.97

For effective relief of pain associated with muscle spasm such as back pain, tense neck muscles, strains and sprains. Adult Dosage (12 years and older): 2 caplets, every 6 hours, not to exceed 8 tablets daily. Caution: Keep out of reach of children. This package contains enough drug to seriously harm a child. Do not […]

BACH WHITE CHESTNUT 20ml

$13.15

BACH WHITE CHESTNUT 20ml Description Supports mental clarity and helps calm repetitive or unwanted thoughts Promotes inner peace and focus during moments of mental overactivity Offers approximately 400 uses per bottle for emotional support Advice to use Single remedy use: Add two drops to water and sip at intervals, or add to a 30ml mixing […]