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 “Cetirizine 10mg – 90 Tablets”

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

More Products

Wisdom Chlorhexidine Alcohol Free Mouthwash – Original

$2.69

Buy Wisdom Chlorhexidine Alcohol Free Mouthwash  Wisdom Chlorhexidine Alcohol Free Mouthwash is the perfect way to revitalise your oral hygiene routine. It is a mouthwash crafted with a formula that will protect your teeth and gums whilst leaving your breath fresh and clean. The mouthwash is free from alcohol making it gentle on your mouth […]

K-Y® Lubricant – Naturals® Moisture+ Intimate Gel |Water Based Personal Lubricant With Hyaluronic Acid

$10.05

Water-based lube, and non-sticky personal lubricant 100% of ingredients are sourced from natural origins With hyaluronic acid Dermatologically tested and free from artificial fragrances, colourants and parabens Suitable for use with latex and polyisoprene condoms

Pepcid Complete 50 Chewable Tablets Mint Flavour

$24.06

Relieves and prevents heartburn, acid indigestion and upset or sour stomach due to excess stomach acid. DOSAGE: Adults & Children 12 years and over FOR RELIEF OF HEARTBURN OR ACID INDIGESTION: Chew one (1) tablet.  If symptoms return, you may take another tablet. FOR PREVENTION: Chew one (1) tablet 1 hour before a meal. Do not use more […]

Peptac Aniseed Flavour Antacid – 500ml

$9.97

Buy Peptac Aniseed Flavour Antacid – 500ml  Peptac Aniseed Flavour Antacid – 500ml is a treatment used to tackle heartburn and acid reflux. It offers fast and effective relief from acid reflux symptoms, allowing you to get on with life without the interruption of heartburn and indigestion.  The aniseed flavour makes it easy for you […]

NEW ROOTS PEA PAIN RELIEF 600mg 60caps

$39.64

New Roots Pea Pain Relief 600mg 60caps Botanically sourced palmitoylethanolamide (PEA) acts as a comprehensive pain relief for numerous kinds of chronic pains. Each capsule of New Roots Herbal’s PEA Pain Relief delivers the anti-inflammatory action of 600 mg of PEA, micronized to enhance its bioavailability. Palmitoylethanolamide (PEA) is a form of fatty acid known […]

Ketostix Reagent Strips for Ketone Urinalysis – 50 Test Strips

$5.67

What are Ketostix? Ketostix are testing strips which help you to test the levels of ketone in your urine. This can help people who are at risk of Diabetic Ketoacidosis, especially those with type 1 and type 2 diabetes to manage their ketone levels at home.   What is Diabetic Ketoacidosis (DKA)? Diabetic Ketoacidosis, also […]