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

Option+ Vitamin D 2500IU 180 Tablets

$7.29

Vitamin D intake, when combined with sufficient calcium, a healthy diet, and regularexercise, may reduce the risk of developing osteoporosis in people with vitamin D deficiency Directions for use: Adults: 1 tablet daily or as recommended by a physician. Each tablet contains:Vitamin D (cholecalciferol) 2500 IU (62.5 mcg) Non-medicinal ingredients (in descending order): Microcrystalline cellulose, […]

HOMEOCAN NO 8 MAGNESIA PHOSPHORICA 6X 500tabs

$10.96

OVERVIEW No.8 Magnesia Phosphorica: Homeopathic Remedy Magnesia phosphorica is a homeopathic remedy indicated in all cases of neuralgic pain, nervous spasms and muscle cramps. It can improve the physical and mental resistance by providing relief of nerves and relaxation. It also helps relieve travel sickness. Adjuvants to homeopathy, Dr. Schüssler Biochemical Mineral Salts are a […]

Holista Tea Tree Oil Shampoo 250 ml

$7.67

Tea Tree Oil Shampoo is an effective antibacterial, antifungal, and antiseptic treatment for the scalp that may be used for the treatment and prevention of head lice, nits, and dandruff. Tea Tree Oil Shampoo contains 2% pure Tea Tree Oil, in a fragrance-free, hypo-allergenic conditioner base. Tea Tree Oil Shampoo contains 2% pure Tea Tree […]

CANPREV SYNERGY C 90caps

$21.33

Synergy C is a premium quality vitamin C formula with a combination of ingredients that together ensure maximum absorbability. It provides 1,000 mg of pH-neutral vitamin C using buffered mineral delivery systems. By binding ascorbic acid to minerals, Synergy C promotes maximum absorption of vitamin C. To further enhance absorption and bioavailability, therapeutic dosages of […]

Benylin Mucus & Phlegm Extra Strength Plus Cough Control 250mL

$13.87

Fast, effective relief of: mucus & phlegm, chest congestion, sore throat pain. Dosage: Adults (12 years and over): 2 tsp. (10mL) every 6 hours. Maximum 8tsp. (40mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Do not use with other products containing any of these ingredients or other cough/cold medications. Do […]

Benylin All-In-One Cold And Flu Extra Strength Night 24 Caplets

$14.24

Relief of: Pain, Fever, Headache, Stuffy Nose, Nasal Congestion, Dry Cough, Runny Nose, Sneezing, Sore Throat Pain. Dosage: Adult use only (12 years and older): Take 2 caplets every 6 hours. Maximum 8 caplets in 24 hours. Caution: Keep out of the reach of children. This package contains enough medication to seriously harm a child. Do […]