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 Multivitamin Liquid – 150ml”

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

More Products

L’Oréal Paris Hair Expertise Total Repair 5 Conditioner 89mL

$1.82

From daily brushing or styling, hair can become fine, fragile, dull, or rough with split ends. Total Repair 5 helps repair 5 signs of damaged hair. Travel size.

    L’Oréal Paris Superior Preference Premium Hair Color

    $14.97

    Superior Preference the fade-defying colour by L’Oréal Paris. The unique liquid-gel formula delivers extraordinary luminous colour for up to eight weeks.

    1 Application.

    Tylenol Sinus Daytime Extra Strength EZTabs

    $9.11

    Sinus Pain & Pressure; Sinus Headache; Sinus Congestion Dosage: Adult Use Only (12 Years and Over): 1-2 tablets every 4 hours as needed. Do not take more than 8 tablets in 24 hours. Warnings: Acetaminophen may cause severe or possibly fatal liver damage if you take: more than the recommended dose in 24 hours; with other drugs […]

    BOIRON CHELIDONIUM MAJUS 30CH

    $7.30

    Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

    Numark A-Z Multivitamins & Minerals 50+ – 30 Tablets

    $2.93

    What are Numark A-Z Multivitamins 50+ tablets? Numark A-Z Multivitamins 50+ tablets are a daily food supplement designed with life over 50 in mind, supporting you every day wellbeing no matter what life brings. They’re vegetarian friendly, and free from sugar and yeast. These multivitamins contain no artificial colours, flavours, or preservatives.   Why would […]

    Gaviscon Original Liquid Peppermint – 500ml

    $17.96

    What is Gaviscon Original liquid? Gaviscon Original liquid is a remedy for heartburn and acid reflux, helping to prevent acid reflux and stopping your symptoms at their source. If you’re struggling with heartburn and need a way to control those symptoms after you eat, Gaviscon Original can help you to feel more comfortable. Gaviscon liquid […]