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

Option+ Vitamin C Timed Release 1000mg 120 Caplets

$12.41

Indications: Helps in the development and maintenance of bones, cartilage, teeth and gums. Helps in wound healing and in connective tissue formation. Helps support immune function. Dosage: Adults: 1-2 caplets daily or as recommended by a physician. Medicinal Ingredients: Each caplet contains:Vitamin C (ascorbic acid) – 1000mg Non-Medicinal Ingredients (in descending order): Carbohydrate gum, microcrystalline cellulose, hydroxypropylcellulose, stearic acid, […]

DOCTOR’S CHOICE DMSO GEL 113g

$37.89

Helps to reduce pain associated with Reflex Sympathetic dystrophy (RSD). Used in Herbal Medicine to help relieve minor burns including sunburn. Assists healing of minor wounds such as cuts and burns, and minor skin irritations. Helps temporarily reduce pain of large joints such as post traumatic soft tissue injuries, acute bursitis, strains and sprains Alleviates […]

Spectro Sensitive Skin Care Cleanser for Blemish-Prone Skin 500ml

$15.34

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

Nurofen Pain Relief 200mg Capsules – 16 Pack

$3.47

What are Nurofen Caplets? Nurofen 200mg Caplets provides rapid relief from a variety of everyday aches and pains, as well as reducing inflammation and swelling. What kinds of aches and pains can Nurofen 200mg help with? Nurofen can ease lots of different types of pain including: Headaches and migraine pain. Dental pain and neuralgia. Period. […]

Hibiwash Antimicrobial Skin Cleanser – 250ml (Was Hibiscrub)

$10.80

Buy Hibiwash Antimicrobial Skin Cleanser Hibiwash is a fast-acting antimicrobial cleanser that bonds to and cares for skin while killing bacteria. This product has been dermatologically tested and is without colour or fragrance, meaning that it’s gentle on the skin, even when used daily. The cleanser gives you a protective layer that continues to kill […]

BOIRON LYCOPODIUM CLAVATUM 200ch

$7.30

BOIRON LYCOPODIUM CLAVATUM 200ch Homeopathic relief that is targeted to your symptoms. The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children. Natural health product For the whole Family Quick dissolving pellets Each tube contains 4 g (approximately 80 pellets) Ingredient: […]