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

Calgon Lavender & Honey Bath Fizzies 8x60g

$7.30

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

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 BOX

$25.53

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 BOX Nutty, Rich. Sweet & salty. This protein bar packs a punch with the delicious taste of peanut butter. Ingredients  Protein blend (soy protein isolate, whey protein concentrate, milk protein concentrate, milk protein isolate, reduced mineral whey powder), invert sugar syrup, peanuts, glycerin, inulin, peanut butter, maltitol […]

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

Aveeno Active Naturals Anti-Itch Lotion 118mL

$12.41

Provides temporary relief of the itching and pain associated with many minor skin irritations such as poison ivy/oak/sumac, insect bites, allergic itches, and chicken pox rash. It contains calamine to dry up weepy rashes. Directions: Adults and children 2 years of age and older: apply to affected area not more than 3 to 4 times […]

NATURAL FACTORS WOMEN’S 12 BILLION PROBIOTIC 120vcap

$56.62

NATURAL FACTORS WOMEN’S 12 BILLION PROBIOTIC 120vcap Description Daily probiotic with 10 gastric‑acid‑resistant strains targeting gut, vaginal, and urinary health. Contains 300 mg CranRich® cranberry concentrate to help prevent recurrent urinary tract infections (UTIs). Gluten‑free, non‑GMO, vegetarian, and free from artificial preservatives and sweeteners.  Advice to use Adults: Take 1 capsule twice daily with meals, or as […]

Gaviscon Original Liquid Aniseed – 150ml

$6.51

What is Gaviscon Original Aniseed? Gaviscon Original Aniseed is a liquid heartburn relief medicine that is used to treat the symptoms of acid reflux including indigestion and acid regurgitation, which can occur after following meals or during pregnancy. Gaviscon Original Aniseed belongs to a group of medicines called reflux suppressants. Reflux suppressants work by forming […]