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 “Napralief 250mg – 9 Tablets”

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

More Products

AOR GLYCINE 500g

$28.63

AOR GLYCINE 500g AOR Glycine is the simplest of all amino acids involved in protein synthesis in the body. Research supports a role for glycine in supporting a wide range of healthy bodily functions, including normal cell growth and development. Benefits: An amino acid which provides multiple benefits for mind and body Enhances memory function, bone […]

Chloraseptic Sore Throat Lozenges Sucrose Free Berry Cherry Flavour 15 Lozenges

$5.47

Use for the temporary relief of pain of sore throat. Directions: Adults and children 3 years of age and over: Use 1 lozenge every 2 hours as needed or as directed by a health care professional. Children under 3 years of age: consult a health care professional. Do not use if you have a history […]

Nurofen Express 200mg – 16 Liquid Capsules

$6.07

What are Nurofen Express Liquid Capsules? Nurofen Express Liquid Capsules are painkillers that are used to relieve symptoms of different types of aches and pains. This product can be used for short-term treatment of everyday pain from muscular aches to cold and flu symptoms. It contains Ibuprofen, which is an anti-inflammatory drug commonly used as […]

GARDEN OF LIFE ALL IN ONE NUTRITIONAL SHAKE VANILLA 969g

$52.50

Garden of Life Raw All-In-One Nutritional Shake is a delicious organic MEAL-ON-THE-GO packed with incredible nutrition to help you satisfy hunger, manage weight and feel great! All-In-One Nutritional Shake uniquely combines the goodness of multiple Garden of Life products in one complete raw organic meal replacement. Basically, it has the nutrition of seven products in […]

Clairol Natural Instincts Hair Colour

$9.49

Semi-Permanent, Ammonia Free Hair Color. Discover your natural way to shine! Made with 80% naturally derived ingredients, the new Clairol Natural Instincts gives you a rush of  color you can feel good about. Get a rush color and a boost of shine for radiant, healthy-looking hair No-drip crème formula is designed to feel more like […]

MEDIHERB GYMNEMA 60tabs

$31.35

MEDIHERB GYMNEMA 60tabs Description Helps support healthy blood glucose levels Standardized to contain 25% gymnemic acids Traditionally used in Ayurvedic medicine for metabolic support Advice to use Adults: Take 1 tablet once daily or as directed by your healthcare practitioner. Ingredients Medicinal Ingredients (per tablet): Gymnema leaf extract 10:1 (Gymnema sylvestre) – 400 mg(Standardized to […]