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% – 5g – With 2 Dressings”

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

More Products

BOIRON IGNATIA AMARA 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 […]

MEGAFOOD BABY & ME 2 60tabs

$65.03

MEGAFOOD BABY & ME 2 60TABS Description Prenatal vitamin formulated to support the health of mother and baby Provides key nutrients for fetal development and maternal well-being Suitable for use during pregnancy and breastfeeding Advice to use Take 2 tablets daily or as directed by your healthcare practitioner. Ingredients Folate (from methylfolate), vitamin B12 (methylcobalamin), […]

HOMEOCAN TRAVEL SICKNESS 4g

$6.57

Travel Sickness pellets to keep yourself in good shape for your travels with Homeocan’s Travel sickness occurs when the balance mechanism of the inner ear is disturbed by movement. This disturbance causes nausea and vomiting, chills, sweating, and dizziness. This homeopathic medicine helps prevent and relieve – Travel sickness – Nausea – Vertigo – Vomiting Format : Multi-dose tube […]

Magic Bag (Neck & Back)

$25.93

1 Compress 19″x12″

Soothing Relief of Aches and Pains 

Heats for 30 minutes 

Hot/Cold

100% Natural

For Neck and Back Pain

Canadian made filled with Canadian grain

Piriton Allergy – 60 Tablets x 6

$53.24

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

Beclometasone Hay Fever Relief Nasal Spray – 180 Dose – 3 Pack

$37.46

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