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

NyQuil Cold & Flu Nighttime Relief Liquid

$12.05

Antihistamine; Cough Suppressant; Pain Reliever; Fever Reducer. Directions for use: Adults (12 years and over): 2 tbsp (30mL) at bedtime. If your cold keeps you confined to bed or at home you can take every 6 hours; maximum 4 doses per day. Children under 12 years: Do not use. Caution: Do not exceed recommended dosage. Do not […]

Option+ Eye Care Formula 60 Tablets

$14.21

Helps maintain eyesight and support eye health in conditions (associated with sunlightdamage) such as cataracts and age-related macular degeneration. Helps reduce the risk of developing cataracts.  Directions for use: Adults: 2 tablets daily with food, a few hours before or after taking other medications or natural health products, or as recommended by a physician Each […]

NovoPen® 6 Silver

$74.36

What is Novopen 6?  Novopen 6 is used in diabetes management, it is a new and innovative way of recording insulin dosing information. The Novopen 6 is a type of smart insulin pen, and it gets its name from its compatibility with smartphones. These connected insulin pens automatically record how much insulin has been administered […]

Nurofen For Children Strawberry Liquid – 100ml

$5.87

Buy Nurofen For Children Strawberry Liquid  Nurofen For Children Strawberry Liquid is designed to relieve the symptoms of colds and flu in children. It also helps lower temperatures and reduce pain.     How Nurofen For Children Strawberry Liquid works Nurofen For Children Strawberry Liquid contains ibuprofen, a non-steroidal anti-inflammatory drug (NSAID). It works by relieving […]

Gravol Liquid Gel 24 Capsules

$9.49

Adults Taste Free Liquid Gel Capsules Easy to swallow 50 mg 24pck Sealed in blister Strips For Your Protection Gravol taste free liquid gel capsules are especially designed to be taste free, easy to swallow with no lactose, gluten or sucrose.  Medicinal Ingredient: Each Gravol Taste free liquid gel Capsule contains 50mg Dimenhydrinate U.S.P Indications: For […]

Option+ Milk Thistle 150mg 90 Softgels

$10.58

Indications: Traditionally used in herbal medicine as liver protectant. Dosage: Adults: 1softgel 3 times daily or as recommended by a physician. Use for a minimum of 3 weeks to see beneficial effects. Medicinal Ingredients: Each softgel contains:Milk Thistle (Silybum marianum, seed) (60% silymarin) – 150mg Non-Medicinal Ingredients (in descending order): Softgel capsule (gelatin, glycerin, purified water), soybean […]