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

Nurofen Migraine Pain – 12 x 342mg Caplets

$4.67

What are Nurofen Migraine caplets? Nurofen Migraine caplets help to ease pain caused by a migraine, providing fast-acting relief from pain. It can be used at the first sign of a migraine attack to help to ease your migraine pain so you can get on with your day.   What are migraines? Migraines are a […]

Option+ Fluconazole 1 Oral Capsule

$10.95

Uses: Relieves symptoms of vaginal yeast infection: vaginal itching, burning, discharge Directions: Adults and children 12 years and older: Take one capsule by mouth. Do not take more than directed. Swallow one capsule as a one-time only dose. Warnings: Do not use: if you are pregnant, trying to become pregnant or nursing, are allergic to fluconazole (related […]

Sudafed Decongestant Non Drowsy – 12 Tablets

$6.14

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

QUANTUM HEALTH ZINC ELDERBERRY 14loz

$4.73

QUANTUM HEALTH ZINC ELDERBERRY 14loz Description Award-winning lozenges featuring zinc gluconate and elderberry to support immune function during seasonal challenges. Formulated to release zinc ions in the mouth and throat for targeted, bioavailable immune defense. Convenient pocket-sized pack ideal for travel or daily immune health maintenance. Advice to use Dissolve one lozenge slowly in the […]

Benylin Dry Cough Night Syrup – 150ml

$9.72

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

FINLANDIA NAC 600mg 100caps

$21.14

FINLANDIA NAC 600mg 100caps Acetylcysteine, also known as N-acetyl-L-cysteine (NAC), is a nutritional supplement used primarily as a mucolytic agent and in the management of paracetamol (acetaminophen) overdose. The familiar symptoms of cold and flu including head and body aches, sinus and chest congestion, and coughing and sneezing, are all indications that the cold or […]