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

Nexcare Bandages Comfort 10 Knee and Elbow

$4.74

Stretchy thin material that moves and bends with you.

Sterility guaranteed unless individual wrapper is opened or damaged.

METAGENICS CREATINE UP UNFLAVOURED 480g

$48.13

Expect more and get more with Creatine UP, featuring creatine monohydrate, taurine, and betaine. Creatine can help keep you going strong by promoting lean muscle growth and muscle strength with exercise, both key support areas for athletes.* Serving size: 1 Scoop (8 g) Servings Per Container: 60 Label & Supplement Facts Ingredients Amount Per Serving % Daily Value […]

Numark A-Z Multivitamins & Minerals – 30 Tablets

$2.93

What are Numark A-Z Multivitamins and Minerals tablets? Numark A-Z Multivitamins and Minerals tablets are a once a day food supplement which can help to support your body from the inside out. They can be taken by children over the age of 12 and are suitable for vegetarians, making this the ideal food supplement for […]

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ

$5.11

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ  Ideal Protein’s rich and foamy favorite! It’s a perfect on-the-go beverage because it can be served hot or cold. You’ll never have to wait in line again to get your decadent Cappuccino fix. Ingredients  Water, Milk protein isolate, Cream, Inulin, Coffee, Sea salt, Natural and artificial flavours, Cellulose, Cellulose gum, […]

HARMONY MENOPAUSE MAX 60tabs

$32.88

Harmony Menopause Max (60 Tablets) Harmony Menopause Max is a high potency herbal medicine which only contains 4 of the 6 herbs used in the original formulation Harmony Menopause but at higher dosages. It is a stronger formulation to relieve the symptoms of menopause, specifically hot flushes and night sweats. It helps to build reserves […]

PharmaSystems Ear Syringe

$4.37

For ear irrigrationSmooth interior prevents bacteria trappingIdeal for removing ear waxRibbed design for easy grippingLatex and BPA free Instructions: Use as recommended by a physician:1. Fill bulb with warm water (approximately body temperature) or recommended solution. DO NOT use hot or cold water.2. In an upright seated position, hold a small bowl under the ear […]