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

HydraSense Eucalyptus 100mL Spray

$12.05

HydraSense Eucalyptus is a natural-source seawater nasal spray with a refreshing Eucalyptus and Mint Scent that provides effective relief of nasal and sinus congestion caused by colds or sinusitis. Clinically proven congestion relief with a pleasant feeling of freshness and a cooling sensation. HydraSense Eucalyptus works effectively to clear blocked nasal passages to help you […]

PrEP Emtricitabine/Tenofovir (Generic Truvada) Treatment

$67.60

Helps prevent HIV
Generic alternative of Truvada
92-99% effective when taken correctly
Always read the patient information leaflet before use.

ZzzQuil Nighttime Sleep-Aid Liquid Capsules

$10.59

Uses: Relieves occasional sleeplessness. Directions for use: take only as recommended; adults & children 12 yrs & over: 2 23mg LiquiCaps (50mg) at bedtime if needed or as directed by a doctor; if persisting drowsiness experienced with the 50mg dose (two liquicaps) the dosage should be reduced to 25mg (one liquicap); take only one dose […]

DR. BRONNERS ORGANIC SHAVING SOAP PEPPERMINT 207ml

$14.24

DR. BRONNERS ORGANIC SHAVING SOAP PEPPERMINT 207 ML Description Organic castile-based shaving soap infused with invigorating peppermint essential oil Creates a rich, creamy lather to lubricate skin and protect against razor burn Biodegradable and gentle—ideal for all skin types, including sensitive Advice to use Wet brush and soap. Swirl brush in shaving soap to build lather, then […]

NeilMed NeilCleanse Wound Wash 177mL

$6.57

Sterile Saline SolutionIsotonic, Drug Free, Preservative Free Indications: To cleanse minor wounds and scrapes. Recommended Dose: Adults and Children: 5-10 sprays 2-3 times daily. Medicinal Ingredient: Sodium Chloride (9mg/mL)Non-Medicinal Ingredient: Purified Water Warnings:Do not use on burn injuries. Do not use in body orifices, ear canals, eyes or mouth.Not for injection.For individual use only.Apply as […]

Option+ Vitamin B12 2500mcg 60 Tablets Cherry

$8.38

Helps form red blood cells. Helps in the normal function of the immune system and inenergy metabolism in the body. Helps maintain the body’s ability to metabolize nutrients. Directions for use: Adults: Dissolve 1 sublingual tablet under the tongue daily or as recommended by a physician. Consult a physician for use beyond 4 months. Each […]