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

NATURAL FACTORS VITAMIN K2 120caps

$17.11

NATURAL FACTORS VITAMIN K2 120caps Description • Provides vitamin K2, a fat-soluble vitamin involved in calcium metabolism• Supports proper utilization of calcium in the body• Commonly used to support bone and cardiovascular health as part of a balanced diet• Helps maintain normal blood clotting function when used as directed Advice to Use • Use only […]

A.VOGEL ABSOLUT ARNICA GEL 50ml

$14.24

A.VOGEL ABSOLUT ARNICA GEL 50 ml Description Herbal gel formulated with arnica montana to help soothe bruises, muscle soreness, and minor aches. Lightweight, non-greasy texture absorbs quickly to provide targeted relief. Ideal for use after physical activity or during recovery to support comfort and mobility. Advice to use Apply a thin layer to the affected area […]

Band-Aid Sheer Strips Assorted Sizes

$6.19

Stretchable protection to move with your body.Unique Quilt-Aid Pad wicks fluid away from the wound. Hurt free pad wont’ stick to the pad. Not made with natural rubber latex. Sterile unless individual wrapper is opened or damaged. Directions: For use on minor cuts and scrapes. For best results, apply bandage to clean, dry skin. Change […]

Hibiwash Antimicrobial Skin Cleanser – 250ml (Was Hibiscrub)

$10.80

Buy Hibiwash Antimicrobial Skin Cleanser Hibiwash is a fast-acting antimicrobial cleanser that bonds to and cares for skin while killing bacteria. This product has been dermatologically tested and is without colour or fragrance, meaning that it’s gentle on the skin, even when used daily. The cleanser gives you a protective layer that continues to kill […]

Novofine Pen Needles 30g 8mm (x100)

$21.62

What are NovoFine Pen Needles?  NovoFine Pen Needles are thin needles designed for less pain and to fit most pen injector devices. These needles are 8mm in length and, with SuperFlow™ technology, are designed to enhance flow rates and reduce dosage force. How to use these needles Start by thoroughly washing and drying your hands. Take […]

NEW ROOTS ULTRA B COMPLEX 50mg 90caps

$24.57

Advanced flush-free Ultra B Complex features biologically active B-⁠complex vitamins formulated with PABA and choline as complementary nutriens for nervous-system performance.   Ultra B Complex incorporates vitamin C and coenzyme (active form) B vitamins, functional flush-free niacin, and enhanced-absorption choline. Vitamin C and B vitamins support the body’s nervous system to deal more effectively with stress. The B-⁠complex vitamins are named […]