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 “Panadol Night Pain – 20 Tablets”

Your email address will not be published. Required fields are marked *

More Products

EMLA Cream 5% – 30g

$22.98

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

Embecta Alcohol Swabs 100

$3.65

(formerly BD alcohol swabs) Single use onlyIsopropyl alcohol 70% by volumeIndividually Foil WrappedConvenient to Use Use: For skin cleaning prior to injection. Directions: Rub skin briskly in a circular motion from injection site outward.  Caution: External use only. In the event of skin irritation or rash, discontinue use. Avoid contact with eyes; if contacted, flush […]

NEW ROOTS MACA 750mg 120caps

$25.03

Maca is a potent antioxidant with a rich history of therapeutic use for sexual health.   Harvested high in the Andes mountain range, maca root is a dense source of beneficial nutrients; these naturally occurring compounds, pivotal for plant survival, also exert an antioxidant action on humans. Current research also points to successful therapeutic use […]

Arm & Hammer Pro Sensitive Toothpaste 120mL

$4.73

Indications: Arm & Hammer Pro Sensitive helps reduce painful sensitivity to cold, heat, acids, sweets or contact. A decrease in sensitivity should occur  within the first 2 weeks of regular brushing and improve with continued use. Aids in the prevention of dental decay. Directions: Recommended for adults and children 12 years or older. Cover toothbrush. Brush teeth, preferably […]

Aspirin Regular Strength 325mg

$4.00

For fast and effective relief of Headaches, Joint & Body Pain, Fever, Pain from Cold & Flu Directions (Adults 18 and older): Dose for pain and fever: 1 or 2 tablets with a glass (250mL) of milk or water every 4-6 hours as necessary up to 12 tablets/day. Do not take more than the recommended […]

ULTIMATE PROSTATE 90caps

$31.41

Benefits: Supports prostate health  Reduces symptoms of BPH  Helps reduce difficultly in urination associated with early symptoms of BPH  Improves urinary flow  Reduces frequent nighttime urination  Contains factors for the maintenance of good health Benign prostatic hyperplasia (BPH), defined as the enlargement or swelling of the prostate gland, is one of the most common health […]