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 “Paracetamol 500mg – 10 Suppositories”

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

More Products

Difflam Oral Rinse – 300ml

$14.71

What is Difflam Oral Rinse? Difflam Oral Rinse is an anti-inflammatory gargling fluid used to relieve many painful conditions of the mouth and throat including mouth ulcers, sore throat and any discomfort as the result of dentures or dental work. How to use this product Always take Difflam Oral Rinse exactly as described in the […]

CANPREV L-GLUTAMINE VEGAN AMINO ACID 450g

$32.81

OVERVIEW L-Glutamine helps to support the immune and digestive systems after periods of physical stress. It also helps to restore plasma glutamine levels and assist in muscle cell repair after exercise. L-Glutamine the most abundant amino acid in the body. L-Glutamine assists in muscle cell repair after exercise and supports immune and digestive health. Ingredients: Each Scoop Contains: […]

METAGENICS ULTRAINFLAMX PLUS 360 ORANGE 658g

$91.16

Non-Medicinal Ingredients: Isomaltooligosaccharides, rice bran, sugarcane juice, sunflower oil, medium-chain triglycerides, natural flavour, silicon dioxide, xanthan gum, monk fruit extract, guar gum, and rosemary extract. Recommended Dose: Adults blend (for no longer than 15 seconds), shake, or briskly stir 2 level scoops (44 grams) of UltraInflamX Plus 360° with 237 mL (8 fl. oz.) of […]

Lansoprazole Capsules

$21.29

Treats acid reflux, heartburn, stomach ulcers & more
Reduces excess stomach acid
Available in 15mg & 30mg capsules
Always read the patient information leaflet before use

SISU CHROMIUM PICOLINATE 90tabs

$10.64

SISU CHROMIUM PICOLINATE 90tabs Description Supports healthy blood sugar levels and metabolic function Contains chromium picolinate to improve insulin sensitivity and vanadium to assist with glucose and fat metabolism Ideal for individuals with high-sugar diets, insulin resistance, or pre-diabetic concerns Advice to use Adults: Take 1 capsule daily or as directed by a health care […]

AOR R-LIPOIC ACID 90caps

$37.92

Lipoic acid is a versatile antioxidant known for its ability to protect the brain and nerve cells from free radicals and heavy metals that promote cognitive and neurodegenerative diseases. Lipoic acid is known as the “captain of the antioxidants” due to its ability to recycle and recharge other antioxidants such as vitamins C and E. […]