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 “LMX4 Lidocaine 4% Cream – 30g”

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

More Products

Gaviscon Double Action Chewable Tablets Mint – 48 Tablets – 2 Pack

$29.28

What are Gaviscon Double Action Tablets? Gaviscon Double Action Tablets are a soothing treatment for heartburn, acid reflux, and indigestion. These tablets can be chewed and swallowed without needing a glass of water, so you can take them whenever and wherever you suffer with heartburn. If you’re looking for a treatment for heartburn and indigestion […]

NATURAL FACTORS DIURETIC FORMULA 90caps

$10.95

NATURAL FACTORS DIURETIC FORMULA 90caps Description • Botanical-based formula traditionally used to support healthy fluid balance• Helps promote natural elimination of excess water through urinary function• Contains herbs commonly used to support kidney and urinary tract health• May assist in reducing temporary water retention associated with diet or lifestyle factors• Supports overall detoxification pathways as […]

Abidec Immune Support – 7.5ml

$20.27

What are Abidec Immune Support Drops? Abidec Immune Support Drops contain vitamin D3 and naturally occurring friendly bacteria which help to support your child’s immune system. Abidec also helps to promote the development of healthy strong bones. Abidec can be used from birth until the age of 3 and each pack contains 1 month’s worth […]

Acnecide Face Gel Spot Treatment with 5% Benzoyl Peroxide – 15g

$11.97

You may occasionally receive a pharmacy pack of this product. Please be assured that the item has no therapeutic difference from the UK pack, but it may be presented in different packaging. What is Acnecide Face Gel? Acnecide Face Gel is a gel that helps to treat mild acne by attacking the bacteria that causes […]

Xylocaine 10mg Anaesthetic Spray – 50ml x 3

$60.43

Xylocaine 10mg Anaesthetic Spray contains an active ingredient called Lidocaine which is a local anaesthetic used to numb chosen areas – to relieve pain or discomfort. It can be used to numb your mouth during dental treatments and for other medical examinations and operations. The pain relief starts to take effect after 1-5 minutes of […]

Metamucil Fibre Therapy Capsules

$23.00

3 in 1 Multihealth Fibre! Helps to temporarily suppress appetite when taken prior to a meal.Helps lower cholesterol levels to promote heart health.Promotes digestive health. Directions:For cholesterol lowering and heart health; and to support healthy blood sugar levels for adults only: 5 capsules with 240mL of liquid (swallow 1 capsule at a time and take […]