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

Bio-Kult Everyday Probiotic – 60 Capsules

$24.33

Buy Bio-Kult Everyday Probiotic  Bio-Kult Everyday Probiotic is a probiotic supplement that is designed to promote gut balance, support your immune system and help you feel your best.  The probiotic contains 12 live bacterial strains, all with the ability to support gut health. The diverse blend ensures comprehensive coverage for your digestive system.  Bio-Kult Everyday […]

Rub-A535 Dual Action Patch

$12.03

When pain hits, RUB·A535TM Back Ice to Heat Relief Patches have your back! Dual action, medicated Ice To Heat Relief patches start out cold to ease the pain, then turn hot for soothing, penetrating relief of back and lower back pain. Plus, the discrete, easy to use patch format is a practical treatment solution for home, […]

Fexofenadine Tablets

$11.97

Relieves hay fever & allergy symptoms
Non-drowsy antihistamine tablets
Generic alternative to Telfast
Always read the patient information leaflet before use

Gina 10 Micrograms Vaginal Tablets – 24 Pack

$39.20

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

Vocalzone Throat Pastilles – 24 Pack

$6.68

Buy Vocalzone Throat Pastilles – 24 Pack Vocalzone Throat Pastilles – 24 Pack are a soothing pastile that helps to soothe and clear the throat. They also have the ability to help you keep a clear voice.  The throat pastilles are free from both gluten and lactose. They are also suitable for vegetarians and vegans.  […]

GlucoRx HCT Glucose Strips (50pcs)

$21.62

What are GlucoRx HCT Glucose Strips (50pcs)? GlucoRx HCT Glucose Strips utilise advanced GDH-FAD enzyme technology. 50 strips are included in this product. Strips expire 6 months after opening each pot. These strips are compatible with the following blood glucose and ketone monitors: GlucoRx HCT, GlucoRx HCT Connect and GlucoRx HCT Connect-i.   How can […]