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

SISU ENERGY BOOST ORANGE 30 x 8g

$16.40

SISU ENERGY BOOST ORANGE 30 x 8g Description Convenient drink mix with 1,000 mg of Ester-C®, a highly absorbable and gentle form of vitamin C to support immune health and collagen production Enhanced with B vitamins and electrolytes for daily energy, hydration, and nervous system support Contains added minerals including calcium and magnesium to help […]

AOR R-LIPOIC ACID 90caps

$37.92

Lipoic acid is a versatile antioxidant known for its ability to protect the brain and nerve cells from free radicals and heavy metals that promote cognitive and neurodegenerative diseases. Lipoic acid is known as the “captain of the antioxidants” due to its ability to recycle and recharge other antioxidants such as vitamins C and E. […]

CANPREV COLD-PRO IMMUNE FORMULA 90vcaps

$21.18

A common cold is a viral infection of the upper respiratory tract that includes your nose and throat. Symptoms usually appear one to three days after exposure and include the typical sore throat, runny or congested nose, cough, sneezing, low-grade fever and mild body aches. A fever higher than 39.4 C distinguishes a cold from […]

Clarityn Allergy Syrup Kids Mixed Berry – 60ml

$7.98

What is Clarityn Allergy Syrup?  Clarityn Allergy Syrup is a mixed berry flavoured medicine suitable for children suffering with hay fever or other allergies. This sugar-free liquid suspension contains the antihistamine loratadine, providing 24-hour relief from sneezing, runny nose, itchy eyes and hives (nettle rash). This medicine is not suitable for children under the age […]

Trojan Magnum Large Naked Sensations 10 Latex Condoms

$10.95

Magnum Naked Sensations Condoms feature a revolutionary design that lets you feel the pleasure, not the condom.Larger than standard latex condoms – for extra comfortMade from premium quality latex – to help reduce the riskEach condom is electronically tested – to help ensure reliability For Contraception Plus STI ProtectionLatex condoms are intended to prevent pregnancy, […]