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

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

More Products

Band-Aid Advanced Healing Blister Cushions 6

$7.67

Advanced Healing – Proven Hospital TechnologyEnhances your body’s natural healing power. Clinically proven to heal blisters faster.Cushioning gel pad relieves pain while protecting the blister.Waterproof, superior adhesive stays in place for multi-day use.Flexible form conforms to skin for greater fit and comfort. Warnings: Diabetics and those with poor circulation or fragile skin should not use […]

Gillette Foamy Sensitive Skin 311g

$4.37

Simple. Honest. Classic. That’s the Gillette Foamy shave. The lightly fragranced for Sensitive Skin lather spreads easily and rinses clean for that Foamy shave men have enjoyed for generations.

Algesal Local Analgesic Cream – 100g

$7.56

Contains 100g tube of Algesal Diethylamine Salicylate Cream.
Helps to relieve minor muscular or rheumatic pain.
Ideal for those who suffer with muscle stiffness, aches, and pains.

Beclometasone Hay Fever Relief Nasal Spray – 180 Dose – 3 Pack

$37.85

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

Bodycology Bath Fizzies Cherry Blossom 8x60g

$7.66

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

HARMONIC ARTS THROAT SPRAY COUGH+COLD 50ml

$16.07

Soothe throat irritation and defend against pathogens with our Throat Spray herbal blend. Soothes throat irritation and hoarseness Relieve symptoms and prevent the progression of cold and flu Featuring anti-inflammatory Calendula, Echinacea, Propolis and Hyssop Our Throat Spray herbal blend is formulated to ease the pain and swelling caused by sore throat. 50/100ml bottles come […]