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

WEDDERSPOON ORG MANUKA DRPS HONEY WITH ECHINACEA 120g

$10.22

Soothe throats with this time-tested recipe still crafted with care in small batches. Perfect for cold, flu and allergy season. Gluten-free, dairy-free, nut-free, and GMO-free. Each box contains approximately 20 drops.   INGREDIENTS: Sugars (organic cane sugar, organic manuka honey, organic brown rice syrup), echinacea

NEW ROOTS ACETYL-L-CARNITINE 750mg 90caps

$21.87

ʟ-⁠Carnitine is an amino acid required for the transport of fatty acids into the mitochondria for the burning of fat and generation of metabolic energy.   New Roots Herbal’s Acetyl-L-Carnitine is the biologically active form of the compound (ʟ-⁠carnitine) which is responsible for the intracellular transport of fatty acids within the mitochondria. This process is pivotal for […]

Gaviscon Double Action Liquid Peppermint – 150ml

$7.84

What is Gaviscon Double Action Liquid? Gaviscon Double Action Liquid is an all in one remedy for both indigestion and heartburn. This medicine works for up to four hours, helping to ease irritation and symptoms like wind and bloating. If you’re suffering from indigestion and acid reflux and need a way to ease your symptoms […]

Neoclarityn Tablets

$13.37

Non-drowsy anti-allergy medication
Provides relief from hay fever and other allergic reactions
Contains the active substance desloratidine 

Rennie Peppermint Indigestion & Heartburn Relief – 72 Tablets

$10.64

What is Rennie Peppermint Indigestion & Heartburn Relief? Rennie Peppermint Tablets are a treatment for indigestion and heartburn, neutralising stomach acid to ease your symptoms. They can help to ease pain caused by heartburn, flatulence, trapped wind, bloating and other symptoms of indigestion. Rennie tablets are available in refreshing spearmint and peppermint flavours.   Who […]