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 – 24 Soluble Tablets”

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

More Products

Pirinase Allergy Nasal Spray – 60 Sprays

$11.30

Buy Pirinase Allergy Nasal Spray  Pirinase Allergy Nasal Spray is a treatment that prevents the allergic symptoms of hayfever and other airborne allergies.  The spray relieves symptoms including sneezing, itching and watery eyes and a runny, itchy or blocked nose.  How Pirinase Allergy Nasal Spray works The active ingredient in Pirinase Allergy Nasal Spray is […]

Dex4 Fast Acting Glucose 10 Tablets

$4.00

Raises Low Blood Sugar!  Directions: Chew desired amount of glucose. Ingredients: Dextrose (D-Glucose), Maltodextrin, Microcrystalline Cellulose, Citric Acid, Magnesium Stearate, Natural & Artificial Fruit Punch Flavour, Ascorbic Acid, Carmine (Natural Red Colour). Dex4 Tablets are: Fat Free, Gluten Free, Sodium Free, Caffeine Free.

PASCOE PASCOFLAIR 90tabs

$44.20

Pascoflair® from Pascoe is made with 425 mg dry extract of passiflora incarnata (passionflower) per tablet. This is the highest dose of passionflower extract available on the market today. It naturally calms the mind and helps to stop racing thoughts, helping you fall asleep and stay sound asleep throughout the night. Pascoflair® is traditionally used in herbal […]

Rub-A535 Muscle & Joint Extra Strength Cream 100g

$9.49

Fast acting, medicated Extra Strength heat cream has 50% mroe pain relieving ingredients to provide extra deep penetrating heat and soothing pain relief from sore, aching muscles and stiff joints. Directions: Adults and children over 2 years: Apply thinly and evenly to cover the affected area and gently massage until completely absorbed, up to 3 […]

BIOCLINIC NATURALS MITO MOTILE 60pk

$141.39

BIOCLINIC NATURALS MITO MOTILE 60 pk Description A men’s reproductive health supplement crafted to support sperm motility and overall mitochondrial function. Formulated with antioxidants and nutrients to promote cellular energy and protect sperm from oxidative stress. Convenient once-daily capsule pack, easy to incorporate into your wellness routine. Advice to use Take one capsule daily with food, […]

Live Clean Coconut Milk Moisturizing Conditioner 350mL

$7.67

Live Simple. Live Beautiful. Live Clean  Hydrates & Restores Moisture Balance Live Clean Moisturizing Coconut Milk Conditioner is made with luscious coconut milk from the tropics and apricot oil to replenish and rejuvenate hair while leaving it feeling soft and smooth. Our coconut milk conditioner features a hydrating, creamy formula enriched with milk and rice protein as […]