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 – 336 Tablets”

Your email address will not be published. Required fields are marked *

More Products

JACKSON’S NATURALS MINERAL SALT #1 CALCIUM FLUORIDE 500pellets

$21.92

JACKSON’S NATURALS MINERAL SALT #1 CALCIUM FLUORIDE – 500 pellets Description High-purity calcium fluoride mineral salt pellets for supporting healthy bones, teeth, and connective tissues. Free from artificial fillers or additives—delivers naturally sourced fluoride in a convenient pellet form. Ideal for users looking to maintain mineral balance or complement dietary intake. Advice to use Take 1–2 pellets daily with food […]

Alpecin C1 Caffeine Shampoo – 250ml

$9.45

Buy Alpecin C1 Caffeine Shampoo  Alpecin C1 Caffeine Shampoo is the perfect solution to help fight hair loss and thinning. Designed with cutting edge research and formulated by hair care experts, this product is ideal for battling hair worries with its ability to stimulate healthy growth. The unique caffeine formula of the shampoo targets the […]

Arm & Hammer Advance Unscented Antiperspirant 73g

$4.73

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

TIGER BALM RED STRONG 18gm

$12.32

TIGER BALM RED STRONG 18gm Tiger Balm Red is a warm comforting remedy that is most effective for relieving muscular aches and pains. But is it also versatile enough to relieve insect bites, itchiness and headaches. Just rub the Tiger Balm Red ointment onto your skin, and its pain relieving properties will work quickly to […]

Gaviscon Advance Chewable Mint – 24 Tablets

$10.64

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

Metamucil Fibre Orange Flavour

$18.25

3 in 1 Multihealth Fibre! Helps to temporarily suppress appetite when taken prior to a meal.Helps lower cholesterol levels to promote heart health.Promotes digestive health Directions: Put powder into empty glass and mix with 240mL of water or other cool liquid. Stir briskly and drink promptly. Do not interrupt medication. Helps to temporarily suppress appetite […]