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

CANPREV COLLAGEN BEAUTY 300g

$37.55

CANPREV COLLAGEN BEAUTY 300g By supporting skin elasticity and healthy collagen production, Collagen Beauty helps improve the appearance of skin, reduces wrinkles and diminishes fine lines. Designed to stimulate fibroblast cells in the skin, to enhance collagen metabolism where it’s needed. This powdered formula contains bioactive epidermal collagen peptides that are clinically proven to help […]

Enfamil A+ Concentrated 12x385mL

$58.45

Enfamil A+ is a great place to start and is inspired by breast milk. Enfamil A+: Is our closest formula to breast milk Contains a clinically proven level of DHA, an important building block of your baby’s developing brain Contains a blend of 2 dietary fibres, GOS and polydextrose, shown to soften stools Easy to-digest

Voltarol Back & Muscle Pain Relief 1.16% Gel – 100g

$18.24

What is Voltarol Back and Muscle Pain Relief? Voltarol Back and Muscle Pain Relief is a pain relief gel that cools and soothes muscular and back pain. It’s perfect for treating sporting injuries, or general aches and pains in your joints and muscles. If you’re looking for a way to reduce pain and inflammation in […]

MEGAFOOD WOMEN OVER 40 ONE DAILY 72tabs

$67.22

MEGAFOOD WOMEN OVER 40 ONE DAILY 72tabs Description • Provides essential vitamins and minerals to support healthy bones, connective tissue, metabolism, and thyroid function• Includes 4.5 mg of iron, FoodState® B vitamins for energy, and nutrients for immune support and red blood cell formation• Contains a nourishing blend of fruits, vegetables, and herbs including turmeric, […]

CANPREV L-GLUTAMINE VEGAN AMINO ACID 450g

$32.81

OVERVIEW L-Glutamine helps to support the immune and digestive systems after periods of physical stress. It also helps to restore plasma glutamine levels and assist in muscle cell repair after exercise. L-Glutamine the most abundant amino acid in the body. L-Glutamine assists in muscle cell repair after exercise and supports immune and digestive health. Ingredients: Each Scoop Contains: […]

Olay Moisture Ribbons Plus Shea + Lavender Oil Body Wash 532mL

$9.11

BEAUTIFUL, HEALTHY SKIN YOU CAN SEE AND FEEL -Turn shower time into a luxurious experience that lasts with Olay Moisture Ribbons Plus Shea Butter + Lavender Oil Body Wash. It’s Olay’s most indulgent moisturizing body wash, wrapping your body in a luxurious, rich lather. Its deep conditioning formula, infused with shea butter and the essential […]