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

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 […]

CANPREV BIOACTIVE B 180vcaps

$49.95

CANPREV BIOACTIVE B 180vcaps CanPrev’s BioActive B is a complete source of B vitamins your body needs to support energy, immune function, liver health, metabolism and countless other metabolic processes that are essential for optimal health. They are delivered in their preferred, bioactive forms to help keep pace with demand. These body-ready B vitamins are […]

Ensure Plus Nutrition Chocolate – 200ml

$3.47

Buy Ensure Plus Nutrition Chocolate Ensure Plus Nutrition Chocolate is the perfect supplement for those who struggle to get the nutrients they need through their diet. The drink can be taken by people who struggle to chew or swallow or have lost their appetite. It can also be taken by anyone struggling to gain or […]

REALEASY VEGAN MEAL REPLACEMENT VANILLA 830g

$56.88

REALEASY VEGAN MEAL REPLACEMENT VANILLA 830 g Description Smooth and creamy vanilla-flavored plant-based meal replacement powder, designed for vegan nutrition. Blends pea and rice proteins with fiber, healthy fats, vitamins, and minerals for a balanced meal in a scoop. Perfect for breakfast, post-workout recovery, or as part of a weight management plan. Advice to use Mix […]

Olay Total Effects 7in1 Moisturizer 50ml

$27.02

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

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 […]