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

PROVITA THREONATE MAGNESIUM 90vcaps

$39.38

Magnesium Threonate Helps to maintain electrolyte balance. Magnesium (Mg) is a very important mineral with a multitude of roles in the human body including the brain. As an important electrolyte, magnesium plays an essential role in nerve transmission and neuromuscular conduction. It also assures the electrolyte balance in the brain (1, 6). Magnesium Threonate is […]

KT TAPE BLISTER PRENVENTION BEIGE 20 Pack

$7.67

KT Performance+® Blister Prevention Tape, in beige is expertly engineered to forestall blisters, chafing, and hot spots. Crafted from a premium synthetic non-woven fabric, it provides durability, flexibility, and breathability. The robust adhesive ensures the tape stays in place, while its extreme thinness minimizes friction. The tape adheres to the skin even in the presence […]

Difflam Orange & Honey – 20 Lozenges 3mg

$8.82

Buy Difflam Orange & Honey Lozenges Difflam Orange & Honey Lozenges treat pain and irritation of the mouth and throat.   How Difflam Orange & Honey Lozenges work Difflam Orange & Honey Lozenges contain benzydamine hydrochloride, a local anti-inflammatory agent. It belongs to a group of medicines called non-steroidal anti-inflammatory drugs (NSAIDs). It helps to […]

CANPREV COLLAGEN FULL SPECTRUM PEPTIPLUS 250g

$37.49

CANPREV COLLAGEN FULL SPECTRUM PEPTIPLUS 250g CanPrev’s Collagen Full Spectrum features hydrolyzed Peptiplus® Bioactive Collagen PeptidesTM, a premium source of peptides designed to build up the body’s collagen stores in your joints, hair, skin, bones, ligaments and muscles. Derived from grass fed, pasture raised cows, free of antibiotics, hormones, and GMO ingredients – so you […]

Lip Smacker Cotton Candy Lip Balm

$2.18

Lip Smacker Originals Lip Balm will moisturize and soften lips with the Best Flavor Forever lip balm. Conditioning formulas provide long-lasting moisture and a soft shine.  Moisturizing, Soothing, Soft Shine!

Accu-Chek Guide Wireless Blood Glucose Meter and Lancing Device

$37.26

Unique SmartPackSpill-resistant test strip container No coding required Bright, backlit meter display with full text Test strip slot light for testing day or night Test strip ejector for sanitary disposal Small sample size with a wide, yellow blood application area. Contains: Accu-Chek Guide meter with batteries Accu-Chek Softclix lancing device Accu-Chek Softclix lancets Carry Case […]