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

Regaine for Men Extra Strength Scalp Foam – 73ml – 3 Pack (3 Month Supply)

$90.59

Contains 3 x 73ml cans of Regaine For Men Extra Strength Scalp Foam, enough to last for 3 months.
Helps to prevent hair loss and promote hair regrowth.
Two quick and easy applications a day.

Ryaltris Spray

$26.62

Nasal spray to treat hay fever and allergy symptoms
Contains two active ingredients, mometasone furoate, a corticosteroid, and olopatadine, an antihistamine
Use twice a day

Viagra Tablets

$33.79

Erectile dysfunction treatment
Cheaper generic sildenafil available
Helps you to get and maintain an erection
Also known as “the little blue pill”
Always read the patient information leaflet before use

Sore Throat

$10.99

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

Jamieson Glucosamine Chondroitin MSM 1300mg 120 Caplets

$28.48

Joint Pain ReliefHelps prevent cartilage deterioration Directions: Adults: Take 3 caplets daily with a meal. Avoid taking at bedtime. Use for a minimum of 1 month to see beneficial effects. Store between 15°C and 25°C, away from children. Each capsule contains:Glucosamine sulfate – 500mg(Glucosamine sulfate KCl derived from Shrimp and Crab exoskeleton)Chondroitin sulfate – 400mg(Chondroitin sulfate sodium from […]

FINLANDIA NAC 600mg 100caps

$21.14

FINLANDIA NAC 600mg 100caps Acetylcysteine, also known as N-acetyl-L-cysteine (NAC), is a nutritional supplement used primarily as a mucolytic agent and in the management of paracetamol (acetaminophen) overdose. The familiar symptoms of cold and flu including head and body aches, sinus and chest congestion, and coughing and sneezing, are all indications that the cold or […]