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

NEW ROOTS MAGNESIUM BISGLYCINATE PLUS 150mg 120caps

$29.07

New Roots Herbal’s Magnesium Bisglycinate Plus delivers magnesium as an amino-acid chelate to maximize intestinal absorption and reduce upset stomach.   The chelated form (bound to two glycine molecules) of magnesium in New Roots Herbal’s Magnesium Bisglycinate Plus has proven to be the most bioavailable form of this micronutrient, with rates of absorption in excess […]

NATURE’S WAY VITAMIN D3 60gummies

$8.55$10.06

Nature’s Way Vitamin D Gummies help to maintain and support immune function. These delicious raspberry, blood orange and strawberry flavoured gummies also help in the development and maintenance of bones and teeth, and are 100% vegetarian. INGREDIENTS MEDICINAL INGREDIENTS Vitamin D3 (cholecalciferol) 25 mcg NON-MEDICINAL INGREDIENTS Glucose syrup, sucrose, purified water, pectin, citric acid, sodium […]

Oxy Emergency Acne Cleanser 177ml

$10.22

OXY’s Emergency Acne Cleanser rapidly removes dirt, oil and dead skin to let Oxy gen through, helping your skin breathe. It penetrates deep into pores to help control acne pimples. Now formulated with 5% Benzoyl Peroxide, it kills acne bacteria on contact to quickly help heal acne blemishes and prevent new breakouts. OXY Emergency Acne Cleanser also contains SymCalmin to […]

CANPREV IRON BISGLYCINATE 90vcaps

$23.18

CANPREV IRON BISGLYCINATE 90vcaps Description Provides iron in bisglycinate form, a highly absorbable and gentle form of iron Helps prevent and correct iron deficiency anemia Supports healthy red blood cell formation and oxygen transport Suitable for individuals with increased iron needs (e.g., menstruating women, athletes, vegetarians) Advice to Use Take 1 capsule daily, or as […]

Lansoprazole Capsules

$21.29

Treats acid reflux, heartburn, stomach ulcers & more
Reduces excess stomach acid
Available in 15mg & 30mg capsules
Always read the patient information leaflet before use

Nestle Gerber Mixed Grains with Fruit Cereal 227g

$6.19

For infants 6 months and up. Feeding your baby new tastes and textures couldn’t be easier or more enjoyable. GERBER Mixed Grains with Fruit Baby Cereal is simply delicious with apricot, apple and pear. And it’s made with specially adapted milk to meet your baby’s nutritional and developmental needs – all you have to do is add […]