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 – 10 Suppositories”

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

More Products

BOIRON STAPHYSAGRIA 200CH

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

HEALTHOLOGY INFLAMMA-MEND 60sg

$35.43

INFLAMMA-MEND targets inflammation by reducing pain and swelling, increasing the production of anti-inflammatory mediators, and preventing the production of pro-inflammatory cells. The individual components of INFLAMMA-MEND work synergistically to provide support for both short and long-term exposures to damage by targeting the underlying mechanisms of inflammation. Features and benefits: EPA and DHA are omega 3 […]

PROVITA NADOGEN 60caps

$60.89

NAD+ is required not only for like but for a long life. It declines with age. Nadogen is a complex and unique formulation intended to help increase the body’s Nicotinamide Adenine Nucleotide (NAD+) levels. Nadogen helps the body to synthetize NAD+ using three distinct pathways: the de novo pathway, the Preiss–Handler pathway, and the salvage pathway. […]

Kamagra Oral Jelly Banana 50 gel box

$90.00$95.00

Kamagra Oral Jelly 
Flavour Banana
Snap Pack 50x5g
Potency products for male erectile dysfunction  
Active Ingredient – Sildenafil Citrate 100mg 
 

Unifine Pentips 5mm 31g 100 Count

$20.44

Diamond Point Technology Sharpened to perfection for lower penetration force. Indication For Use: Intended for use with pen injector devices for the subcutaneous injection of drugs, including insulin.  How To Use: Consult injection pen instructions prior to use. Use a new needle for each injection. Discard inner needle shiel. Prime your pen before injection to […]

Polident Fresh Cleanse Foaming Cleanser 125mL

$9.49

Unique non-abrasive foam gently lifts off stains. Kills 99.9% of odour-causing bacteria. Directions for daily use on full or partial dentures:1. Hold denture firmly.2. Shake bottle.3. Pump fully 2 times onto denture, adjust amount if needed.4. Brush for 90 seconds.5. Rinse denture thoroughly under running water for one minute before inserting into mouth. External use only. Not for natural […]