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

SALUS FLORAVIT 250ml

$27.00

SALUS FLORAVIT 250ml Looking to soak up the iron boosting benefits of the best-selling natural liquid iron supplement in North America, in a yeast- and gluten-free formula? Salus Floravit (Yeast-Free) may be the solution you’re seeking. Iron deficiency knows no boundaries – from women (it is estimated that up to 26% of reproductive aged women […]

Johnson’s Soothing Vapour Bath 400mL

$8.03

Relax baby with the calming and soothing aromas of JOHNSON’S® Soothing Vapour Bath. Designed to help fussy babies, our vapour bath gently cleanses while providing extra comfort. Pediatrician-tested Our hypoallergenic formula is specially designed to be gentle and never harsh Made with our NO MORE TEARS® formula, so it’s as gentle to the eyes as pure water, […]

Acnecide Face Wash Spot Treatment with 5% Benzoyl Peroxide – 50g

$12.24

What is Acnecide 5% Face Wash? Acnecide 5% Wash Gel is a skin treatment that helps to tackle mild acne on your face. Use this wash once or twice a day to reduce one of the main causes of acne and help your skin to clear up. If you’re sick and tired of blackheads, whiteheads, […]

DESIGNS FOR HEALTH PUREPALEO PROTEIN POWDER CHOCOLATE 810g

$75.84

DESIGNS FOR HEALTH PUREPALEO PROTEIN POWDER CHOCOLATE 810g PurePaleoâ„¢ is a novel, great-tasting, dairy-free protein powder, yielding 21 to 26 grams of protein per serving (depending on the flavor). It contains HydroBEEFâ„¢, a highly concentrated, pure beef protein, produced through an exclusive proprietary process that allows the protein to be hydrolyzed into more peptides, resulting […]

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

BOIRON LYCOPODIUM CLAVATUM 200ch

$7.30

BOIRON LYCOPODIUM CLAVATUM 200ch Homeopathic relief that is targeted to your symptoms. The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children. Natural health product For the whole Family Quick dissolving pellets Each tube contains 4 g (approximately 80 pellets) Ingredient: […]