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 x 3”

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

More Products

HOMEOCAN No 2 CALCAREA PHOSPHORICA 6X 500tabs

$10.96

HOMEOCAN No 2 CALCAREA PHOSPHORICA 6X 500tabs Biochemical Mineral Salts of Dr. Schüssler Calcarea Phosphorica is mostly used in cases of pathologies occurring during growth spurts in children, to consolidate fractures, and during convalescence from debilitating diseases such as infectious mononucleosis. Adjuvants to homeopathy, Dr. Schüssler Biochemical Mineral Salts are a set of 12 mineral salts […]

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

TheiCal-D3 1000MG/880 IU Chewable – 30 Tablets

$8.91

Do you need TheiCal-D3 chewable tablets as a vitamin D & calcium supplement? Chemist4U has a wide range of supplements available with speedy delivery

Visine for Allergy 3 Symptom Relief 15mL

$6.92

Visine for Allergy 3 Symptom Relief provides soothing relief for  itchy, watery eyes caused by allergies to pollen, dust, ragweed and other allergens, while it also improves redness. Helps clear away eye mucous build-up associated with both allergies and colds. Directions: Remove contact lenses before using. Adults & children 6 years and over: Put 1 or […]

VEGIDAY RAW ORGANIC PLANT-BASED PROTEIN CHOCOLATE 1110g

$56.12

VegiDay Raw Organic Plant-Based Protein is a 100% vegan decadent chocolate protein powder featuring pea, rice, pumpkin, chia, quinoa, spirulina, and chlorella. Packed with phytonutrients, this non-GMO, soy- and gluten-free formula provides 20 g of protein per serving, and can be easily added to shakes and blender drinks. Raw and certified organic 20 g of […]