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 – 3 Pack”

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

More Products

Advil 400mg Extra Strength Ibuprofen Caplets

$8.38

Relieves Headaches, Fever, Muscle and Joint Pain Indications: For fast and effective relief of headaches, minor aches and pain associated with muscles, joints and backache, pain from inflammation associated with arthritis or physical overexertion, aches and pains due to the common cold or flu, and for headaches, dental pain and menstrual pain, in addition to reducing […]

Lemsip Cold & Flu Lemon – 10 Sachets

$6.28

Do you need Lemsip Cold & Flu sachets to ease your cold & flu symptoms? Chemist 4 U has a wide range of Lemsip products available with fast, discreet delivery

Softsoap Lustrous Glow Rose & Vanilla Exfoliating Body Wash 591ml

$8.03

Add a moment of joy to your day with Softsoap® Exfoliating Body Wash, Lustrous Glow Rose and Vanilla. This body wash has a rich, fragrant lather with the scent of rose and vanilla and has luxurious exfoliating beads that help leave skin radiant and soft. Gentle enough to be used every day, this paraben free […]

Tylenol Extra Strength Body Pain Night Caplets

$21.91

For fast effective relief of pain associated with muscle spasm such as backache, tense neck muscles, strains and sprains. Dosage: Adult use only (12 years and older): 2 caplets every 4 hours, as required. Do not take more than 8 caplets per day. Caution: Keep out of reach of children. This package contains enough drug to […]

BOTANICA PERFECT PROTEIN CHOCOLATE 420g

$35.36

Botanica Perfect Protein is a plant protein blend packed with naturally occurring vitamins, minerals, antioxidants, healthy fats and fibre. All in light chocolate taste so it’s easy to digest. Crafted in small batches with just a few simple organic ingredients. DIRECTIONS  Add a scoop to your favourite ice-cold, alternative milk beverage or make Perfect Protein […]

Option+ Vitamin B12 250mcg 100 Tablets

$9.47

Indications: Helps form red blood cells. Helps in the normal function of the immune system and in energy metabolism in the body. Helps maintain the body’s ability to metabolize nutrients. Dosage: Adults: 1-4 tablets daily or as recommended by a physician. Medicinal Ingredients: Each tablet contains:Vitamin B12 (cyanocobalamin) – 250mcg Non-Medicinal Ingredients (in descending order): Microcrystalline cellulose, […]