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

Numark Chewable Vitamin C – 30 Tablets

$3.33

What are Numark Chewable Vitamin C tablets Numark Chewable Vitamin C tablets are a daily vitamin supplement that are easy to take without a glass of water. These orange flavoured tablets help to support your body from the inside out, providing more than the recommended amount of vitamin C you need every day.   Why […]

CLEARBLUE DIGITAL PREGNANCY TEST 2pl

$19.72

The Clearblue Advanced Digital Pregnancy Test is the first and only test that is as accurate as an ultrasound scan at dating pregnancy**. Its Smart Dual Sensor â„¢ not only tells you in words if you’re ‘Pregnant’ or ‘Not Pregnant’, also tells you how far along you are.

Valupak Vitamin D3 1000IU (25mcg) – 60 Tablets

$1.73

Buy Valupak Vitamin D3 1000IU (25mcg) Tablets Valupak Vitamin D3 1000IU (25mcg) Tablets are a supplement that provides your body with additional vitamin D.  The tablets are an ideal way to ensure you’re getting enough vitamin D in your diet, supporting your overall health and well-being. Valupak Vitamin D3 1000IU also helps to increase the […]

Option+ Folic Acid 1mg 100 Tablets

$6.19

Helps reduce the risk of neural tube defects Helps to reduce the risk of neural tube defects when taken daily at least three months prior to becoming pregnant and during early pregnancy. Helps to form red blood cells. Helps to maintain the body’s ability to metabolize nutrients. Medicinal Ingredient: Each Tablet Contains: Folic Acid 1 […]

Blistex Lip Conditioner 7g

$4.73

Dry/Chapped: Apply Lip Conditioner frequently until lips are soft and smooth. Relieves moisture starved lip cells. Cold Sores/Fever Blisters: To soothe and relieve the pain of cold sores or fever blisters, apply Lip Conditioner and massage gently.  Directions: Apply liberally and evenly to lips as often as necessary before exposure to sun. Reapply as needed […]

Aspirin 75mg – 28 Dispersible Tablets

$4.00

• Non-steroidal anti-inflammatory drug • Helps to prevent blood cells sticking together • Stops further heart attacks and strokes in patients who have a history of these conditions • This specific aspirin should not be used for pain relief • Active Ingredient: Acetylsalicylic Acid • You will be asked to answer some medical questions before […]