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

SMART SOLUTIONS ESTROSMART 120caps

$44.57

Maintains a healthy estrogen-to-progesterone balance. Helps support glucuronidation, a liver detoxification pathway and helps reduce the severity and duration of symptoms associated with cyclical mastalgia. (recurrent breast pain). Features and benefits: Maintains healthy estrogen-to-progesterone balance Helps reduce the severity of symptoms associated with recurrent breast pain (cyclical mastalgia) Supports the production of desirable estrogen metabolism […]

Jamieson Zinc 50mg 100 Tablets

$13.88

Helps to maintain immune function Directions: Adults: Take 1 tablet daily with a meal. Take a few hours before or after taking other medications.Store between 15°C and 25°C, away from children. Each softgel contains:Elemental Zinc (Gluconate) – 50mg Also contains: Cellulose, modified cellulose gum, dicalcium phosphate, vegetable magnesium stearate. Warning: Zinc supplementation can cause a copper deficiency. […]

Duac Once Daily Gel

$27.68

Topical treatment for mild to moderate acne
Contains clindamycin and benzoyl peroxide
Always read the patient information leaflet before use. 

Colgate Duraphat Toothpaste

$15.27

High-fluoride toothpaste
Helps to prevent cavities and tooth decay
Prescription-only dental care product

Nurofen Cold & Flu Relief 200mg/5mg – 16 Tablets

$7.35

What are Nurofen Cold and Flu Tablets? This Nurofen product contains two active ingredients, ibuprofen and pseudoephedrine that relieve symptoms of cold and flu, including aches and pains, headache, fever, sore throat, blocked nose and sinuses.   Symptoms of cold and flu. Colds and flu share quite a few similar symptoms but there are some […]

Biotène Dry Mouth Moisturizing Spray 44mL

$13.49

Biotène Moisturizing Mouth Spray helps protect your mouth from drying out. It contains a mouth moisturizing system that refreshes and locks in moisture to help maintain a healthy oral environment. Moistens Helps freshen breath Immediate soothing feeling Directions: Adults: Spray directly into mouth, onto the tongue and spread thoroughly inside the mouth. Use as required or […]