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

Tadalafil for Erectile Dysfunction

$7.15

Erectile dysfunction (ED) & impotence treatment
Generic alternative of Cialis
Helps you get and maintain an erection
Always read the patient information leaflet before use.

Nexium Control For Heartburn And Acid Reflux 20mg – 7 Tablets

$8.91

What are Nexium Control Capsules? Nexium Control Capsules are an effective treatment for heartburn and acid reflux. The capsules contain 20mg of the active ingredient esomeprazole magnesium trihydrate which works by reducing the amount of acid produced in the stomach. The medicine can be used by adults for the short term treatment of reflux symptoms. […]

AOR – Menopause Relief 60 Capsules 30-Day Supply – Pre and Post Menopause Supplement for Women – Irritability, Hot Flashes and Night Sweats Relief Supplement – Menopause Support…

$25.17

Complete Menopause Support: Our menopause supplements for women are designed to provide comprehensive relief throughout every stage – from pre-menopause to post-menopause. Addressing common symptoms like hot flashes and night sweats, our formula offers holistic support for a smoother transition. Balanced Estrogen Support: Hormonal balance is key during menopause. Our estrogen supplement for women offers […]

WHOLE EARTH and SEA GREENS BAR 75g

$3.35

WHOLE EARTH and SEA GREENS BAR 75 g Description Nutritious snack bar combining whole grains, seeds, and nutrient-rich marine greens for a wholesome energy boost. Offers a balance of fiber, protein, and healthy fats in a convenient on‑the‑go format. Naturally flavored and lightly sweetened — ideal for daytime snacking or pre/post-workout fuel. Suggested Use Enjoy one […]

Iglü Sugar-Free Mouth Pain Relief – 24 Pastilles

$8.51

Buy Iglu Sugar-Free Mouth Pain Relief – 24 Pastilles  Iglu Sugar-Free Mouth Pain Relief – 24 Pastilles are designed to ease discomfort and provide a soothing relief when it comes to mouth ulcers and sore gums.    How Iglu Sugar-Free Mouth Pain Relief – 24 Pastilles works Iglu Sugar-Free Mouth Pain Relief – 24 pastilles […]

Floradix Iron And Vitamin Tablets – 84 Tablets

$15.27

What are Floradix Tablets? Floradix Tablets are daily iron and vitamin supplements which help to reduce tiredness and fatigue. They can be taken by anyone from the age of 3 and over, making them the perfect iron supplement for the whole family. These tablets are free from gluten, wheat, dairy, and lactose, and are vegetarian-friendly. […]