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

Tylenol Cold 24 Hours Convenience Pack Extra Strength EZTabs

$9.13

Nasal Congestion; Dry Cough; Fever; Aches & Pain; Runny Nose/Sneezing. Dosage: Adult Use Only (12 Years and Over): 1-2 tablets every 4 hours as needed. Do not exceed 8 tablets per day.  Caution: Keep out of reach of children. This package contains enough medication to seriously harm a child. Avoid alcohol. May cause drowsiness or excitability. Use […]

Cepacol Sensations Sore Throat & Cough 16 Lozenges

$5.11

Fast and effective temporary relief for sore throats.Antibacterial action.Helps clear nasal passages. Directions: Dissolve 1 lozenge slowly in the mouth every 2 to 3 hours. Maximum 10 daily. Cepacol Sensations Lozenges are suitable for adults and children. For children under 6, consult a doctor. If symptoms are severe or persist for more than 2 days, […]

PROVITA UTI PRO 60VCAPS

$27.76

UTI Pro 60vcaps UTI Proâ„¢ contains Cranberry juice extract from Vaccinium macrocarpon and D-Mannose. Both plants have been traditionally used for naturally preventing the re-occurrence of urinary tract infections, in particular caused by E. coli bacteria. The presence of a high dose of D-Mannose in this formula is essential. Both Cranberry and D-mannose prevent the […]

TRESemmé Moisture Rich Conditioner 828mL

$10.22

TRESemmé’s Moisture Conditioner Restores Dry, Damaged Hair Today Banish Brittleness And Get Softer, Healthier Hair With Moisture Rich Professional Quality 7x more luxurious moisture with Vitamin E. Advanced moisture-locking system optimizes hydration by delivering moisture to hair where it’s needed most. Formulated with Vitamin E, and infuses moisture for soft, shiny, salon-healthy hair. How to Use: Apply TRESemmé conditioner from […]

Cetirizine (10mg) – Hay Fever & Allergy Relief – 180 Tablets (Brand May Vary)

$6.11

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

Becodefence Allergy Defence Kids Nasal Spray – 20ml

$6.64

What is Becodefence Kids Nasal Spray? Becodefence Kids Nasal Spray provides fast and effective defence against hay fever allergy symptoms. The spray gets to work 5 times faster than traditional hay fever tablets. It helps to stop the allergic reaction as soon as the initial symptoms start., so you can enjoy the great outdoors without […]