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

Sex Toys Vibrator Dildo for Women – Allovü Personal Wand Massager Vibrators, USB Rechargeable Vibrating Clitoral Stimulator Sex Toys for Pleasure, 10 Vibration Waterproof for…

$13.88

Vibrator for women sex toys with flexible head – Allovü sex toy for women solo has a flexible head that is still stable even when you turn the head of vibrator sets for women 360 degrees. Sex toy for men chooses a black design, and the handle has a wave-shaped striped design that is simple […]

Gravol Kids Quick Dissolve Chewables Cherry Flavour 18 Tablets

$6.93

Use: Prevention and treatment of nausea, vomiting and dizziness due to motion sickness. Dosage: Children under 2 years: as directed by a physician. Children 2-6 years: Chew 1 tablet every 6 to 8 hours as needed, up to a maximum of 5 tablets in 24 hours. Children 6 to 12 years:Chew 2 tablets every 6 to 8 hours […]

Polident Fresh Cleanse Foaming Cleanser 125mL

$9.49

Unique non-abrasive foam gently lifts off stains. Kills 99.9% of odour-causing bacteria. Directions for daily use on full or partial dentures:1. Hold denture firmly.2. Shake bottle.3. Pump fully 2 times onto denture, adjust amount if needed.4. Brush for 90 seconds.5. Rinse denture thoroughly under running water for one minute before inserting into mouth. External use only. Not for natural […]

Peptac Aniseed Flavour Antacid – 500ml

$9.97

Buy Peptac Aniseed Flavour Antacid – 500ml  Peptac Aniseed Flavour Antacid – 500ml is a treatment used to tackle heartburn and acid reflux. It offers fast and effective relief from acid reflux symptoms, allowing you to get on with life without the interruption of heartburn and indigestion.  The aniseed flavour makes it easy for you […]

Option+ Vitamin D 1000IU 100 Tablets

$6.57

Indications: Helps in the development and maintenance of bones and teeth, and in the absorption and use of calcium and phosphorus. Helps to support immune function. Dosage: Adults: 1 tablet daily or as recommended by a physician. Medicinal Ingredient: Each tablet contains:Vitamin D3 (cholecalciferol) – 25mcg (1000IU) Non-Medicinal Ingredients (in descending order): Microcrystalline cellulose, dibasic calcium phosphate dihydrate, magnesium […]

Sensodyne ProNamel for Children Daily Anti-Cavity Toothpaste 75mL

$5.47

Helps protect teeth from Acid Wear + CavitiesChildren’s enamel is thinner and more vulnerable. Ask your dentist or hygienist about Acid Wear caused by acid found in fruit, soft drinks, juice, and other items in children’s diets. Directions: Always follow the label. Children over 6 years: Brush teeth thoroughly twice daily for 2 minutes, no more […]