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

New Roots Herbal Menopeace, 60 Veg Capsules, 2-Month Supply, Comprehensive Menopause Support for Women with Black Cohosh & Dong Quai, Help Relieves Hot Flashes & Nighttime…

$33.74

Supporting Women Through Menopause: Menopeace is designed to help women navigate the changes of menopause with greater ease. It supports the body’s natural adjustments during this transition. By lessening the occurrence of hot flashes and night sweats, it helps women maintain comfort and enjoy their daily activities. Managing Hot Flashes Effectively: Our formula addresses the […]

Option+ Multivitamins & Minerals Women 50+ with Lutein Dye Free

$12.39

Helps to maintain eyesight, skin, immune function and proper muscle function. Helps tomaintain the body’s ability to metabolize nutrients. Directions for use: Adults aged 50 and up: 1 tablet daily with meals, a few hours before or after taking other medications or natural health products, or as recommended by a physician Each tablet contains:Vitamins:Vitamin A […]

Gaviscon Double Action Liquid Aniseed – 500ml

$21.82

What is Gaviscon Double Action Liquid?  Gaviscon Double Action Liquid is an all in one remedy for both indigestion and heartburn. This medicine works for up to four hours, helping to ease indigestion and symptoms like wind and bloating. If you’re suffering from indigestion or acid reflux and need a way to ease your symptoms […]

CLEARBLUE DIGITAL PREGNANCY TEST 1pl

$13.15

The Clearblue Advanced Digital Pregnancy Test is the first and only test that is as accurate as an ultrasound scan at dating pregnancy. Its Smart Dual Sensor â„¢ not only tells you in words if you’re ‘Pregnant’ or ‘Not Pregnant’, also tells you how far along you are.  

Biofreeze Pain Relieving Gel – 118ml

$13.90

What is Biofreeze Gel? Biofreeze Gel is a pain-relieving gel that gets to work wherever you need it on the body. It uses cryotherapy to soothe sore muscles and joints, easing your pain so you can get back to doing the things that matter most. It’s ideal for those suffering from pain caused by exercise […]

Nurofen for Children Strawberry 200mg/5ml Double Strength – 100ml

$11.23

What is Nurofen for Children aged 7 – 12? Nurofen for Children is a pain relief medication designed for children aged 7 – 12. It’s twice the strength of other Nurofen for Children formulas, making it ideal for older children who need higher doses of pain relief than little ones, but don’t want to take […]