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 x 3”

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

More Products

Buttercup Original Cough Syrup – 200ml

$10.94

What is Buttercup Original Cough Syrup? Buttercup Original Cough Syrup is a traditional herbal remedy for symptoms of colds, sore throats and a variety of cough symptoms. The calming formula is non-drowsy and easy to administer for a quick and simple solution to common cold symptoms. Whether you’re struggling with an annoying tickly cough or […]

Buscopan Cramps – 20 Tablets

$10.29

Looking to buy Buscopan Cramps tablets? Chemist4U has a wide range of Buscopan products all available with fast, discreet delivery.

Polysporin Plus Pain Relief Ear Drops 15mL

$18.26

PRODUCT DESCRIPTION Antibiotic ear drops plus pain reliever for treatment of infections of the external ear, such as swimmer’s ear, and relief of associated earaches. #1 Doctor and Pharmacists Recommended Anti-infective Eye & Ear brand.† Contains lidocaine hydrochloride for fast pain relief. Now available in a new easy-squeeze 15mL bottle. Appropriate for adults and children […]

Listerine Original Antiseptic Mouthwash 1L

$7.67

Listerine Antiseptic Mouthwash contains 3 essential oils to kill up to 99.9% of germs to prevent gingivitis, reduce plaque and freshen breath. Directions: Adults and children 12 years and older: Rinse full strength with 20mL for 30 seconds twice a day. Gargle to relieve sore throats due to colds. Do not swallow. Cautions: Keep out of […]

REALEASY WHEY MEAL REPLACEMENT CHOCOLATE 940g

$55.76

REALEASY WHEY MEAL REPLACEMENT CHOCOLATE 940 g Description High-quality whey protein meal replacement with rich chocolate flavor, designed to support muscle recovery and appetite control. Convenient powder formula delivering balanced macronutrients—proteins, carbs, fats, vitamins, and minerals—in one serving. Ideal for post-workout shakes, meal-on-the-go, or as part of a weight management plan. Advice to use Mix 1 […]

Option+ Soft Silicone Ear Plugs with Case

$5.83

  Recommended for keeping water out of the ear, prevention of swimmer’s ear or for the use with ear tubes Ideal for: swimming, surfing, and bathing  Tacky texture easily molds to fit ear canal, and allows plugs to remain in position Carrying case included for travel, convenience, and storage  Disposable – recommended for single use […]