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 Tablets 500 – Allergy Relief”

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

More Products

BACH CHERRY PLUM 20ml

$14.46

BACH CHERRY PLUM 20ml Description A flower essence remedy for those struggling with irrational thoughts or fear of losing control Helps restore calmness, mental clarity, and emotional balance Supports self-control and a composed response in stressful situations Advice to use Add 2 drops in water and sip at intervals throughout the day or as directed […]

Emergen-C Effervescent Powder 30 Packets

$14.97

1000mg Vitamin CSuper Orange Immunity – Supports your immune system to help you feel your best.Metabolism – B vitamins to help the body’s ability to metabolize nutrients.Electrolytes – Contains key electrolytes lost through perspiration. Directions (Adults): Take 1 packet 1 time per day. Place contents of packet in glass, add 120-180mL of water and stir. […]

Sandrena Gel

$24.33

Hormone replacement therapy
Used once daily 
For more information, please refer to the patient information leaflet

Lip Smacker Lippy Pal Lip Balm Unicorn

$4.00

Every member of the Lippy Pal Collection keeps your lips moisturized all day with authentic tasting flavors from Lip Smacker®. Unique packaging designs feature the adorable character in each lip balm, making it near impossible to resist a smile on your face when you apply it. Collect them all to keep your lips moisturized and […]

NATURAL FACTORS VITAMIN K 120mcg AND D 1000IU 120sg

$20.78

Feature summary Vitamin K & D features vitamin K2 as menaquinone-7 (MK-7), an advanced, fat-soluble form of vitamin K that serves multiple functions in the body. The K family consists of a trio of vitamins: K1 (phylloquinone), found naturally-occurring in leafy green vegetables and plant oils; K2 (menaquinone) which is present in butter, cows liver, […]

GENUINE HEALTH FERMENTED ORGANIC VEGAN PROTEIN+ CHOCOLATE 600g

$47.76

All plant-based, no bloat! Get more from your protein. Only fermented organic vegan proteins+ gives you a more digestible protein with a balanced amino acid profile – and gut health benefits! Made with a custom blend of 7 high protein vegan ingredients – organic spirulina, organic mung bean, organic yellow pea kernel, organic pumpkin, organic flaxseed, organic […]