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

Kid Medic Ear Syringe

$2.56

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

Nurofen For Children Orange – 100ml

$5.67

What is Nurofen for Children? Nurofen for Children is a liquid medicine that can help to ease pain and fever in children. Suitable for children aged between 3 months and 9 years old, Nurofen for Children is available in delicious orange and strawberry flavours and comes with an easy-dosing syringe in every pack. The perfect […]

NEW ROOTS DONG QUAI 100caps

$14.35

Dong quai is employed in traditional Chinese medicine (TCM) to invigorate and tonify the blood. Dong quai (Angelica sinsensis) is native to China, Korea, and Japan, thriving in cold and damp high-altitude environments. It ranks among the most popular botanicals in traditional Chinese medicine (TCM) for female-specific general health, while ginseng remains the traditional tonic […]

LIFE CLUES PREGNANCY TEST (1 Test)

$5.85

Life Clues Pregnancy Test (1 Test) High Diagnostic Accuracy: 99% Agreements HCG is a hormone produced by trophoblastic tissue and it appears around the 8-9th day after ovulation, or around the 4th day after conception. In a 28-day cycle with ovulation occurring at day 14, HCG can be detected in urine or serum in minute quantities around […]

SALUS FLORAVIT 500ml

$43.20

Floravit® is a yeast-free, gluten-free liquid iron supplement that is specially formulated for easy absorption Floravit is a liquid iron supplement that promotes the formation of healthy red blood cells. The iron is in the form of ferrous gluconate, which is effectively absorbed and gentle on our digestion. Floravit provides vitamins B1, B2, B6, and […]