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

Selsun Blue Anti-Dandruff Shampoo 2in1 300mL

$10.58

2in1 Cleans and ConditionsFor healthy, shiny hairTough on dandruff… Great for Hair Helps control dandruff, itching and flaking with regular use. Moisturizes your scalp and leaves hair clean and shiny. Medicinal Ingredient: Selenium Sulfide Lotion USP 1% w/w.

Jamieson Mega Cal Calcium 650mg + D3 100 + 20 Mini-Tab Caplets

$14.21

Helps to prevent bone loss, osteoporosis. Calcium, when combined with sufficient vitamin D, a healthy diet and regular exercise, may reduce the risk of developing osteoporosis. Directions (Adults): Take 1-2 mini-tab caplets daily. Take a few hours before or after taking other medications. Store between 15°C and 25°C, away from children. Each mini-tab caplet contains:Elemental Calcium – […]

Clarityn Allergy 10mg – 60 Tablets

$20.06

What are Clarityn tablets? Clarityn tablets are a remedy for symptoms of hayfever and allergies. Take just one tablet a day to ease symptoms such as sneezing, runny nose, coughing, and itchy or watery eyes. These tablets are perfect for those who suffer with allergies and are looking for an easy way to keep their […]

Paracetamol Suspension For Children 250mg/5ml – 80ml

$6.01

Contains 250mg/5ml x 80ml bottle of Paracetamol Suspension
Helps to ease pain and reduce fever
Read the patient information leaflet here

Benylin Mucus Cough Max Honey & Lemon – 300ml

$12.97

Buy Benylin Mucus Cough Max Honey & Lemon Benylin Mucus Cough Max Honey & Lemon is a treatment designed to relieve the symptoms of a chesty cough. It comes in a delightful honey and lemon flavour, making it easy to take.   How Benylin Mucus Cough Max Honey & Lemon works Benylin Mucus Cough Max […]

Harmony Menopause Day & Night, 45 Count, with Ziziphys and Rehmannia to Relieve Insomnia, Restlessness, Irritability, Dry Skin

$21.18

NATURAL WOMEN’S HEALTH: Harmony Menopause Day & Night is a blend of herbs traditionally used for menopause symptom relief, day and night flushing, fatigue, irritability, dry skin and hair, night sweats, sleeplessness; 45 tabs ADDED CALCIUM, MAGNESIUM & VITAMIN D: Vital nutrients in fighting bone loss; Vitamin D boosts effectiveness of Calcium, and promotes healthy […]