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

REPAGYN 10 x 2g

$26.30

Formulated with hyaluronic acid, RepaGyn® is a hormone free option to help relieve vaginal dryness and help promote healing of vaginal tissue. Medicinal ingredients: Each 2 g vaginal ovule contains 5 mg of Sodium Hyaluronate.    Non-medicinal ingredients: Aloe vera, Centella asiatica, Calendula officinalis, Tea tree essential oil, Semi-synthetic glycerides, Butylated hydroxytoluene (BHT)    Recommended use: Helps […]

Colgate Peroxyl Mouth Sore Rinse 237mL

$8.03

Cleanses & Promotes Healing of:Oral sores, Irritations, Mouth Burns. Antiseptic oral rinse for cleansing of canker sores, minor wounds, minor gum inflammation and/or mouth burns resulting from minor dental procedures, dentures, orthodontic appliances, accidental injury, cheek bites and/or toothbrush abrasions. Warnings: Do not swallow. Keep this and all drugs out of reach of children. In […]

Claritin Allergy Rapid Dissolve Mint Flavour 10 Tablets

$11.31

Fast Relief from indoor and outdoor allergy symptoms: Itchy, watery, red, burning eyes; Sneezing, runny nose; Itchy nose; Skin itch, hives.Claritin is a fast and long-lasting antihistamine that is clinically proven to provide effective relief from allergy symptoms caused by pollen, trees, grass, ragweed, dust, pets, and moulds without causing drowsiness, so you can stay […]

WHOLE EARTH AND SEA VITAMIN D3 1000IU VEGAN BIOENHANCED 90vcaps

$13.80

WHOLE EARTH & SEA VITAMIN D₃ 1,000 IU – 90 Vcaps Description Vegan-friendly vitamin D₃ derived from lichen, delivering 1,000 IU per convenient capsule. Supports bone strength, immune system resilience, and overall well-being—especially in low-sunlight areas. Bioenhanced formulation with added vitamin Kâ‚‚ for improved calcium absorption and vascular health. Advice to use Adults: Take 1 vcapsule daily with food […]

Benylin Dry Cough Night Syrup – 150ml

$9.72

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

Helixia Cough Prospan Syrup 100mL

$9.13

Relieves coughLoosens mucus & phlegm Shake well before use.Do not exceed the recommended daily dose. Dosage: Adults and adolescents 12 years & older: Take 5mL (1tsp.) 3 times daily for at least 1 week.Consult a healthcare professional for use beyond 4 weeks.Keep out of reach of children. Warnings: Do not use if you are allergic to ivy, […]