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

Pirinase Hay Fever Nasal Spray – 60 Doses

$11.57

What is Pirinase Hay Fever Nasal Spray? Pirinase Hay Fever Nasal Spray is a treatment for hay fever and allergy symptoms, helping you to feel more comfortable for up to 24 hours. It’s ideal for clearing a blocked or runny nose and easing sneezing, coughs, itchy and watery eyes, and other annoying hay fever symptoms. […]

PROVITA PROSTATE PRO FORTE 60vcaps

$33.24

Prostate health – Helps to support prostate health. Helps reduce the urologic symptoms associated with benign prostatic hyperplasia. Recommended by naturopaths throughout Europe for more than 8 years, Prostate Pro formula has engaged a success rate of >98% (based on return customers). Its beneficial effects can be felt within days of administration.*   Prostate Pro™ was developed to address […]

CYTO-MATRIX PEAK EPA 90softgel

$25.57

CYTO-MATRIX PEAK EPA 90softgel Description Each softgel delivers 700mg EPA and 350mg DHA, sourced from wild sardine, salmon and anchovies, with added vitamin E Molecularly distilled to ensure the end product is free from heavy metals, organophosphate compounds and unwanted contaminants Lightly flavoured with food-grade essential oil of lime for improved taste and compliance Advice […]

BOIRON OSCILLOCOCCINUM 12doses

$18.45

Homeopathic medicine for the relief of flu-like symptoms such as body aches, headache, fever and chills. Reduces the duration of flu symptoms. Claims based on traditional homeopathic practice, not accepted medical evidence. Not endorsed by Health Canada.

Children’s Tylenol Cold & Cough Nighttime Soothing Apple 100mL

$9.12

Quickly relieves: Runny Nose; Dry Cough; Fever; Sore Throat Pain; Aches and Pains Dosage: Shake well before use. For accurate dosing, follow instructions carefully. Find the right dose on the chart. If possible, dose by weight, otherwise use age.Remove cap and squeeze dose into dosing cup. The enclosed measuring cup has been specially designed for use with […]