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

CANPREV D3 2500IU 120sg

$12.03

We used to spend a lot more time outside, but for the majority of us, the nature of our modern lifestyles keeps us out of the sun. As a result of this, vitamin D deficiency is extremely common – studies show that 1 in 3 Canadians is deficient, and 2 in 3 have less than […]

Gaviscon Double Action Chewable Tablets Mixed Berries – 24 Tablets

$8.37

What are Gaviscon Double Action Tablets? Gaviscon Double Action Tablets are a soothing treatment for heartburn, acid reflux, and indigestion. These tablets can be chewed and swallowed without needing a glass of water, so you can take them whenever and wherever you suffer with heartburn. If you’re looking for a treatment for heartburn and indigestion […]

GARDEN OF LIFE ALL IN ONE NUTRITIONAL SHAKE CHOCOLATE 1017g

$52.50

Raw Organic All-In-One is a delicious organic snack-on-the-go packed with incredible nutrition to support your busy lifestyle! This nutritional shake uniquely combines the goodness of multiple Garden of Life products in one, basically fitting the benefits of seven products in its one container! Raw Organic All-In-One delivers 20g of clean protein per scoop from 13 […]

Lube Life Water-Based Strawberry Flavoured Lubricant, Personal Lube for Men, Women and Couples, Made Without Added Sugar, 8 Fl Oz (240 mL)

$12.41

SWEET AND SUCCULENT STRAWBERRY: A taste you won’t forget. Like a strawberry picked fresh from the vine, this lubricant is packed full of flavour, without any added sugar. TOY FRIENDLY, CONDOM COMPATIBLE: #LubeLife provides a safe experience and is compatible with most toy materials and natural rubber latex, polyisoprene, and polyurethane condoms. NON-STAINING, EASY TO […]

Metamucil Fibre Orange Flavour

$18.25

3 in 1 Multihealth Fibre! Helps to temporarily suppress appetite when taken prior to a meal.Helps lower cholesterol levels to promote heart health.Promotes digestive health Directions: Put powder into empty glass and mix with 240mL of water or other cool liquid. Stir briskly and drink promptly. Do not interrupt medication. Helps to temporarily suppress appetite […]

Option+ Coenzyme Q10 200mg 60 Softgel

$18.59

Coenzyme Q10 is ued to help support and maintain cardiovascular health Directions for use: Adults 18 years and older: 1 softgel daily or as recommended by a physician Each softgel contains:Coenzyme Q10 (Rhodobacter sphaeroides) (whole) 200 mg Non-medicinal ingredients (in descending order): Rice bran oil, softgel capsule (gelatin [bovine], glycerin, purified water, carob powder), d-alpha […]