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

Children’s Advil Dye Free Bubble Gum Flavour 100mL

$10.59

Children’s Advil provides up to 8 hours of relief of children’s fever, and also relieves pain due to colds or flu, sore throat, immunization, and earache. Directions: If possible, use weight to dose; otherwise use age. Shake well and ensure that all the contents of the dosage cup are taken. Doses may be repeated every 6-8 […]

Nutricia Fortisip Compact Chocolate – 4 x 125ml

$15.27

What is Nutricia Fortisip Compact? Nutricia Fortisip Compact is a nutritional drink that can help those who struggle with malnutrition or weight gain to get the nutrition their body needs to be healthy. Each bottle is just 125ml, making it easier to consume for those who struggle to drink larger amounts of fluid. Nutricia Fortisip […]

Compeed Medium Blister – 5 Plasters

$8.10

What are Compeed Medium Blister Plasters?  Compeed Medium Blister Plasters provide instant pain relief from those troublesome blisters. Whilst forming a protective cushion, the plaster absorbs excess moisture and provides optimum healing conditions for foot blisters. Each plaster contains deep cushioning to relieve pressure and prevent painful rubbing, and ultra adhesive and tapered edges to […]

Wegovy Bundles – Weekly Weight Loss Injection Bundles

$277.22

2-pack bundles available in multiple strengths
Save on consultations and get two pens delivered at once
15-17% weight loss in clinical trials
Improves heart health with a 20% reduction in major cardiovascular events
Save money on long-term treatment

LAVERA MEN CALMING AFTER SHAVE BALM 50ml

$12.41

The skin-care formula of the After Shave Balm combines the functions of an aftershave and a moisturiser. It provides freshness and a cool feeling while at the same time preventing irritations. The two main ingredients, organic aloe vera and organic bamboo, restore moisture to the skin. Bisabolol and organic liquorice extracts, together with green tea […]

AOR ORTHO CORE 823mg 180caps

$57.61

AOR ORTHO CORE 823mg 180caps AOR Ortho Core is an advanced, balanced, and comprehensive multi-vitamin/mineral supplement. Ortho Core contains a broad spectrum of vitamins, minerals, antioxidants and other factors for the maintenance of good health and to help the body metabolize carbohydrates, fats and proteins. Learn more about AOR Supplements by reading the AOR brand review. Benefits: Simply […]