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

Old Spice Fiji Antiperspirant 73g

$8.03

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Trojan Premium Lubricated 12 Latex Condoms

$9.47

Trojan Lubricated Condoms feature our classic design with a reservoir tip.Silky smooth lubricant – for enhanced comfort and sensitivityMade from premium quality latex – to help reduce the riskSpecial reservoir end – for extra safetyEach condom is electronically tested – to help ensure reliability For Contraception Plus STI ProtectionLatex condoms are intended to prevent pregnancy, HIV/AIDS, […]

Softsoap Lavender & Honey Crème Moisturizing Body Wash 591ml

$6.93

Make life more bubbly with Softsoap® Moisturizing Body Wash, Lavender & Honey Crème. Made with real lavender extract and honey, this body wash helps retain your skin’s natural moisture, surprising you with soft and smooth feeling skin. Gentle enough to be used every day, this paraben free body wash is also pH balanced for your […]

NEW ROOTS VITAMIN C8 527mg 90caps

$17.97$21.14

Formulated with eight forms of buffered vitamin C, Vitamin C⁸ contains additional cutting-edge nutraceuticals dedicated to excellent health. It’s also less acidic, for enhanced gastrointestinal tolerance.   Not All Vitamin C Products Are Created Equal For your body to truly get all the benefits of vitamin C, it needs to get it from more than one source. Vitamin C⁸ combines […]

Numark Chewable Calcium & Vitamin D – 30 x 400mg Tablets

$2.56

What are Numark Vitamin D and Calcium Tablets? Numark Vitamin D and Calcium Tablets are a daily multivitamin which can be chewed, so you don’t have to take them with water. They help to support your teeth and bones, helping them to stay healthy. Numark Vitamin D and Calcium Tablets are apple flavoured and vegetarian […]

IDEAL PROTEIN LEMON CRISPY SQUARE – 1 BOX

$25.53

IDEAL PROTEIN LEMON CRISPY SQUARE – 1 BOX Light, Refreshing. Squeeze the day! A lemony twist on a classic that will satisfy all your senses. Ingredients  Protein blend (soy protein isolate, milk protein isolate, dried egg white, rice protein concentrate), vegetable oil (palm kernel, palm, sunflower), water, fructooligosaccharide, glycerin, polydextrose, soluble corn fiber syrup, inulin, […]