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

Allevia Fexofenadine 120mg – 15 Tablets x 3 Pack

$22.22

What is Allevia?  Are you suffering from hay fever? It’s time to relieve those uncomfortable symptoms with Allevia. This medicine contains the active ingredient fexofenadine, a non-drowsy antihistamine that’s ideal for everyday use. Simply take one a day before your allergies start to relieve sneezing, an itchy, runny or blocked nose, and red, watery eyes. […]

Jamieson Vitamin C 500mg 100 Caplets

$13.87

Antioxidant support. Directions (Adults): Take 1-4 caplets daily. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin C (Ascorbic acid) – 500mgSupporting botanical blend – 3mgDerived from rutin (Dimorphandra mollis, pod), hesperidin (citrus sinensis, fruit), lemon bioflavonoids (citrus limon, rind), acerola cherry (4:1) extract (Malpighia glabra, fruit) equivalent to 2.62mg raw herb, rose hips (rosa canina, fruit). […]

Aspirin 75mg – 28 Dispersible Tablets

$4.00

• Non-steroidal anti-inflammatory drug • Helps to prevent blood cells sticking together • Stops further heart attacks and strokes in patients who have a history of these conditions • This specific aspirin should not be used for pain relief • Active Ingredient: Acetylsalicylic Acid • You will be asked to answer some medical questions before […]

Nivea Body Milk Firming Lotion 473ml

$11.31

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

CANPREV ALPHA LIPOIC ACID 600mg 60vcaps

$25.15

Alpha Lipoic Acid (ALA) is a very important vitamin-like antioxidant that was not discovered until 1988. It is not a true vitamin however because it can actually be made by your body and it is not considered to be a critical element in the human diet. However, many would argue that it is critical as […]

KI KIDS CHESTY ROLL ON 50g

$12.78

KI KIDS CHESTY ROLL ON 50G Description Soothing chest roll-on specially formulated for children Helps ease breathing and provides comfort during colds or congestion Made with natural ingredients to gently support respiratory health Advice to use Apply generously to the chest, neck, and back as needed. Avoid contact with eyes and broken skin. Use only […]