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 “Liberize Tablets 50mg – 8 Pack”

Your email address will not be published. Required fields are marked *

More Products

Dymista Nasal Spray Suspension

$26.35

Nasal spray to relieve hay fever and allergy symptoms
Contains azelastine hydrochloride, an antihistamine, and fluticasone propionate, a corticosteroid.
Always read the patient information leaflet before use. 

Strepsils Soothing Throat Spray Honey – 20ml

$10.53

What is Strepsils Soothing Throat Spray? Strepsils Soothing Throat Spray is a quick and convenient sore throat treatment. It can help with irritating scratchy throats and tickly coughs and the convenient spray formula means you can treat your sore throat wherever you are- just spray and go! What causes a sore throat? Sore throats are […]

Dove Go Fresh Cool Moisture Bar Soap 3 Bars

$8.39

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

PRAIRIE NATURALS GRASS FEED ORGANIC BEEF BONE BROTH PROTEIN 300g

$39.01

Prairie Naturals is introducing 100% Organic Bone Broth Protein, available in both chicken and beef. The bones used in making our 100% Organic Beef/Chicken Bone Broth Protein are from grass-fed, grass finished cattle and free-range chickens. The Benefits of Bone Broth These curative components of bone broth play vital roles in gut health, immune system […]

WOMENSENSE SAGE LEAF PERSPIRATION CONTROL 120 VCAPS

$25.57

WOMENSENSE SAGE LEAF PERSPIRATION CONTROL 120 VCAPS Description Formulated with Sage Leaf extract, traditionally used to help reduce excessive perspiration and hot flashes associated with menopause. Supports hormonal balance, temperature regulation, and overall comfort during perimenopause and menopause. Acts as a natural antioxidant and helps maintain a sense of calm and well-being. Advice to Use […]

Flexitol Anti-Fungal Liquid 30mL

$10.93

For the treatment of fungus. With Urea, Aloe Vera & Vitamin E. Flexitol Anti-Fungal Liquid kills Athlete’s Foot fungus and is used for the treatment of Ringworm. It also provides relief from itching, scaling, cracking, burning, redness, soreness, irritation and discomfort which may accompany these conditions. Directions: Clean affected area with soap and warm water […]