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 “Piriton Allergy – 60 Tablets”

Your email address will not be published. Required fields are marked *

More Products

Jamieson ProVitamina Moisture-Rich Nourishing Cream 120mL

$13.49

All skin types. Provitamina Moisture-Rich Nourishing Cream is formulated with an intense level of antioxidant vitamin E. It helps to promote skin elasticity and suppleness, and provides long-lasting hydration and radiant-looking skin. Provitamina by Jamieson is a hydrating skincare line containing the purest form of vitamin E. Created to help uncover your natural beauty by delivering […]

NATURE’S WAY CALCIUM & MAGNESIUM CITRATE 2:1 /w VIT K2 & COLLAGEN BLUEBERRY 500ml

$20.89$24.57

NATURE’S WAY CALCIUM & MAGNESIUM CITRATE 2:1 WITH VITAMIN K2 & COLLAGEN – BLUEBERRY 500ml Nature’s Way Calcium & Magnesium is formulated in a 2:1 Calcium to Magnesium ratio in a great tasting blueberry liquid formula. It helps in the maintenance of bones and teeth. It also contains bone-friendly ingredients Collagen, Manganese, Boron, Vitamin K2 […]

Option+ Therapeutic Bath Oil 480mL

$6.92

For dry, sensitive skin

Also for shower

Active Ingredients: 3% liquid lanolin, 91.7% mineral oil
Other Ingredients: Atlas emulsifiers, fragrance, D&C Green No. 6

BOIRON RHUS TOXICODENDRON 200CH 80pellets

$7.30

BOIRON RHUS TOXICODENDRON 200CH 80pellets Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different […]

BOIRON CALENDULA OFFICINALIS 30ch

$7.30

BOIRON CALENDULA OFFICINALIS 30ch 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. Ingredients: Each tube contains 4g (approximately 80 pellets) Non-medicinal ingredients: Sucrose and lactose How to use: Adults, children and […]

Jamieson Zinc 50mg 100 Tablets

$13.85

Helps to maintain immune function Directions: Adults: Take 1 tablet daily with a meal. Take a few hours before or after taking other medications.Store between 15°C and 25°C, away from children. Each softgel contains:Elemental Zinc (Gluconate) – 50mg Also contains: Cellulose, modified cellulose gum, dicalcium phosphate, vegetable magnesium stearate. Warning: Zinc supplementation can cause a copper deficiency. […]