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 “Benylin 4 Flu – 24 Tablets”

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

More Products

NEW ROOTS TAURINE 500mg 90caps

$11.85

NEW ROOTS TAURINE 500mg 90caps Taurine is an aminosulfonic acid which acts as a pH buffer in the heart, skeletal muscles, and central nervous system. Taurine is found in large concentrations within the brain, retinas, and heart, and as a structural compound in specialized blood cells called platelets, which are responsible for clotting. The most […]

BOIRON COLOCYNTHIS 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 […]

CANPREV D3 & K2 240sg

$42.59

CANPREV D3 & K2 240sg Tropical vacations are something we might manage once a year, but what about the other 50 weeks? Vitamin D3 (cholecalciferol), is known as the “sunshine vitamin” because it is easily synthesized by the body when the sun’s UVB rays strike the skin. Vitamin D helps with the absorption of calcium […]

Alpecin C1 Caffeine Shampoo – 250ml – 3 Pack

$27.71

Buy Alpecin C1 Caffeine Shampoo – 3 Pack Alpecin C1 Caffeine Shampoo – 3 Pack is the perfect solution to help fight hair loss and thinning. Designed with cutting edge research and formulated by hair care experts, this product is ideal for battling hair worries with its ability to stimulate healthy growth. The unique caffeine […]

Treathay Fexofenadine 120mg – 30 Tablets

$6.51

‘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’ […]

NEW ROOTS WORMWOOD 270mg 100vcaps

$12.78

Wormwood exhibits bitter, carminative, and anthelmintic properties. It is primarily used to expel parasites.   Wormwood is a woody perennial native to Europe, southern Siberia, Kashmir, and the Mediterranean. This is a strikingly large, soft, and mellow plant for the medicinal landscape. Wormwood exhibits bitter, carminative, and anthelmintic properties. Traditionally, wormwood has been used in […]