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 “EMLA Cream 5% – 30g – 3 Pack”

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

More Products

NATURE’S WAY VITAMIN D3 60gummies

$8.55$10.06

Nature’s Way Vitamin D Gummies help to maintain and support immune function. These delicious raspberry, blood orange and strawberry flavoured gummies also help in the development and maintenance of bones and teeth, and are 100% vegetarian. INGREDIENTS MEDICINAL INGREDIENTS Vitamin D3 (cholecalciferol) 25 mcg NON-MEDICINAL INGREDIENTS Glucose syrup, sucrose, purified water, pectin, citric acid, sodium […]

Option+ Antacid Calcium Supplement Extra Strength Assorted Berries 750mg 100 Chewable Tablets

$4.37

For Antacid Relief: For relief of indigestion, heartburn and sour stomach caused by excess stomach acidity. Recommended Dosage Adults and Pregnant Women: Chew 2-3 tablets as needed. Maximum: Adults: 10 tablets/day. Pregnant women: 5 tablets/day. Consult a health care practitioner if symptoms persist beyond two weeks or recur. As a calcium supplement: This product is […]

MANITOBA HARVEST HEMP HEART 454g

$14.94

Shelling the hemp seed produces the most nutritious and tender part of the seed, the heart. Hemp Hearts taste great, are easy to use, and nutritious too! There’s no need to grind or cook Hemp Hearts, they’re ready to eat straight from the bag and are simple to incorporate into your diet. Try sprinkling them […]

NATURAL FACTORS CHROMIUM PICOLINATE 500mcg 90tabs

$10.93

Feature summary Chromium is an essential mineral for enhancing the action of insulin, metabolizing sugar (glucose), and maintaining healthy blood sugar levels. Although it is naturally present in food in trace amounts, the majority of North Americans do not get enough chromium in their diet and are at risk of gradually developing a deficiency. Elevated […]

NATURAL FACTORS B12 METHYLCOBALAMIN 1000mcg 210subtabs

$18.23

NATURAL FACTORS B12 METHYLCOBALAMIN 1000mcg 210subtabs Natural Factors Methylcobalamin B12 provides the superior, biologically available, bioactive form of vitamin B12. This essential nutrient helps prevent vitamin B12 deficiency, is vital for the formation of red blood cells, and assists in the normal function of the immune system and energy metabolism in the body. This convenient, […]

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