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

BACH ROCK ROSE 20ml

$14.46

BACH ROCK ROSE 20ml Description Supports courage and calm in situations of intense fear or panic Promotes fearlessness and emotional strength during emergencies Used in RESCUE Remedy and offers approximately 400 uses per bottle Advice to use Single remedy use: Add two drops to water and sip at intervals, or add to a 30ml mixing […]

AOR THYRO SUPPORT 518mg 90vcaps

$35.99

Thyro Support is designed to support an underactive thyroid, sometimes referred to as subclinical hypothyroidism. Hypothyroidism is a medical condition in which there is insufficient thyroid hormone production. Subclinical hypothyroidism, while less severe, still has detrimental effects which can include fatigue, weight gain, cardiovascular problems, oversensitivity to cold, dry skin, brittle nails, constipation, overall weakness […]

Fungicure Anti-Fungal Liquid 30mL

$11.66

Stops Fungus Plus Related Discomforts Specially formulated to act promptly to help eliminate fungus infections of the finger and toe areas including on skin and nails where normally accessible with the convenient Fungicure applicator brush. Recommended use or purpose: For the cure of ringworm (tinea corporis) on skin and nails. For relief of itching, scaling, […]

Salbutamol EasyHaler Inhaler – 100mcg/200 Doses

$22.49

Quick-relief medication for treating asthma and other respiratory conditions User-friendly instructions – suitable for both adults and children Starts working within minutes for fast relief of breathlessness & tightness in the chest Accurate dosage – consistent doses every time provides peace of mind

Benylin Mucus & Phlegm Extra Strength Plus Cold Relief 180mL

$14.21

Fast, effective relief of: mucus & phlegm, chest congestion, sore throat pain, plus dry cough, nasal congestion and aches & pains. Dosage: Adults (12 years and over): 2 tbsp. (30mL) every 6 hours. Maximum 8tbsp. (120mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Keep out of reach of children. This […]

Motusol 2.32% Diclofenac Gel Max – 30g

$8.28

What is Motusol Max? Motusol Max 2.32% is a topical pain relief gel containing the active ingredient diclofenac, a type of medicine called a non-steroidal anti-inflammatory drug (NSAID). This gel is designed to relieve mild to moderate pain caused by acute sprains, strains and contusions (bruises) following blunt trauma.   How to use Motusol Max […]