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

Luden’s Throat Drops 30 Wild Cherry

$2.55

Soothes your throat! Tastes great!  Uses: For the temporary relief of sore throat and for protection of irritated areas in the throat. Directions: Adults and children 14 years and older: dissolve 1 lozenge slowly in mouth. Maximum 24 lozenges per day.Children 4-13 years: dissolve 1 lozenge slowly in mouth. Maximum 8 lozenges per day.May be repeated […]

CANPREV MAGNESIUM BISGLYCINATE 200 GENTLE POWDER 120G

$16.77

A factor in the maintenance of good health, Magnesium is one of those hard working minerals that simply doesn’t get the attention it deserves. It plays a key role in over 800 different chemical reactions in the body and is involved in everything from DNA synthesis, energy production and metabolism, to muscle strength, nerve function, heart […]

Actifed Multi-Action – 12 Tablets

$7.29

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

CanesOral Fluconazole Capsule

$18.26

For the treatment of vaginal yeast infections. CanesOral is easy to use because one capsule provides a full course of therapy and most women get symptom relief within 24 hours. Relieves itching, burning, and irritations associated with vaginal yeast infections.  Directions: Adults: Take one capsule by mouth. Do not take more than one dose for […]

NATURAL FACTORS SUNVITAMIN D3 1000IU (25mcg)) 180tabs

$8.74

NATURAL FACTORS SUNVITAMIN D3 1000IU (25mcg)) 180tabs Vitamin D is the sunshine vitamin, which the body creates when skin is exposed to ultraviolet light. It is essential for immune function, calcium absorption, building and maintaining strong bones and teeth, and overall health. Many individuals lack sufficient vitamin D, and vitamin D supplementation is widely recommended […]

FINLANDIA RESVERATROL PLUS 300mg 60vcaps

$48.86

Finlandia’s Resveratrol is a dietary supplement that contains resveratrol, a natural compound found in grapes, berries, and other plants. Resveratrol is a type of polyphenol that is believed to have antioxidant and anti-inflammatory properties, which may help protect the body against damage caused by free radicals and other harmful substances. The supplement is marketed as […]