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

Paracetamol 500mg – 24 Soluble Tablets

$7.35

‘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’ […]

Ferrous Fumarate 210mg – 84 Tablets

$6.34

Buy Ferrous Fumarate 210mg Tablets  Ferrous Fumarate 210mg Tablets provide your body with iron, an essential mineral that helps make healthy red blood cells. Iron is naturally found in foods like red meat, spinach and beans, and your body needs it to produce red blood cells that carry oxygen around your body.  When you don’t […]

Wet Ones Sensitive Skin Hand & Face Wipes 20

$2.91

No Added Fragrance

Gently Cleans Skin

Wet Lock – Seal keeps wipes moist.

    BOIRON PULSATILLA 200CH 80 pellets

    $7.30

    BOIRON PULSATILLA 200CH 80 pellets Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different […]

    Pepto-Bismol Liquid Extra Strength 350mL

    $14.97

    Bismuth Subsalicylate Liquid 5 Symptom ReliefHeartburn, Indigestion, Nausea, Upset Stomach, Diarrhea Directions: Shake well before using. For convenient dosing, use pre-measured dose cup. Adults: 30mL (2 tablespoons). Children: 10-14 years: 15mL (3 teaspoons), 5 to 9 years: 7.5mL (1.5 teaspoons), 3-4 years: 5mL (1 teaspoon). For children under 3, consult a physician. Repeat above dosage […]

    Halls Sugar-Free Cherry – 32g

    $1.20

    Buy Halls Sugar-Free Cherry Halls Sugar-Free Cherry are sweets that work to help you with the symptoms of a sore throat and stuffy sinuses. They contain no sugar, making them suitable for diabetics. They are perfect for keeping with you in your bag, leaving at home or taking them with you when you travel to […]