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

Becodefence Allergy Defence Kids Nasal Spray – 20ml – 3 Pack

$39.46

What is Becodefence Kids Nasal Spray? Becodefence Kids Nasal Spray provides fast and effective defence against hay fever allergy symptoms. The spray gets to work 5 times faster than traditional hay fever tablets. It helps to stop the allergic reaction as soon as the initial symptoms start., so you can enjoy the great outdoors without […]

Benadryl Bug Bite Relief 14mL

$7.67

Relieves itch, soothes pain, protects skin. Directions: Adults and children 2 years and older: Apply to affected area not more than 3 to 4 times daily. For children under 2 years of age, consult a doctor. Warnings: For external use only. Do not apply to blistered, raw or oozing areas of the skin. Do not […]

Orajel Maximum Toothache Relief Liquid 13mL

$8.03

Use: Temporarily relieves pain due to toothache.  Directions: Adults: apply a pea-sized amount to affected area up to 4 times daily or as directed by a health care practitioner. Do not eat for one hour following use. Do not chew gum or food while numbness persists. Medicinal Ingredient: Benzocaine 20% w/wNon-Medicinal Ingredients (alphabetical order): Aroma, […]

Norethisterone Tablets for Period Delay

$10.80

Norethisterone can delay your period for up to three weeks Ideal for holidays and other special occasions Start taking the tablets three days before your period is due Take three tablets daily, evenly spaced out throughout the day Your period should return three days after you stop taking norethisterone

Order Caya Diaphragm Gel | Most Reliable Contraceptive Gel

$29.22

Say goodbye to unreliable contraceptive techniques and use the most innovative and successful method Caya Diaphragm Gel with Caya Diaphragm.

HOMEOCAN SINUS 4g

$6.57

HOMEOCAN SINUS 4 g Description Homeopathic combination remedy formulated to help relieve symptoms of sinusitis, such as nasal and sinus congestion. Convenient pellet format in a portable tube for use anytime, anywhere. Designed for both adults and children (2+ years) to support natural sinus relief. Advice to use Adults and children (2 years and older): Let […]