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

Sanatogen A-Z Complete Multivitamin – 90 Tablets

$18.40

What are Sanatogen A – Z Multivitamins? Sanatogen A – Z Multivitamins are designed to help busy adults to get all of the nutrients they need to be as healthy as possible. When you’re on the go, it can be difficult to ensure that your diet meets all of your nutritional needs, which is where […]

LIFE CLUES MENOPAUSE TEST (3 Tests)

$33.68

Life Clue Menopause Test (3 Tests) High Diagnostic Accuracy: 99.00% Agreements In a clinical evaluation with 400 samples, the performance of the “LifeClues™ FSH tests” was compared to the ELISA test as the reference standard. The results are as follows: Diagnostic sensitivity: 100% Diagnostic specificity: 98.12% Overall agreement between the LifeClues™ FSH tests and the ELISA test: […]

SUKU Vitamins The Complete Women’s Multi – Pharmacy 24

$22.99

Looking for the perfect vitamin for women? Check out SUKU Vitamins The Complete Women’s Multi. Get your bottle today!

Fixodent Plus Premium Denture Adhesive Cream – 40g

$5.40

Buy Fixodent Plus Premium Denture Adhesive Cream Fixodent Plus Premium Denture Adhesive Cream is the perfect way to keep your dentures secure.  The unbeatable hold and concentrated formula steadily releases adhesive agents to ensure you reach the end of the day with 88% of the initial holding power. It provides you with a hold 10x […]

Jamieson Vitamin B1 100 Tablets

$8.78

Converts carbs, proteins and fats to energy. Directions (Adults): Take 1 tablet daily with a meal. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin B1 (Thiamine Mononitrate) – 100mg Also contains: Cellulose, dicalcium phosphate, vegetable stearic acid, modified cellulose gum, vegetable magnesium stearate, silica.  

PLATINUM NATURALS D3 1000 IU 360sg

$17.57

Vitamin D3 is essential for a healthy immune system, cardiovascular health, bone health and many other systems in the body. Getting enough vitamin D is a challenge in northern climates. Platinum Naturals’ Vitamin D3 provides you with the recommended daily dose of 1,000 IUs in coconut oil for easy absorption. Stronger Bones Supports cardiovascular health […]