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 “Creon 25000 Capsules”

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

More Products

Paracetamol 500mg – 32 Capsules

$2.66

Contains 32 x 500mg Paracetamol Capsules
Quick and easy pain relief
Read patient information leaflet here

Chloraseptic Max Sore Throat Lozenges Wild Berries Flavour 15 Lozenges

$5.46

Use to temporarily relieve pain of sore throat and coughs. Helps ease/relieve nasal congestion, makes nasal passages feel clearer. Directions: Adults and children 3 years of age and over: Take 1 lozenge every 2 hours as needed up to 7 lozenges per day. Allow lozenges to dissolve slowly in the mouth. Children under 3 years of age: […]

HOMEOCAN TRAUMACARE DROPS 30ml

$10.00

There is nothing more freeing than finding a relief for a continuous ache. Traumacare Drops is the ideal combination of natural ingredients, effective in providing: faster inflammation regulation pain relief an accelerated healing process. This product is formulated to relieve: muscle and joint pain inflammation bruising associated with injuries such as sprains and contusions. Medicinal ingredients:– Aconitum napellus […]

Vitabiotics Feroglobin Gentle Iron – 30 Capsules

$8.51

What are Vitabiotics Feroglobin capsules? Vitabiotics Feroglobin capsules are a vitamin and mineral supplement designed to contribute to the reduction of tiredness and fatigue. These capsules contain iron, which is an essential nutrient, and iron supplements are particularly useful for pregnant women, menstruating women, and athletes. The gentle iron formula is kind to your stomach, […]

HOMEOCAN POLLEN PLUS 5+1tubes

$11.65

This formula was developed by Homeocan to encourage the desensitization of the immune system to common seasonal allergens. Pollen Plus should be taken as a preventative treatment at least one month before the critical allergy season, and throughout allergy season to help boost immunity to seasonal allergens.Each single-dose tube of Pollen Plus encourages the desensitization […]

Canesten ComforTab + External Cream 1% 10g 1 Treatment

$18.95

Relieves the external vaginal symptoms of itching, burning, and irritation associated with vaginal yeast infections. Use only in conjunction with Canesten Vaginal Inserts or Vaginal Creams. Directions: Squeeze a small amount of cream onto your finger and gently spread over the irritated area of the vulva. Use once or twice a day as needed for […]