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 “Oral-B iO4 Black Electric Toothbrush”

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

More Products

Aveeno Skin Relief Body Wash Fragrance Free 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

GUM Dome Trim Soft Toothbrush

$1.45

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

Aveeno Skin Relief Moisturizing Lotion Cooling Menthol 354ml

$12.41

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

Webber Naturals Probiotic 10 Billion 40 Vegetarian Capsules

$16.04

5 Probiotic StrainsMicroencapsulated BeadletsComplete Intestinal Health. Recommended Purpose: Provides living microorganisms that temporarily modify gut flora. Source of probiotics. Recommended Dosage (adults): 1 capsule 3 times daily, preferably with meals, or as directed by a physician. Take at least 2-3 hours before or after antibiotics. Each capsule contains: 10 Billion active cells of the following specially-cultured strains […]

Covonia Vapour Drops Peppermint Oil & Menthol – 15ml

$5.07

Buy Covonia Vapour Drops Covonia Vapour Drops are used to relieve nasal congestion caused by colds, flu, hay fever and catarrh.  Helps to ease nasal congestion Suitable for vegetarians, vegans and coeliacs Free from nuts, artificial flavours, artificial colours and sugar Suitable for adults and children over 2 years Convonia Vapour Drops contain the active […]

Buckley’s Original Mixture Cough & Congestion 200mL

$14.61

Fast relief of: Cough, Congestion, Minor Bronchial Irritation Indications: Effective relief of coughs, congestion due to cold, minor bronchial irritations, laryngitis, hoarseness, croupy cough and minor irritations due to smoking, dust or air pollution. Directions: To be taken every 2-3 hours as required. Adults & Children over 12 years old: 1 to 2 teaspoons (5 to […]