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 “Fenbid Gel 5% – 50g”

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

More Products

Treathay Fexofenadine 120mg – 30 Tablets – 3 Packs

$18.76

Buy Treathay Fexofenadine  Treathay Fexofenadine is a hay fever treatment containing 120mg of the non-drowsy antihistamine fexofenadine hydrochloride. It can relieve hay fever symptoms, such as sneezing, runny nose and itchy eyes.    How Treathay Fexofenadine works Fexofenadine is a non-drowsy medicine known as an antihistamine. When you come into contact with something you’re allergic […]

Acnecide 5% Gel Benzoyl Peroxide – 30g – 6 Pack

$48.72

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

IDEAL PROTEIN CRANBERRY POMEGRANATE PROTEIN BARS – 1 PC

$4.56

IDEAL PROTEIN CRANBERRY POMEGRANATE PROTEIN BARS – 1 PC Tart, Tasty. Good to go. A perfectly unique and sweet solution great for mornings at home or at work. Ingredients  Protein blend (soy protein isolate, milk protein concentrate, acid casein, whey protein isolate, milk protein isolate, calcium caseinate), coconut, maltitol syrup, hydrolyzed gelatin (beef), sorbitol, palm […]

Piriton Syrup – 150ml

$7.04

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

NATRACARE ORGANIC TAMPONS REGULAR 20pcs

$7.49

NATRACARE ORGANIC TAMPONS REGULAR 20 pcs Description Made from 100% certified organic cotton — rayon-free, chlorine-free, and free of chemical additives. Developed in response to health and environmental concerns linked to dioxin exposure and pesticide use in conventional products. Soft, natural tampons that help maintain the protective mucous lining of the vagina without synthetic materials or […]

Gaviscon Original Liquid Aniseed – 500ml

$17.96

What is Gaviscon Original liquid? Gaviscon Original liquid is a remedy for heartburn and acid reflux, helping to prevent acid reflux and stopping your symptoms at their source. If you’re struggling with heartburn and need a way to control those symptoms after you eat, Gaviscon Original can help you to feel more comfortable. Gaviscon liquid […]