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

Nestle Meritene Energis Chicken Soup 50g – 10 Sachets

$26.06

Buy Nestle Meritene Energis Chicken Soup 50g Nestle Meritene Energis Chicken Soup is the ultimate pick-me-up perfect for whenever you need that extra energy boost. It is rich in vitamins and packed full of goodness to give you additional nutritional support when you need it the most. It is ideal for anyone who needs more […]

Nuage Hay Fever Relief – 30 Wipes

$1.34

Buy Nuage Hay Fever Relief Wipes Nuage Hay Fever Wipes are ideal for hay fever sufferers who can’t or don’t want to take tablets like antihistamines. These wipes remove and trap pollen from both the hands and face. Infused with natural oils, these wipes contain peppermint and tea tree oil, known for their soothing qualities. […]

FINLANDIA RESVERATROL PLUS 300mg 60vcaps

$49.06

Finlandia’s Resveratrol is a dietary supplement that contains resveratrol, a natural compound found in grapes, berries, and other plants. Resveratrol is a type of polyphenol that is believed to have antioxidant and anti-inflammatory properties, which may help protect the body against damage caused by free radicals and other harmful substances. The supplement is marketed as […]

Activon Manuka Honey Tube – 25g

$6.64

What is Activon Manuka Honey? Activon Manuka Honey is a medical grade manuka honey that can be used to debride (remove unhealthy tissue) a wound to assist the healing process. It is made from nectar gathered by bees from Leptospermum plants in New Zealand. Activon Manuka Honey is a natural anti-microbial with no known resistance. […]

Tucks Personal Cleansing Pads 40 Pads

$9.15

Tucks moist personal cleansing pads are specifically formulated to cool, soothe and freshen rectal, genital and vaginal areas. UsesHemorrhoids and Personal Itching: soothes the discomfort of hemorrhoids and outer rectal and vaginal itching.Rectal Care: gently and thoroughly removes irritation causing matter, while providing a soothing protective film of lotion.Daily Genital and Vaginal Hygiene: provides the […]

Gaviscon Original Liquid Aniseed – 250ml

$10.01

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