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

Option+ Extra Strength Cold Medication Nighttime Relief Chill Burst 24 Caplets

$8.02

Relieves headache, fever, minor aches and pains, dry cough, nasal congestion, runny nose, sneezing so you can rest. Directions: Adults and children 12 years and older: take 1 caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose. Do not take more than 8 caplets in 24 hours. Do not […]

NEWCO RUB EASE 120ml

$18.99

Canada’s most effective and fastest acting pain relief cream! Newco’s Rub Ease targets pain and inflammation from head to toe to ease sprains, strains and muscle aches.  It contains Arnica Extract for bruising as well as Glucosamine Sulphate, Chondroitin Sulphate & Hyaluronic Acid to help regenerate and protect joint tissue.  MSM fortified.   Ingredients:  MSM […]

Children’s Tylenol Cold & Cough Nighttime Soothing Apple 100mL

$9.12

Quickly relieves: Runny Nose; Dry Cough; Fever; Sore Throat Pain; Aches and Pains Dosage: Shake well before use. For accurate dosing, follow instructions carefully. Find the right dose on the chart. If possible, dose by weight, otherwise use age.Remove cap and squeeze dose into dosing cup. The enclosed measuring cup has been specially designed for use with […]

NATURAL FACTORS VITAMIN C 1000mg TIME RELEASE 210tabs

$20.12

NATURAL FACTORS VITAMIN C 1000mg TIME RELEASE 210tabs Natural Factors Vitamin C 1000 mg time release are designed to gradually release their contents over an 8-hour period.* This formulation also contains citrus bioflavonoids which help improve the absorption and therapeutic action of vitamin C, and help protect vitamin C from oxidation in the body.* As […]

PLATINUM NATURALS EASYMULTI STRESS WOMEN 60sg

$41.64

Easymulti® Energy for Women Need a natural boost? Easymulti Energy is the simple solution to your hectic lifestyle.  You need all-day energy to meet the demands of your busy life. Easymulti Energy combines the health benefits of a full-spectrum multivitamin with omega oils and energizing plant adaptogens to help you stay on top of it […]

TIGER BALM WHITE REGULAR 18g

$11.30

TIGER BALM WHITE REGULAR 18g Tiger Balm White is effective for headaches, stuffy nose, stomach flatulence, insect bites, itchiness and muscle and joint aches. Just rub the Tiger Balm White ointment onto your skin, and its pain relieving properties will work quickly to reduce aches, swelling and other discomfort that irritates the body. Tiger Balm […]