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 “Adcal-D3 750mg/200IU – 112 Caplets”

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

More Products

Voltaren Back and Muscle

$9.88

Triple Effect: Relieves pain, reduces inflammation, speeds healing. Indications: For the relief of aches and pain associated with acute, localized minor muscle or joint injuries such as sprains, strains or sports injuries (e.g. ankle sprain, shoulder strain or back muscle pain). Rest may also be helpful to assist the relief of associated discomfort. Dosage: For […]

Flarin 200mg Ibuprofen – 30 Soft Capsules

$14.88

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

Numark Cod Liver Oil Vitamin A & D – 30 Capsules

$2.29

Numark High Strength Cod Liver Oil – 30 Capsules. Contains vitamins A and D. May help to maintain healthy joints, skin, hair and nails. May also help support cell membranes and immune system   Nutritional Information Nutritional Information Labelled Amount NRV% per capsule NRV% per 2 capsules Vitamin A 400 µg 50 100 Vitamin D […]

Lemsip Max Cold & Flu Honey & Ginger Hot Drink – 10 Sachets

$8.11

Lemsip Max Cold & Flu Honey and Ginger Sachets
Provides comfort and relief from symptoms of cold and flu
Contains paracetamol and phenylphrine

Olay Complete Daily Moisturizing Cream SPF15 60ml

$12.08

Active Ingredients:
 Octisalate 4.5%, Homosalate 4%, Avobenzone 3%, Octrocrylene 2.6% 

Herbal Essences Hello Hydration Conditioner 346ml

$5.85

Deep Moisture For Hair  Hi there. Meet your hair’s new BFF – Herbal Essences Hello Hydration. It’s like a moisturizing spa treatment for your hair. Our hydrating moisture rich conditioner will leave your hair feeling pampered. And while you shower, it’s oh-so-yummy coconut scent will transport you straight to the tropics. The creamy formula will […]