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

Dentek Temparin Filling Repair

$6.41

What is the Dentek Temparin Filling Repair Kit? The Dentek Temparin Filling Repair kit is a temporary solution for broken or lost fillings, offering immediate pain relief and protecting your tooth until you can go to your dentist. It can also help to temporarily hold broken crowns, caps, or inlays in place until you can […]

Dove Men+Care Dry Spray Antiperspirant 107g

$9.13

This effective Antiperspirant spray with a subtle scent helps fight odour for up to 48 hours. Aluminum Chlorohydrate 20.2%Ingredients: Butane, Hydrofluorocarbon 152A, Cyclopentasiloxane, Isobutane, Aluminum Chlorohydrate, PPG-14 Butyl Ether, Parfum, Helianthus Annuus (Sunflower) Seed Oil, Disteardimonium Hectorite, C12-15 Alkyl Benzoate, Propane, BHT, Octyldodecanol, Propylene Carbonate, Dimethiconol, Tocopheryl Acetate.

NATURE’S WAY FENUGREEK+ BLESSED THISTLE 180s

$29.59

NATURE’S WAY FENUGREEK + BLESSED THISTLE 180 CAPS Description Herbal supplement combining fenugreek seed and blessed thistle to support lactation and digestion Fenugreek may help promote healthy milk supply during breastfeeding Blessed thistle traditionally supports appetite and digestive comfort Advice to use Take 2 capsules 1–3 times daily with water or as directed by your healthcare […]

L’Oreal Kids 2in1 Extra Gentle Shampoo Strawberry Smoothie 265ml

$6.20

Extra Gentle Shampoo. Paraben Free! No Tears! No Knots!  Ophthalmologist Tested Dermatologist Test L’Oreal Kids 2-in-1 Shampoo detangles and conditions hair. No knots can resist the 2-in-1 formula. It creamy formula helps condition dry hair & protector against split ends, leaving hair soft and manageable. Strawberry smoothie 2-in-1 shampoo smells great and make every bath […]

Colgate Duraphat Toothpaste

$13.37

High-fluoride toothpaste
Helps to prevent cavities and tooth decay
Prescription-only dental care product

Clearasil Rapid Action Treatment Cream – 25ml

$10.11

What is Clearasil Rapid Action Treatment Cream? Clearasil Rapid Action Treatment Cream is designed to get to work on your spots quickly, helping to leave you with clearer skin fast. This cream has been dermatologically tested so you can feel confident that your skin is in good hands. Clinically proven to reduce spot size and […]