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

BOIRON COFFEE CRUDA 30CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

BOIRON CHELIDONIUM MAJUS 30CH

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

PROVITA ARTEMISININ PRO 30caps

$24.84

Artemisia annua, is known in western herbal medicine as sweet wormwood or Qing Hao. It contains Artemisinin which is the major therapeutic compound, and found in concentrations of 1.5 – 2% in Artemisia annua from cultivars. Ingredients: Each vegetarian capsule contains: Artemisinin 100 mg (from Artemisia annua 50:1 extract QCE* 5,000 mg)   * QCE = Quantity Crude Equivalent     Non-Medicinal […]

BACH HOLLY 20ml

$13.15

BACH HOLLY 20ml Description A flower essence remedy for feelings of jealousy, envy, suspicion, or the desire for revenge Promotes emotional openness, generosity of spirit, and inner harmony Helps transform negative emotions into goodwill, compassion, and trust in others Advice to use Single remedy use: Add 2 drops to water and sip at intervals, or […]

IDEAL PROTEIN LEMON RASPBERRY BAR – 1 PC

$4.56

IDEAL PROTEIN LEMON RASPBERRY BAR – 1 PC Raise the Bar. Take your taste buds on a journey. A burst of fruit with a collagen boost. (3g of collagen/bar) Ingredients  Protein blend (soy protein isolate, acid casein, milk protein concentrate, milk protein isolate, whey protein isolate), vegetable oil (palm kernel, palm, sunflower), glycerin, soluble tapioca […]