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

HONIBE HONEY LOZENGES LEMON 10loz

$5.59

HONIBE HONEY LOZENGES LEMON 10 loz Description Naturally soothing lozenges made from real New Zealand manuka honey and Canadian honey. Enhanced with lemon essence and soothing plant extracts to ease throat discomfort and cough. Gluten-free, non-GMO, and free from artificial colours and flavours—gentle on the throat. Suggested Use Dissolve one lozenge slowly in the mouth as […]

CarePoint Pen Needles 29g 12mm – Pack of 100

$7.02

What are CarePoint Pen Needles? CarePoint Pen Needles are a universal fit for all insulin pen delivery devices including Novo Nordisk, Owen Mumford, AstraZeneca and Sanofi. These needles have been expertly designed for easy injection and are available in a variety of sizes including 4mm, 5mm, 6mm, 8mm and 12mm.    How to use these […]

Schick Hydro 5 Sense Razor with 2 Cartridges

$12.04

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Oral-B Vitality PRO Gift Set Spider Man

$26.75

Please note that the character of this toothbrush may vary. Buy Oral-B Vitality Pro Kids Electric Toothbrush – Spiderman The Oral-B Vitality Pro Kids Electric Toothbrush – Spiderman is a powerful electric toothbrush that makes oral care an exciting adventure for your little ones.  Designed with the exciting Spider-Man theme, your child’s imagination will soar […]

IDEAL PROTEIN ROTINI PASTA – 1 BOX

$25.53

IDEAL PROTEIN ROTINI PASTA – 1 BOX Wholesome, Comforting. Please your palate. No need to give up pasta with this guilt-free alternative. Ingredients  Pea protein isolate, wheat protein isolate, modified wheat starch, inulin, dried egg yolks, sodium phosphate, lactic acid, sulfites. Warnings   If you are allergic to any ingredients, discontinue use.  Disclaimer  Please note that […]

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