$7.35

Paracetamol 500mg – 24 Soluble Tablets

Category:
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

Arm & Hammer Sensitive Care Toothpaste – 125g

$1.86

Buy Arm & Hammer Sensitive Care Toothpaste  Arm & Hammer Sensitive Care Toothpaste is the ultimate solution for outstanding oral care. The toothpaste allows you to elevate your daily dental care routine, leaving you with a sparkling smile and protecting you from oral health issues.  The advanced formula features liquid calcium technology. This helps to […]

PLATINUM NATURALS EASYMULTI STRESS WOMEN 120sg

$72.33

Easymulti® Stress for Women We all experience periods of high stress. Easymulti Stress for Women ensures you get the vitamins and minerals you need for support, combined with GABA and adaptogens to relieve stress and promote natural calmness. Nutrient-dense multivitamin protects you from the effects of daily stress Feel calm yet energized in stressful situations […]

Piriton Allergy – 60 Tablets

$9.31

‘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’ […]

Benylin Cough & Chest Congestion Regular Strength 100mL

$10.58

Fast relief of: cough with phlegm, chest congestion, plus soothes throat. Dosage: Adults (12 years and over): 2 tsp. (10mL) every 6 hours. Maximum 8tsp. (40mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Do not use with other products containing any of these ingredients or other cough/cold medications. Do not […]

CANPREV PROSTATE PRO 100vcaps

$30.68

The prostate is a small, walnut-shaped gland in men located near the bladder. Its job is to produce seminal fluid that nourishes and transports sperm. Prostate enlargement, or benign prostatic hyperplasia (BPH), happens to most men as they age. As the prostate gets bigger, it presses on the urethra and can cause bladder and urination […]

Gravol Kids Quick Dissolve Chewables Cherry Flavour 18 Tablets

$6.93

Use: Prevention and treatment of nausea, vomiting and dizziness due to motion sickness. Dosage: Children under 2 years: as directed by a physician. Children 2-6 years: Chew 1 tablet every 6 to 8 hours as needed, up to a maximum of 5 tablets in 24 hours. Children 6 to 12 years:Chew 2 tablets every 6 to 8 hours […]