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

AOR MULTI BASICS 3 180caps

$60.27

AOR MULTI BASICS 3 180caps Multi Basics 3 includes all recognized essential vitamins as part of a multivitamin/mineral complex for the maintenance of good health. Multi Basics 3 also helps normal growth and development. Benefits: Includes all recognized essential nutrients in superior forms Uses properly balanced ratios Reflects biological needs and avoids harmful excesses Contains […]

NATURAL FACTORS NEM 500mg 30vcaps

$20.78

NATURAL FACTORS NEM 500mg 30vcaps Description • Provides Natural Eggshell Membrane (NEM), a clinically studied ingredient derived from eggshell membrane• Naturally contains collagen, elastin, hyaluronic acid, and glycosaminoglycans• Commonly used to support joint comfort, flexibility, and mobility• Helps support connective tissue health as part of an active lifestyle• Single-ingredient, targeted formula delivering 500 mg per […]

IDEAL PROTEIN ORANGE CREAMSICLE FLAVOURED BAR – 1 BOX

$25.53

IDEAL PROTEIN ORANGE CREAMSICLE FLAVOURED BAR – 1 BOX Oh SO Dreamy! A timeless treat with a pop of orange and sweet vanilla. Classic taste with a collagen boost (3g Collagen/bar) Ingredients  Protein blend (soy protein isolate, acid casein, milk protein concentrate, milk protein isolate, whey protein isolate), vegetable oil (palm kernel, palm, sunflower, corn), […]

Vagisil Regular Strength Anti-Itch Creme 30g

$6.57

Works on contact to relieve everyday itch.Last relief with Odour Control TechnologySkin soothing formula infused with Vitamins A, D, E & Aloe Vagisil medication has been formulated to give fast, temporary relief from the discomforts of minor itching and burning of the external vaginal area. With Aloe plus A, D & E. Indications: For the […]

DayQuil Complete Cold & Flu Liquid 236mL

$13.51

All in One Effective 12 Symptom Relief: Nasal congestion & pain, Fever, Sore Throat Pain, Thins & Loosens Mucus, Cough due to cold.Additional Symptom Relief of: Sinus Congestion & Pain, Relieves cough with phlegm, Minor Aches & Pains, Headache, Chest Congestion. Directions for use: Use tablespoon (tbsp) or dose cup. Adults (12 years and over): […]

Jamieson Zinc 50mg 100 Tablets

$13.88

Helps to maintain immune function Directions: Adults: Take 1 tablet daily with a meal. Take a few hours before or after taking other medications.Store between 15°C and 25°C, away from children. Each softgel contains:Elemental Zinc (Gluconate) – 50mg Also contains: Cellulose, modified cellulose gum, dicalcium phosphate, vegetable magnesium stearate. Warning: Zinc supplementation can cause a copper deficiency. […]