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 “Piriton Allergy – 60 Tablets”

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

More Products

WOMENSENSE SAGE LEAF PERSPIRATION CONTROL 120 VCAPS

$25.57

WOMENSENSE SAGE LEAF PERSPIRATION CONTROL 120 VCAPS Description Formulated with Sage Leaf extract, traditionally used to help reduce excessive perspiration and hot flashes associated with menopause. Supports hormonal balance, temperature regulation, and overall comfort during perimenopause and menopause. Acts as a natural antioxidant and helps maintain a sense of calm and well-being. Advice to Use […]

EMLA Cream 5% – 5 x 5g Cream – with 12 Dressings

$27.03

Emla Surgical Cream 5% – 30g
Used to numb the skin before minor surgical procedures
Can be used before injections and small skin surgeries
Dressings included

Abidec Multivitamin Drops – 25ml – 6 Pack

$57.32

What are Abidec Multivitamin Drops? Abidec Multivitamin Drops are a vitamin supplement that contains seven different vitamins to help your child gain all the vitamins they need in their diet to support their development. The drops are easy to administer and have been specially formulated to help to maintain healthy growth. This pack contains a […]

HOMEOCAN NO.3 CALCAREA SULFURICA 6X 500tabs

$10.96

OVERVIEW No.3 Calcarea Sulfurica, Tissue Salt of Detoxification Biochemical Mineral Salts of Dr. Schüssler Calcarea Sulfurica is recommended in the treatment prolonged suppurations (abscesses, irritating discharge, yellowish pus). It clarifies the lymph and improves the state of the blood. Adjuvants to homeopathy, Dr. Schüssler Biochemical Mineral Salts are a set of 12 mineral salts diluted and […]

Systane Ultra Lubricant Eye Drops 30pck

$15.33

DRUG FACTS Active Ingredients                                                                                                        […]

Cortoderm Hydrocortisone Ointment 15g

$4.01

Indications: For the temporary relief of minor skin irritations, itching, redness and scaling due to eczema, dermatitis, insect bites, poison ivy, poison oak, poison sumac, soaps, detergents, cosmetics, jewelry and for itchy genital and anal areas. Dosage: Appy a small amount to the affected area not more than 3 or 4 times daily. Warnings: Avoid […]