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 “Ibuprofen 200mg – 84 Tablets”

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

More Products

Dexcom ONE Sensor – 30 Days

$98.03

Please note that the manufacturer is unable to replace sensors that have been purchased for use on animals; this is because they are not licensed for this use. Buy Dexcom ONE Sensor  The Dexcom ONE sensor measures glucose levels just beneath the skin. Each sensor comes with an auto-applicator to make the insertion process quick […]

Option+ Vitamin E 400IU 100 Softgels

$11.31

Indications: An antioxidant for the maintenance of good health. Dosage: Adults: 1-2 softgels daily preferably with meals, or as recommended by a physician. Medicinal Ingredients: Each tablet contains:Vitamin E (dl-alpha tocopheryl acetate) – 180mg AT (400IU) Non-Medicinal Ingredients (in descending order): Softgel capsule (gelatin, glycerin, purified water), soybean oil. Caution: Keep out of the reach of children.  Consult a […]

BOIRON RUTA GRAVEOLENS 6CH 4g

$7.30

OVERVIEW Homeopathic relief that is targeted to your symptoms. The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children. Natural health product For the whole Family Quick dissolving pellets Each tube contains 4 g (approximately 80 pellets) Suggested Use Adults, children […]

HOMEOCAN TRAUMACARE 50g

$18.38

OVERVIEW Traumacare Cream, to relief muscle-pain naturally Dealing with pain on a daily basis or even occasionally can be a nuisance and an obstacle in the way of leading an unrestricted life. Traumacare cream provides effective relief for: muscle and joint pains inflammation and minor injuries such as sprains, and contusions. Furthermore, this product is […]

Mackenzies Smelling Salts – 17ml

$12.97

What are Mackenzies Smelling Salts? Mackenzies Smelling Salts are a remedy for congestion or symptoms of a head cold. They’re ideal for times when inflamed mucous membranes in your nose and throat are causing a blocked nose and phlegm, helping to clear your airways. This product can be used by most people, including infants older […]

Jamieson Fast Dissolving Melatonin 3mg 100 Sublingual Tablets

$11.30

Helps improve sleep quality. Directions: Adults: Take 1 caplet daily at or before bedtime. Do not drive or use machinery for 5 hours after taking melatonin. Consult a health care practitioner for use beyond 1 month. Store between 15°C and 25°C, away from children. Each tablet contains:Melatonin – 3mg Also contains: Mannitol, cellulose, sodium sulfate, polyvinylpyrrolidone, natural flavour […]