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

Pirinase Allergy Nasal Spray – 120 Sprays

$17.30

Buy Pirinase Allergy Nasal Spray- 120 Sprays  Pirinase Allergy Nasal Spray prevents and relieves symptoms of airborne allergens such as pollen, pet hair, dust mite and mould spores. The nasal spray can relieve symptoms such as sneezing, blocked noses, and itchy or watery eyes for up to 24 hours.   How Pirinase Allergy Nasal Spray […]

ProScan Non-Contact Infrared Thermometer

$34.34$38.36

3 in 1 Thermometer: Body, Room, Liquids and surfaces Non-contact infrared probe Professional AccuracyFaster and more precise than an ear thermometer Non-Contact up to 1- 2” (3 cm – 5 cm) distance from forehead. This means a greatly reduced risk of contagion, without the need for probe covers. Back-lit screen with color-coded fever alert: green […]

PASCOE NEURAPAS BALANCE 60tabs

$35.80

Although stress is a natural part of life, it can be a major problem if it is prolonged or severe. In our frantic society, stress affects people of all ages, gender, and circumstances. Stress can lead to both physical and psychological health issues. Pascoe is here to help with Neurapas Balance: for a healthy, balanced […]

Eucerin Calming Cream For Dry & Itchy Skin 200g

$14.24

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

Softsoap Coconut Butter Scrub Exfoliating Body Wash 591ml

$8.03

Add a moment of joy to your day with Softsoap® Exfoliating Body Wash, Coconut Butter Scrub. Made with real coconut seed butter, this body wash is designed to gently exfoliate and help remove dry and dull skin. Gentle enough to be used every day, this paraben free body wash is also pH balanced for your […]