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 D3 & K2 Drops – 60ml”

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

More Products

Nurofen for Children Strawberry 200mg/5ml Double Strength – 100ml

$11.36

What is Nurofen for Children aged 7 – 12? Nurofen for Children is a pain relief medication designed for children aged 7 – 12. It’s twice the strength of other Nurofen for Children formulas, making it ideal for older children who need higher doses of pain relief than little ones, but don’t want to take […]

Alli Weight Loss Capsules 60mg – 84 Capsules

$67.87

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

L’Oreal Paris Revital Life Anti-Wrinkle + Firming Day Moisturizer 50ml

$27.09

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

NATURAL FACTORS LIPOSOMAL VIT C 1000mg 180sg

$27.09

Natural Factors Liposomal Vitamin C Supports immune function Provides a source of antioxidants to protect against free radicals Helps in collagen formation and wound healing Contributes to healthy bones, cartilage, teeth, and gums A high-absorption and high-potency formula Medical ingredients: Each softgel contains: Vitamin C 500 mg   (ascorbic acid, sodium ascorbate)   Non Medical ingredients: […]

Lip Smacker Pink Lemonade Lip Balm

$2.19

Sweet and tart just like your favorite beverage! This refreshing Pink Lemonade Lip Smacker Lip Balm is as good for your lips as it tastes.   

CANPREV ELECTROMAG LIME 1 BOX – 30 PACK x 6.7g

$19.40

Whether you are an athlete looking to keep those muscles pumping or protect against stress fractures, a student looking to calm some nerves before an exam, or just feeling stressed that you don’t have enough magnesium in your life, you can try CanPrev’s ElectroMag as a convenient, easy-to-enjoy insurance for making sure you get the […]