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

Nature’s Bounty Saw Palmetto 450mg 100 Capsules

$9.47

Saw Palmetto is a leading herb for men’s health, especially in later years. Used in herbal medicine to help relieve urologic symptoms of BPH. Features: Helps to Relieve Urologic Symptoms associated with mild to moderate benign prostatic hyperplasia Adult Dosage (Oral): For adult males, take three (3) capsules daily, with food to minimize gastric disturbances. Medicinal […]

Fexofenadine Tablets

$11.97

Relieves hay fever & allergy symptoms
Non-drowsy antihistamine tablets
Generic alternative to Telfast
Always read the patient information leaflet before use

Calpol Sugar Free Infant Suspension Strawberry – 200ml

$9.62

Contains 200ml of Calpol Infant Suspension
Strawberry flavoured and sugar free
Helps to relieve headaches and symptoms of cold and flu
Read patient information leaflet here

PLATINUM NATURALS VITAMIN D3 1000 IU 180sg

$9.47

Vitamin D3 is essential for a healthy immune system, cardiovascular health, bone health and many other systems in the body. Getting enough vitamin D is a challenge in northern climates. Platinum Naturals’ Vitamin D3 provides you with the recommended daily dose of 1,000 IUs in coconut oil for easy absorption. Stronger Bones Supports cardiovascular health […]

NATURE’S WAY COUGH & COLD RECOVERY DROPS 30ml

$24.11

Nature’s Way Cough & Cold Recovery is made from a proprietary extract of Pelargonium sidoides (African Geranium) root. It is clinically proven, in more than 25 scientific studies,to relieve symptoms associated with the common cold. Nature’s Way Cough & Cold Recovery is non-drowsy and is suitable for children. Refer to the product label for dosing, […]

NATURAL FACTORS CLENZDIDA 90 vcaps

$21.91

NATURAL FACTORS CLENZDIDA 90 vcaps Description • A comprehensive botanical and nutrient-based formula designed to support intestinal and digestive balance• Commonly used in programs aimed at maintaining healthy gut flora• Contains a blend of plant extracts, enzymes, and supportive nutrients• Traditionally used to support gastrointestinal cleansing and microbial balance Advice to Use • Use only […]