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

Jamieson ProVitamina Moisture-Rich Nourishing Cream 120mL

$13.49

All skin types. Provitamina Moisture-Rich Nourishing Cream is formulated with an intense level of antioxidant vitamin E. It helps to promote skin elasticity and suppleness, and provides long-lasting hydration and radiant-looking skin. Provitamina by Jamieson is a hydrating skincare line containing the purest form of vitamin E. Created to help uncover your natural beauty by delivering […]

Tiger Balm Red Ointment – 30g

$11.36

What is Tiger Balm Red? Tiger Balm Red is a herbal ointment that can be used to relieve a variety of aches and pains. It is inspired by years of traditional Chinese medicine and is perfect for those who are looking for a herbal pain relief alternative. Tiger Balm Red combines a variety of herbs […]

Imodium Calming Liquid 240mL

$15.31

Dosage for Adults and Children 12+ Shake well before use. Use only attached measuring cup to dose product. Take 30 mL initially and 15 mL every time you have a loose bowel movement, to a maximum of 120 mL per day. Do not exceed the recommended dose. Stop use if you have a solid or […]

Vicks Dayquil Cold & Flu 24 Liquid Capsules

$15.67

Multi-Symptom Non-Drowsy Relief LIQUICAPS.  For daytime relief of: dry coughs due to colds, minor sore throat pain, nasal/sinus congestion, fever, headaches, muscular pain.  Cough Suppressant, Nasal Decongestant, Pain Reliever, Fever Reducer.  Directions: Do not take more than directed (see liver warnings) Adults and children 12 years and older: take 2 capsules with water every 4 hours. […]

NATURAL FACTORS MSM 1000mg 180caps

$20.82

NATURAL FACTORS MSM 1000mg 180caps Description Provides 1000 mg of MSM (methyl-sulfonyl-methane) per capsule to support joint health and collagen production Helps reduce inflammation, relieve pain, and promote healthier skin, hair, nails, and muscle tissue Acts as an antioxidant to support detoxification, circulation, and seasonal respiratory health Advice to use Adults: Take 1–3 capsules daily […]

NATURAL FACTORS ALPHA LIPOIC ACID 400mg 60caps

$16.00

  Antioxidant protection Fights free radicals Recycles other antioxidants in the body Overview: Natural Factors Alpha-lipoic acid is a superior antioxidant that helps protect the entire cell from oxidative stress. It helps maintain healthy blood sugar levels and recycles other antioxidants for ongoing use by the body. Supplementing with easily absorbed alpha-lipoic helps ensure the […]