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 “Acnecide 5% Gel Benzoyl Peroxide – 30g”

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

More Products

Difflam Spray – 30ml

$9.99

Difflam Spray is an oral pain-relief product which targets the pain of a sore throat at the source. For the treatment of painful and sore mouth and throat conditions. The spray contains a non-steroidal anti-inflammatory drug called benzydamine hydrochloride which reduces swelling and relieves pain.

Metatone Tonic Original Flavour – 300ml

$15.13

Buy Metatone Tonic  Metatone Tonic is a liquid food supplement designed to support you and your body when recovering from an illness or feeling run down.  It’s ideal for when you’ve had a cold or the flu and are getting back on your feet or feeling exhausted after a particularly busy or stressful time.  Metatone […]

NATRACARE REGULAR PADS WITHOUT WINGS 14pcs

$7.27

NATRACARE REGULAR PADS WITHOUT WINGS 14 pcs Description Soft and comfortably padded maxi pads made from 100% organic cotton and totally chlorine-free pulp. Free from plastic, synthetic materials, fragrances, dyes, and chemical additives like binders or surfactants. Biodegradable and compostable — ideal for light to medium menstrual flow with breathable, natural protection. Advice to use Use […]

Amosan Oral Antiseptic Rinse 12×1.7g Powder Envelopes

$12.76

To help treat: gingivitis, canker sores, denture irritation, tooth extractions. Recommended dose: Adults and Children (6 years and older): Dissolve contents of envelope into 30mL (1oz) of warm water. Swirl solution in your mouth in two separate rinses of 30 seconds. Do not swallow. Expel oral rinse and do not eat or drink for 20 […]

Optrex Hayfever Eye Drops – 10ml

$8.51

What are Optrex Hayfever Eye Drops? Optrex Hayfever Eye Drops are a treatment for hay fever symptoms that affect your eyes, including redness, watering, and itching. If you’re sick of pollen season leaving you looking like you’re crying, if your eyes are streaming and ruining your makeup, or if the itching is driving you crazy, […]

NATURAL FACTORS N-ACETYL L-CYSTEINE 600mg 60vcaps

$12.76

NATURAL FACTORS N-ACETYL L-CYSTEINE 600mg 60vcaps N-Acetyl-L-Cysteine (NAC) from Natural Factors is a free form amino acid required by the body to make glutathione. Glutathione is a key antioxidant that is involved in many physiological processes, such as fighting oxidative stress, maintaining a healthy immune system, repairing tissues, and supporting overall health. It also recycles […]