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

Option+ Baby Vitamin D Droplets 400IU 15ml

$10.20

Description: Baby Vitamin D Droplets 400 IU. Helps in the development and maintenance of bones and teeth and in the absorption and use of calcium and phosphorus. Helps support immune function.  400 IU per drop. 500 drops. Recommended Dosage: Infants less than 1 year: 1 drop (0.03 mL), 1-2 times daily in breast milk, food or […]

Reactine Allergy Children’s Grape Flavour 118mL

$12.41

Runny Nose; Sneezing; Itchy, Watery Eyes; Allergic Skin Itch Dosage Directions: Do not exceed recommended dosage.Age 2 to 6 years: 1 tsp (5mL) daily or 1/2 tsp (2.5mL) morning and evening.Age 6 to 12 years: 2 tsp (10mL) daily or 1 tsp (5mL) morning and evening. Caution: If your child has liver or kidney disease, […]

Option+ Vitamin B1 100mg 100 Tablets

$6.19

Contributes to maintaining general health. Helps with normal growth and in maintaining the body’s ability to metabolize nutrients.  Directions for use: Adults – 1 tablet daily or as recommended by a physician. Medicinal Ingredients: Vitamin B1 (thiamine hydrochloride) 100mg Non-Medicinal Ingredients: Diabasic calcium phosphate dihydrate microcrystalline cellulose, silica, stearic acid, magnesium stearate, croscarmellose sodium.

Option+ Children’s Clear Allergy Formula Bubble Gum Flavour 115mL

$7.66

For the temporary relief of symptoms and seasonal and year-round allergies: runny nose, sneezing, itchy, watery eyes, itchy nose and throat. Dosage: Use only the measuring device provided; single dose may be repeated every 4 to 6 hours; do not exceed 4 doses in 24 hours; retain carton for full information.Children 6 to under 12 years: 10mL- […]

Nuage Hay Fever Relief – 30 Wipes

$1.32

Buy Nuage Hay Fever Relief Wipes Nuage Hay Fever Wipes are ideal for hay fever sufferers who can’t or don’t want to take tablets like antihistamines. These wipes remove and trap pollen from both the hands and face. Infused with natural oils, these wipes contain peppermint and tea tree oil, known for their soothing qualities. […]

Gaviscon Chewable Tablets Peppermint – 48 Tablets

$9.97

What are Gaviscon Tablets? Gaviscon Tablets are chewable tablets which can help to ease heartburn and acid reflux. Simply chew and swallow these tablets after meals and before bed to ease that irritating heartburn, any time, anywhere. These chewable tablets are available in delicious strawberry and peppermint flavours and are suitable for anyone over the […]