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

Numark Migraine Relief – 2 Tablets – Brand May Vary

$9.86

Contains 2 x 50mg Numark Migraine Tablets
Relieves pain and other symptoms caused by migraines

BACH RED CHESTNUT 20ml

$13.15

BACH RED CHESTNUT 20ml Description Supports emotional balance for those who are overly concerned about others Promotes peace of mind and emotional detachment with care Offers approximately 400 uses per bottle for ongoing emotional support Advice to use Single remedy use: Add two drops to water and sip at intervals, or add to a 30ml […]

Robitussin Dry Cough Solution – 200ml

$10.40

Robitussin Dry Cough Medicine – 250ml
Helps to treat dry, persistent and uncomfortable coughs
Easy to administer and the soothing effects can last up to 8 hours

NeilMed Dry Nose Nasogel Spray – 30ml

$12.37

What is NeilMed Dry Nose Nasogel Spray?  If you’ve got dry and irritated nasal passages, try NeilMed Dry Nose Nasogel Spray. This highly effective spray provides moisture to hydrate and lubricate the inside of your nose, caused by a dry climate and indoor heat. Additionally, it helps to reduce nasal dryness during air travel, oxygen […]

HOMEOCAN JET LAG 4g

$8.03

OVERVIEW The Jet Lag pellets are a homeopathic medicine. These are used to help relieve the symptoms associated with travel and recurring problem for travelers who change their time zone. MEDICINAL INGREDIENTS:  Arnica montana, Bellis perennis, Chamomilla, Ipecacuanha, Lycopodium clavatum NON-MEDICINAL INGREDIENTS:  Lactose, saccharose. DOSAGE:  Children (from 2 to 12 yrs.): 2 pellets. Adults (12 yrs. […]

Option+ Vitamin C Chewable Orange 500mg 120 Tablets

$6.92

Helps in the development and maintenance of bones, cartilage, teeth and gums. Helps in wound healing. Helps to support immune function. Dosage: Adults: 1-3 tablets daily with a meal or as recommended by a physician. Medicinal Ingredients: Each tablet contains:Vitamin C (sodium ascorbate/ascorbic acid) – 500mg Non-Medicinal Ingredients (in descending order): Sorbitol, hydroxypropylcellulose, natural orange flavour, annatto, […]