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

JACKSON’S NATURALS KALI MUR 6X 500PELLETS

$21.92

Jackson’s #5 Potassium chloride (Kali mur 6X) – The First Certified Vegan, Lactose-Free Schuessler Cell (Tissue) Salt What it is Jackson’s Mineral Salt #5 Potassium chloride (Kali mur 6X) DIN-HM 80083307. Also known as Schuessler’s Tissue Cell Salt #5 and used as a homeopathic supplement. Why it’s special According to Dr. Schuessler and other homeopathic references Kali […]

Option+ Vitamin C Timed Release 1000mg 120 Caplets

$12.41

Indications: Helps in the development and maintenance of bones, cartilage, teeth and gums. Helps in wound healing and in connective tissue formation. Helps support immune function. Dosage: Adults: 1-2 caplets daily or as recommended by a physician. Medicinal Ingredients: Each caplet contains:Vitamin C (ascorbic acid) – 1000mg Non-Medicinal Ingredients (in descending order): Carbohydrate gum, microcrystalline cellulose, hydroxypropylcellulose, stearic acid, […]

Fexofenadine Tablets

$11.97

Relieves hay fever & allergy symptoms
Non-drowsy antihistamine tablets
Generic alternative to Telfast
Always read the patient information leaflet before use

Duac Once Daily Gel

$27.68

Topical treatment for mild to moderate acne
Contains clindamycin and benzoyl peroxide
Always read the patient information leaflet before use. 

Option+ Melatonin Quick-Dissolve 3mg 100 Tablets

$6.57

Indications: Helps increase total sleep time (aspect of sleep quality) in people suffering from sleep restriction or altered sleep schedule (e.g. shift work and jet lag). Helps reduce the time it takes to fall asleep in people with delayed sleep phase disorder and reset the body’s sleep-wake cycle. Dosage: Adults: All uses except jet lag: […]

IDEAL PROTEIN MAPLE FLAVOURED OATMEAL – 1 BOX

$25.53

IDEAL PROTEIN  MAPLE FLAVOURED OATMEAL – 1 BOX Sweet, Hearty. Warm and comforting. A delicious, filling option for breakfast, or any time. Ingredients  Gluten-free rolled oats, soy flour, soy protein isolate, milk protein concentrate, whey protein isolate, natural and artificial flavor, contains 2 percent or less of sea salt, xanthan gum, sodium bicarbonate, silicon dioxide, […]