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

Regaine For Men Extra Strength Scalp Foam – 73ml

$47.32

Contains 1 x 73ml can of Regaine For Men Extra Strength Scalp Foam, enough to last for a month.
Helps to prevent hair loss and promote hair regrowth.
Two quick and easy applications a day.

NORDIC NATURALS OMEGA 3 LEMON 237ml

$32.81

In lemon-flavoured liquid, Nordic Naturals Omega 3 Liquid is a fresh, pure, and great tasting source of omega-3 fatty acids EPA and DHA. Each serving surpasses the international expert-recommended intake of 500 mg EPA+DHA. Benefits: A non-concentrated formula with all of its constituents present in a wholesome natural balance The perfect formula providing the expert-recommended […]

OMEGA NUTRITION PUMPKIN SEED PROTEIN 600g

$30.08

Our single ingredient, Plant-Based Protein Powder is a powerhouse in nutrition. Made from just pumpkin seeds, this easy-to-use powder offers 60% of plant-based protein by weight. Our premium quality, nutrient-rich protein powder, is easy to digest and can be used to make more than just protein shakes. This Plant–Based Protein Powder provides health-minded consumers with […]

NATRACARE ORGANIC COTTON PADS NIGHT 10pcs

$8.03

NATRACARE ORGANIC COTTON PADS NIGHT 10pcs Description Thick and extra-long design offers confident overnight protection for heavy flow. Made without plastics, fragrances, synthetic materials, chemical additives, or dyes. Composed of 100% organic cotton and biodegradable, totally chlorine-free absorbent core. Advice to use Use during your menstrual cycle, especially overnight or for heavy flow. Dispose of […]

Option+ Calcium Citrate 300mg 120 Tablets

$9.49

Helps in the development and maintenance of bones and teeth. As part of a healthy diet (when taken with Vitamin D), may help prevent bone loss/osteoporosis. Dosage: Adults: 2-5 tablets daily with meals, a few hours before or after taking other medications or natural health products, or as recommended by a physician. Medicinal Ingredients: Each […]

Bausch & Lomb Muro 128 Ointment 3.5g

$16.80

For temporary relief of corneal edema. Directions: Instill ointment in affected eye(s) one or more times a day, or as directed by a physician.  Medicinal Ingredient: Sodium Chloride 5% (w/v). Non-Medicinal Ingredients: Lanolin, mineral oil, white petrolatum, purified water. Warnings: Do not use this product except under the advice and supervision of a physician. If you experience eye pain, […]