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

Pears Transparent Soap 3x75g Bars

$3.28

Pure & Gentle with Plant Oils Pears, a soap with over 200 years of heritage, is prepared with a unique process of moulding & then maturing until it reaches pure transparency. Each bar is still made with natural oils & filtered for purity. It is then finished by hand and checked by eye. So what […]

CURELLE STYLING GEL 225ml

$13.51

Curelle delivers one of the finest natural styling gels of its kind. Alcohol-free, biodegradable, and easy to wash out, Curelle’s styling gel will give you the all-day hold you need without leaving your damaged. In fact, this amazing gel actually moisturizes and conditions while it’s in. Created without animal testing and free of toxic solvents, […]

CANPREV ALPHA LIPOIC ACID 600mg 60vcaps

$25.15

Alpha Lipoic Acid (ALA) is a very important vitamin-like antioxidant that was not discovered until 1988. It is not a true vitamin however because it can actually be made by your body and it is not considered to be a critical element in the human diet. However, many would argue that it is critical as […]

Phenergan 25mg (Promethazine Hydrochloride) – 56 Tablets

$13.30

‘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’ […]

Witch Doctor Witch Hazel Skin Treatment Gel – 35g

$3.58

Buy Witch Doctor Witch Hazel Skin Treatment Gel Witch Doctor Skin Treatment Gel is designed to treat spots and other skin conditions that can cause itching and irritation. Its antioxidants encourage your skin’s natural cycle. The gel soothes the skin and reduces the appearance of spots and broken skin. Directions Always use Witch Doctor Witch […]

Halls Sugar-Free Cherry – 32g

$1.19

Buy Halls Sugar-Free Cherry Halls Sugar-Free Cherry are sweets that work to help you with the symptoms of a sore throat and stuffy sinuses. They contain no sugar, making them suitable for diabetics. They are perfect for keeping with you in your bag, leaving at home or taking them with you when you travel to […]