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

FINLANDIA LJ-100 TONGKAT ALI 30vcaps

$21.96

Tongkat ali (Eurycoma longifolia) is an herbal remedy that has been a part of traditional Southeast Asian medicine for centuries. It’s often used to treat a variety of ailments, including fevers and bacterial infections and has been used to improve fertility, relieve stress, and improve body composition. Features and benefits: Stimulates the Body to Naturally […]

IRON VEGAN SPROUTED PROBAR DOUBLE CHOCOLAT

$3.29

Iron Vegan Sprouted Protein (Double Chocolate Brownie) – 64g Bar Iron Vegan’s Sprouted Protein Bars contains 16g of raw, organic, plant-based protein derived from brown rice, amaranth, quinoa, millet and pumpkin seeds. Sprouted protein was formulated to keep you going longer, help build muscle, and accelerates recovery. If you enjoy Iron Vegan Sprouted Protein Powder you […]

Avamys (Fluticasone) Nasal Spray

$17.32

Hay fever and allergy nasal spray
Contains the active ingredient fluticasone
1-2 sprays in each nostril once a day
Always read the patient information leaflet before use 

BOIRON STODAL HONEY 200ml

$11.90

Homeopathic medicine used for the relief of dry or productive cough. Cough Dry cough, Wet cough Medicinal Ingredients: Antimonium tartaricum 6CH Bryonia 3CH Coccus cacti 3CH Drosera 3CH Ipecacuanha 3CH Pulsatilla 6CH Rumex crispus 6CH Spongia tosta 3CH Sticta pulmonaria 3CH Non Medicinal Ingredients:Purified water, sucrose, honey, citric acid monohydrate, sodium benzoate. Directions: Adults and […]

Ovestin 1mg/g Vaginal Cream With Applicator

$24.97

Vaginal HRT cream
Relieves dryness and irritation caused by menopause
Contains estriol, a type of oestrogen
Always read the patient information leaflet before use

FINLANDIA NAC 600mg 100caps

$21.23

FINLANDIA NAC 600mg 100caps Acetylcysteine, also known as N-acetyl-L-cysteine (NAC), is a nutritional supplement used primarily as a mucolytic agent and in the management of paracetamol (acetaminophen) overdose. The familiar symptoms of cold and flu including head and body aches, sinus and chest congestion, and coughing and sneezing, are all indications that the cold or […]