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

Windex Original Cleaner 765mL

$5.83

Original with Ammonia-D Canada’s #1 Selling Glass Cleaner Works great on glass and mirrors. Directions1. Rotate nozzle to ON position.2. For best results spray and then wipe. Keep out of reach of children and pets.

BACH CHERRY PLUM 20ml

$14.46

BACH CHERRY PLUM 20ml Description A flower essence remedy for those struggling with irrational thoughts or fear of losing control Helps restore calmness, mental clarity, and emotional balance Supports self-control and a composed response in stressful situations Advice to use Add 2 drops in water and sip at intervals throughout the day or as directed […]

Nurofen For Children Orange – 100ml

$5.94

What is Nurofen for Children? Nurofen for Children is a liquid medicine that can help to ease pain and fever in children. Suitable for children aged between 3 months and 9 years old, Nurofen for Children is available in delicious orange and strawberry flavours and comes with an easy-dosing syringe in every pack. The perfect […]

Benylin Night For Children Cough 100mL

$9.47

Fast relief of cough, so your child can sleep. Dosage: (6 to under 12 years): Shake well before use. Use only the enclosed dosage cup designed for use with this product. Do not use any other dosing device. Give 10mL every 4 hours, as needed. Do not give more than 6 doses per day. Caution: Do […]

Band-Aid Flexible Fabric Knuckle & Fingertip Assorted Sizes 20

$6.19

Stretchable protection to move with your body.Unique Quilt-Aid Pad wicks fluid away from the wound. Hurt free pad wont’ stick to the pad. Not made with natural rubber latex. Sterile unless individual wrapper is opened or damaged. Directions: For use on minor cuts and scrapes. For best results, apply bandage to clean, dry skin. Change […]

NEW ROOTS KELP 225mg 300tabs

$16.80

NEW ROOTS KELP 225mg 300tabs A natural source of iodine, which helps with thyroid function. Kelp is a type of seaweed with a high content of iodine, which makes it a very good remedy to maintain the proper function of the thyroid and other glands. DIRECTIONS OF USE Adults: Take 1–2 tablets daily with meals or as […]