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 – 168 Tablets”

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

More Products

NATURAL FACTORS UBIQUINOL QH ACTIVE COQ10 100mg 60sg

$36.46

Description: Provides antioxidant support for cardiovascular health and protection against free radical damage. Promotes sustained, natural energy by supporting mitochondrial function and ATP production. Supports mental acuity and vital organ function, contributing to overall well-being.  Advice for Use: Take 1 softgel 1–3 times per day, preferably with meals, or as directed by a healthcare professional. […]

Embecta Alcohol Swabs 100

$3.65

(formerly BD alcohol swabs) Single use onlyIsopropyl alcohol 70% by volumeIndividually Foil WrappedConvenient to Use Use: For skin cleaning prior to injection. Directions: Rub skin briskly in a circular motion from injection site outward.  Caution: External use only. In the event of skin irritation or rash, discontinue use. Avoid contact with eyes; if contacted, flush […]

Nestle Gerber Oat Cereal 227g

$6.20

Healthcare experts recommend baby’s first foods be iron-rich – like iron-fortified oat cereal. Our Oat Cereal has a taste, aroma and texture your baby will love – irresistibly delicious spoon after spoon. Made with specially adapted milk to meet your baby’s nutritional and developmental needs – all you have to do is add water! And […]

Inecto Naturals Coconut Shampoo

$5.84

MMM Moisture Shampoo

Great Smell

Vegan

Cruelty-Free

Organic Oil

Made in the UK

Recyclable

PLATINUM NATURALS ACTIV-X MEN 120sg

$70.87

Elite athlete, weekend warrior, or just on the go? Whether you train for competition or enjoy playing hard and achieving more, you need every advantage to push your body and mind to new limits. activ-X for men is scientifically developed for performance. You’ll feel the increased energy as you train harder, maximize endurance, and experience […]