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 “Chlorphenamine 4mg – 84 Tablets”

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

More Products

Aveeno Active Naturals Positively Radiant Toner 200mL

$12.78

Positively Radiant Toner, with moisture rich soy extract, helps to improve skin tone. It gently refreshes skin without leaving it feeling tight or dry.

BOIRON PHOSPHOROUS 200CH 80pellets

$7.30

BOIRON PHOSPHOROUS 200CH 80pellets 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 […]

SISU FOLIC ACID 1mg 90caps

$8.03

SISU FOLIC ACID 1mg 90caps Description Supports red blood cell production and helps maintain good health Reduces the risk of neural tube defects when taken before and during early pregnancy Helps manage homocysteine levels, supporting cardiovascular health and reducing disease risks Advice to use Adults: Take 1 capsule daily or as directed by a health […]

Almus Child Multivitamins & Minerals Strawberry Flavour – 30 Gummies

$5.40

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

Dove Men+Care Body + Face Wash 400mL

$6.57

Developed specifically for men’s skin.

Micro Moisture
Activates on skin, clinically proven to fight skin dryness.
With a cooling agent
Easy to rinse
A fresh, clean feeling
Dermatologist Recommended Brand

NEW ROOTS PAU D’ARCO TAHEEBO 500mg 100cap

$13.51

Pau d’arco is an herb known by many names. The reason for this is simple: it was a deeply prized herb known by many of the indigenous tribes of South America. They were well aware of pau d’arco’s numerous health benefits and used for health problems. Pau d’arco tea or tincture concoctions have had beneficial […]