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

Sildenafil Tablets (Generic Viagra)

$5.94

Generic Viagra tablets for erectile dysfunction (ED) and impotence
One tablet a day, when required
From 78.1p per tablet
Helps you get and maintain an erection
Effective for 74% of men at treating ED

Otrivin Baby Care Nasal Cleaning 100mL

$13.15

Keep your baby breathing freely the natural way. This 100% natural sea water solution helps keep your baby’s nasal cavities clear and hydrated. Nozzle designed just for baby Soft spray for baby’s delicate nose Otrivin Natural Sea Water for Babies is a safe and effective way to help keep nasal cavities clear and hydrated, allowing […]

Nurofen Day & Night Cold & Flu 200mg/5mg – 16 Tablets

$7.35

Contains 16 x 200mg/5mg Nurofen Day and Night Cold and Flu tablets.
Helps to combat colds and flu.
Can be used any time, day or night.

Option+ Ginger Anti-Nauseant Tablets 30 Tablets

$6.20

Indications: Helps prevent nausea and vomiting associated with motion sickness, and/or seasickness.  Dosage: Adults 18 years and older, children 6 to 11 years and adolescents 12 to 17 years: Take 1 or 2 tablets 1 to 3 times per day. For anti-nausea use, take up to 4 tablets per day. Take a single dose 30 […]

QUANTUM HEALTH THERAZINC ELDERBERRY RASPBERRY LOZENGES 8loz

$8.95

Quantum Organic TheraZinc Elderberry Lozenges USDA Organic TheraZinc bagged lozenges are made of the highest quality ingredients, including organic elderberry, organic honey, and zinc gluconate. Perfect to boost your immune system when your body needs it most.Ingredients:Supplement: Zinc (as Zinc Gluconate). Other Ingredients: Organic Cane Syrup, Organic Brown Rice Syrup,Organic Elderberry Powder,Natural Raspberry and other […]

Citro-Mag Laxative-Purgative Solution 300mL

$4.74

Laxative: Adults: 1/4 to 1/2 bottle.Purgative and preparation of radiography: Adults: 1 bottle. Children: 12.5kg (27.5lb)- 60mL, 25kg (55lb) – 100mL, 30kg (66lb) – 150mL, 35kg (77lb) – 200mL. Important: Drink a 250mL glass of water each hour for 4 to 6 hours before and 3 hours after taking Citro-Mag. Each 300mL contains: 15g of magnesium […]