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

Novofine Pen Needles 30g 8mm (x100)

$21.62

What are NovoFine Pen Needles?  NovoFine Pen Needles are thin needles designed for less pain and to fit most pen injector devices. These needles are 8mm in length and, with SuperFlowâ„¢ technology, are designed to enhance flow rates and reduce dosage force. How to use these needles Start by thoroughly washing and drying your hands. Take […]

Viagra Connect 50mg (8 Tablets) – No Prescription Needed

$55.43

Viagra Connect is the first over-the-counter erectile dysfunction treatment.
Order it now, no prescription needed.
Effective for around 74% users at treating erectile dysfunction.
From £5.12 per tablet.

Biotene Fluoride Toothpaste Fresh Mint – 100ml

$5.26

Buy Biotene Fluoride Toothpaste  Biotene Fluoride Toothpaste is the perfect toothpaste for anyone who is experiencing dry mouth.  The toothpaste is specially formulated to help minimise irritation and protect your teeth. It contains fluoride to help strengthen your teeth and protect you against cavities.  With a delightful fresh mint flavour, the toothpaste freshens your breath. […]

Buy Triferexx 150 | Gentle & High-Strength Iron Supplement Trusted in Canada

$19.99

Shop Triferexx 150 for a powerful yet gentle iron supplement (150 mg per capsule). Trusted in Canada for over 20 years, it supports healthy iron levels without stomach upset or unnecessary additives. Available in easy-to-use 30 or 100 capsule bottles, order today.

Salonpas Pain Relieving Jet Spray 118mL

$14.24

Salonpas JET SPRAY provides cool, fast relief of muscle and joint pain. The convenient spray offers two pain fighting ingredients to freeze pain and keep it away. This pain relieving spray, with its non-drip formula, works on joints such as arms, hands, legs, and feet. Directions:• Adults and children 2 years of age and older• […]

Abidec Multivitamin Drops – 25ml – 3 Pack

$29.33

What are Abidec Multivitamin Drops? Abidec Multivitamin Drops are a vitamin supplement that contains seven different vitamins to help your child gain all the vitamins they need in their diet to support their development. The drops are easy to administer and have been specially formulated to help to maintain healthy growth. This pack contains a […]