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

Aspirin Regular Strength 325mg

$4.00

For fast and effective relief of Headaches, Joint & Body Pain, Fever, Pain from Cold & Flu Directions (Adults 18 and older): Dose for pain and fever: 1 or 2 tablets with a glass (250mL) of milk or water every 4-6 hours as necessary up to 12 tablets/day. Do not take more than the recommended […]

Co-Codamol 8/500mg – 32 Tablets

$5.34

Contains 32 x 8/500mg Co-Codamol Tablets
Fast and effective pain relief
Read the patient information leaflet here

Mitchum Men Clinical Soft Solid Anti-Perspirant & Deodorant Unscented 45g

$10.95

Mitchum’s most advanced formula for wetness and odor protection Clinical Performance formula for 48 hour wetness and odor protection Specially formulated to help combat heavy perspiration Contains skin conditioning ingredients Dermatologist tested. Ingredients: Cyclopentasiloxane, Aluminum Zirconium Tetrachlorohydrex Gly, Tribehenin, Dimethicone, Petrolatum, Trisiloxane, C-18-36 Acid Triglyceride, Aloe Barbadensis Leaf Extract, Tocopheryl Acetate, Sodium Starch Octenylsuccinate, Isopropyl Myristate, […]

L’Oréal Paris Hair Expertise Total Repair 5 Shampoo 89mL

$1.82

From daily brushing or styling, hair can become fine, fragile, dull, or rough with split ends. Total Repair 5 helps repair 5 signs of damaged hair. Travel Size.

    SMART SOLUTIONS LOVE PERSONAL LUBRICANT 250ml

    $14.61

    Love Lube is a safe, water-based, latex-friendly lubricant. Love Lube is petroleum and paraben-free, and works quickly to reduce dryness and restore comfort where you need it most. Vaginal dryness can occur at various stages of a woman’s life causing itching, burning and pain. Women may experience more dryness immediately before or after the menstrual […]

    Clairol Natural Instincts Hair Colour

    $9.49

    Semi-Permanent, Ammonia Free Hair Color. Discover your natural way to shine! Made with 80% naturally derived ingredients, the new Clairol Natural Instincts gives you a rush of  color you can feel good about. Get a rush color and a boost of shine for radiant, healthy-looking hair No-drip crème formula is designed to feel more like […]