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 Wash 5% w/w Gel – 100g”

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

More Products

BOIRON RUTA GRAVEOLENS 12CH

$7.30

BOIRON RUTA GRAVEOLENS 12CH Description Homeopathic remedy traditionally used for symptom-specific relief Unflavored pellets melt in the mouth for convenient use Suitable for adults, children, and infants Advice to use Adults, children, and infants: Take 5 pellets, 3 times per day or as directed by your healthcare practitioner. Dissolve one dose in a small amount […]

Rennie Heartburn, Indigestion & Wind Relief – 24 Chewable Tablets

$7.44

Buy Rennie Heartburn, Indigestion & Wind Relief Chewable Tablets  Rennie chewable tablets provide quick relief from three common digestive problems at once. These easy-to-take tablets help with heartburn, indigestion, and trapped wind, getting you back to feeling normal fast.  How does Rennie work?  Rennie contains two antacids – calcium carbonate and magnesium carbonate – that […]

Benylin Chest Congestion & Cold Extra Strength 250mL

$13.85

Fast relief of: wet cough, nasal 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 not use if […]

Jamieson Super Garlic Oil 1500mg 100 Softgels

$11.68

High PotencyHelps maintain cardiovascular health. Directions: Adults: Take 1 softgel two times daily. Store between 15°C and 25°C, away from children. Each tablet contains:Garlic Bulb Oil (500:1) extract – 3mg(Allium sativum bulb) equivalent to 1500mg raw herb. Also contains: Soybean oil, gelatin, glycerin. Consult a health care practitioner if symptoms persist or worsen; or prior to […]

Opti-Free PureMoist Multi-Purpose Contact Lens Solution

$13.49

Moisture From Morning ‘Til Night Biocompatible Dual DisinfectionPOLYQUAD and ALDOX enhanced disinfection formula has activity against bacteria and fungi that can cause eye infections. Lens MoistureFor optimal lens moisture, hydration and cleansing, fill the lens case with fresh solution every time the lenses are stored. Never reuse solution. This will help achieve maximum lens surface […]

Corsodyl Chlorhexidine Mint Mouthwash – 300ml

$7.69

Buy Corsodyl Chlorhexidine Mint Mouthwash Corsodyl Chlorhexidine Mint Mouthwash is an antibacterial mouthwash that treats and prevents gum disease alongside treating mouth ulcers, oral thrush and sores from dentures. The mouthwash is formulated with chlorhexidine digluconate, a disinfectant and antiseptic. It helps reduce dental plaque and fights infection in the upper mouth and throat.  Corsodyl […]