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 “Accu-Chek FastClix Finger Pricker”

Your email address will not be published. Required fields are marked *

More Products

CANPREV D3 2,500IU 240sg

$20.44

CANPREV D3 2,500IU 240sg We used to spend a lot more time outside, but for the majority of us, the nature of our modern lifestyles keeps us out of the sun. As a result of this, vitamin D deficiency is extremely common – studies show that 1 in 3 Canadians is deficient, and 2 in […]

Robitussin Mucus & Phlegm Extra Strength Syrup 100mL

$10.22

Relieves Chest CongestionLoosens Mucus and PhlegmSoothes Throat Dosage: Adults (12 years & over): 2 teaspoons (10mL). Children under 12 years: Do not use. Take every 6 hours or as directed by a doctor. Maximum 4 doses/day. Caution: Keep out of reach of children. This package contains enough medication to seriously harm a child. Do not […]

X Lube – Powder Lubricant Water-Based – Very economical

$30.65

White lube powder-granulates, dissolve easily in water producing a clear gel Easy to mix, easy to clean, very economical – one bottle makes 20+ litres Extremely long lasting, cushioning lube with a natural feel Free of sugars, additives, fillers, odours or any tastes MADE IN GERMANY – certified as non-cytotoxic (ISO10993-5)

Gaviscon Advance Peppermint Flavoured Suspension – 500ml – 3 Pack

$49.25

Gaviscon Advance is a thick oral solution that is formulated to provide long-lasting, soothing and instant relief from indigestion, reflux cough and heartburn.

Coldsore-FX Cold Sore Treatment 2g

$16.07

Speeds healing by an average of 4 daysStart treatment anytime Recommended dose: Adults: Apply at any time, topically, 4 to 6 times daily. Medicinal Ingredient: Standardized Canadian Propolis ACF. Quantity per dosage unit: 30mg per gram ointment (3%). Dried  herbal equivalent 100mg, extract ratio 3:3:1. Source material: Crude Canadian propolis from the bee hive of […]

Tena Unisex Underwear Ultimate Extra

$17.86

Tena Unisex Underwear gives you Triple Protection against leaks, odour, and moisture, helping you stay dry, secure and confident every day. Unique dual absorption zone for optimum dryness, protection and odour control. Innovative W shaped absorbent zone conforms to the curves of the body providing a closer fit channeling liquids away from the skin. Soft, […]