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 “HistaHive 180mg – 30 Tablets”

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

More Products

Paracetamol 500mg – 10 Suppositories

$9.45

‘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 ORGANIC NIPPLE BUTTER 60ml

$21.89

Comforting, soothing Natural Nipple Butter herbal breastfeeding nipple cream is clinically tested, calendula rich, lanolin-free and non-sticky. Moisturizes nipples and dry skin naturally with a buttery smooth organic plant based blend. For mama and baby, no need to wash it off before nursing! It’s the first Non-GMO Project Verified Nipple Cream, and made with Organic […]

Benadryl Allergy Caplets

$8.40

Fast, effective relief of both Everyday Allergies & Allergic Reactions: Sneezing; Runny Nose; Itchy Eyes; Watery Eyes; Hives; Insect Bites; Poison Ivy; Rashes Dosage:Children under the age of 12 years: Not recommended for use. Use Children’s Benadryl products.Adults and children 12 years of age and older: 1 to 2 caplets every 4-6 hours. Do not […]

AOR ADVANCED B COMPLEX 180vcaps

$53.96

AOR Advanced B Complex was designed to provide the most advanced forms of B vitamins in the most scientifically discerning ratios available. These nutrients help metabolize carbohydrates, proteins and fats for energy and support tissue and red blood cell formation. Benefits: The most active forms of B-vitamins Balanced ratios and clinically-supported doses Support for energy, stress, […]

Embecta Nano PRO Ultra-Fine Pen Needle 4mmx32G 100 Count

$33.61

#1 Selling Pen Needle Brand in Canada Embecta Nano Pro delivers a more consistent 4mm injection depth compare to other 4mm pen needles and was designed to be compact and user friendly.  Embecta Nano Pro contains two technologies to improve comfort and ease of use:  Easy Flow Technology PentaPoint Comfort  Universal Fitting Lilly HumaPen LUXURA […]

CarePoint Pen Needles 31g 8mm – Pack of 100

$5.40

Buy CarePoint Pen Needles 31g 8mm CarePoint Pen Needles are universally compatible with all insulin pen delivery devices, including Novo Nordisk, Owen Mumford, AstraZeneca, and Sanofi. These needles have been expertly designed for easy injection.    Directions Wash and dry your hands thoroughly before handling CarePoint Pen Needles. Remove the cap on your insulin pen […]