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

AOR L-GLUTAMINE POWDER 450g

$39.38

AOR L-GLUTAMINE POWDER 450g L-Glutamine helps support immune and digestive system health after periods of physical stress.L-Glutaminealso helps to assist in muscle cell repair after exercise. Benefits: Control stress levels and boost immunity A conditionally essential amino acid Vital in stress and illness Preserves protein synthesis, nitrogen balance and immunity Supplement Facts Serving Size: 5 […]

FINLANDIA D-RIBOSE 500g

$45.94

 D-Ribose occurs naturally in all living cells and is an energy source that the body makes from food. It is a simple five carbon sugar that is produced by the body and begins the metabolic process for ATP production. It naturally and effectively fuels ATP energy production. D-Ribose supplementation can increase ATP production by 400% […]

NEW ROOTS PRENATAL COMPLETE MULTIVITAMIN 90caps

$18.99

Prenatal is a comprehensive formula containing 23 vitamins, minerals, and nutrients essential for proper fetal development and maternal health before and during pregnancy, as well as while breast-feeding.   Pregnancy is the most nutritionally demanding period of a woman’s life; even the most careful dietary regimen can fall short of the needs of both mother […]

CANPREV D3 & K2 DROPS 15ml

$19.32

CANPREV D3 & K2 DROPS 15ml Tropical vacations are something we might manage once a year, but what about the other 50 weeks? Vitamin D3 (cholecalciferol), is known as the “sunshine vitamin” because it is easily synthesized by the body when the sun’s UVB rays strike the skin. Vitamin D helps with the absorption of […]

Sudafed Mucus Relief Triple Action Cold & Flu – 16 Tablets

$7.15

Do you need Sudafed Mucus Relief tablets to relieve your congestion? Chemist4U has a wide range of Sudafed & other decongestants available with speedy delivery

ENO Antacid 10 Doses (5g each)

$5.46

Effervescing PowderFast relief from upset stomach discomfort after meals, acid indigestion and heartburn. ENO antacid goes to work fast, providing soothing relief from: upset stomach discomfort after meals, acid indigestion, heartburn and stomach upset due to excess stomach acidity. ENO antacid does not contain ASA (Acetylsalicylic acid). It does not contain preservatives, sugar, dyes or […]