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

Live Clean Baby Tearless Shampoo & Wash 300ml

$8.03

Live Clean Baby Gentle Moisture Tearless Baby Wash is a clinically tested, mild, tear free bubble bath formula that gently moisturizes and cleanses, leaving baby’s skin feeling soft and smooth. This natural moisturizing body wash is made with purified water and enriched with certified organic botanicals of Chamomile, Lavender and Aloe. 97% Planet Derived With […]

Accu-Chek Aviva Test Strips

$39.45

For the determination of blood glucose.Suitable for self-testing. Only for: Accu-Chek Aviva Accu-Chek Aviva Nano Accu-Chek Aviva Connect Accu-Chek Aviva Combo Store between 2°C – 30°C.

Elastoplast Antiseptic Wound Spray – 100ml

$5.80

What is Elastoplast Antiseptic Wound Spray?  Cleansing a wound is essential to flush away harmful bacteria and dirt which could cause an infection. Elastoplast Antiseptic Wound Spray is an easy-to-use antiseptic to clean minor wounds such as cuts, abrasions, first and minor-degree burns and open blisters. This alcohol-free and non-sting formula is gentle yet effective, […]

BEEKEEPER’S NATURALS THROAT RELIEF PROPOLIS 30ml

$13.51

Beekeeper’s Naturals premium natural bee propolis throat spray is made with propolis sustainably sourced from remote Canadian apiaries. This alcohol-free throat spray is your go-to for sore throats and immune support. Propolis is the substance the bees make to protect their hive and keep it germ-free. It has been used globally for centuries in herbal […]

Novofine Pen Needles 31g 6mm (x100)

$25.27

What are NovoFine Pen Needles?  NovoFine Pen Needles are thin needles designed for less pain and to fit most pen injector devices. These needles are 6mm in length and, with SuperFlowâ„¢ technology, are designed to enhance flow rates and reduce dosage force. How to use these needles Start by thoroughly washing and drying your hands. […]