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 “Minadex MinaKIDS Ironbaby Drops – 60ml”

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

More Products

Alpecin C1 Caffeine Shampoo – 250ml

$9.45

Buy Alpecin C1 Caffeine Shampoo  Alpecin C1 Caffeine Shampoo is the perfect solution to help fight hair loss and thinning. Designed with cutting edge research and formulated by hair care experts, this product is ideal for battling hair worries with its ability to stimulate healthy growth. The unique caffeine formula of the shampoo targets the […]

Nivea Men Protect & Care Exfoliating Face Scrub 125mL

$10.93

For thorough cleansing and protection from dryness.With Aloe Vera. Frequent shaving and changing Canadian weather can be harsh on your skin, give it the trusted care of Nivea Men Originals. The formula with Aloe Vera and Pro-Vitamin B5 contains fine scrub particles:  Deeply cleanses your skin to unclog pore and helps to clear away impurities […]

Benylin Chesty Coughs Original – 150ml

$9.35

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

Live Clean Fresh Water Body Wash 500ml

$7.67

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

Videne Surgical Scrub 7.5% – 500ml

$20.27

Videne Surgical Scrub 7.5% – 500ml
Liquid antiseptic 
Can be used to disinfect and prevent infection 

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ

$5.11

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ  Ideal Protein’s rich and foamy favorite! It’s a perfect on-the-go beverage because it can be served hot or cold. You’ll never have to wait in line again to get your decadent Cappuccino fix. Ingredients  Water, Milk protein isolate, Cream, Inulin, Coffee, Sea salt, Natural and artificial flavours, Cellulose, Cellulose gum, […]