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

Aveeno Daily Moisturizing Body Wash 354ml

$9.49

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

PANTENE MIRACLE RESCUE DEEP REPAIR CONDITIONER 237ML

$12.39

VISIBLY REPAIRS 6 MONTHS OF DAMAGE. Visibly Repair 6 months of damage with Pantene Miracle Rescue Deep Repair Conditioner with Melting Pro-V Pearls. Transform your hair with the nutrient-rich formula to soften and repair from the inside for smooth, radiant hair.

Bactine First-Aid Spray 105mL

$8.40

Antiseptic, AnaestheticFor temporary relief of pain and/or itching due to minor burns or cuts, sunburn, scratches, and insect bites. Bactine helps to cleanse wounds, prevent infection and relieve pain and itching caused by minor burns or cuts, sunburn, scratches, and insect bites. Directions: Adults and children 2 years and over: Clean and spray affected area […]

Olay Gentle Clean Foaming Cleanser 200ml

$9.12

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Listerine Original Antiseptic Mouthwash 1L

$7.67

Listerine Antiseptic Mouthwash contains 3 essential oils to kill up to 99.9% of germs to prevent gingivitis, reduce plaque and freshen breath. Directions: Adults and children 12 years and older: Rinse full strength with 20mL for 30 seconds twice a day. Gargle to relieve sore throats due to colds. Do not swallow. Cautions: Keep out of […]

TRESemmé Moisture Rich Conditioner 828mL

$10.22

TRESemmé’s Moisture Conditioner Restores Dry, Damaged Hair Today Banish Brittleness And Get Softer, Healthier Hair With Moisture Rich Professional Quality 7x more luxurious moisture with Vitamin E. Advanced moisture-locking system optimizes hydration by delivering moisture to hair where it’s needed most. Formulated with Vitamin E, and infuses moisture for soft, shiny, salon-healthy hair. How to Use: Apply TRESemmé conditioner from […]