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

Floradix Liquid Iron – 500ml

$24.73

Buy Floradix Liquid Iron  Floradix Liquid Iron is a supplement that increases iron absorption, helping to reduce tiredness.  It is formulated with vitamins B2, B6, B12, and C, which help reduce tiredness and fatigue and maintain a normal energy-yielding metabolism. The supplement also helps form red blood cells and haemoglobin.  The liquid is easy to […]

Advil Pediatric Drops for Infants 24mL Fruit

$10.59

Advil Pediatric Drops relieve fevers for up to 8 hours and works fast, so your baby can rest peacefully. They come with a SURE-DOSEâ„¢ oral syringe for precise and easy dosing. For ages 3 months to 3 years. TEMPORARILY REDUCES FEVER AND RELIEVES MINOR ACHES AND PAIN DUE TO: immunization earache colds sore throat Directions: […]

Evorel Sequi Patches

$41.91

Hormone replacement therapy (HRT)
Contains oestrogen and progestogen 
For more information, please read the patient information leaflet

Vitalux Advanced Chewable Ocular Multivitamin Areds2 Formula 50 Chewable Tablets

$18.98

Helps delay progression of Age-related Macular Degeneration.Helps maintain healthy vision.No beta-carotene. Vitalux Advanced caplets are an eye vitamin/mineral supplement that helps delay the progression of Age-related Macular Degeneration (AMD) and helps maintain healthy vision. Direction: Adults: Chew 2 tablets per day with a meal containing oil/fat or as directed by a health care practitioner. Take a […]

HOMEOCAN TRAUMACARE DROPS 30ml

$10.00

There is nothing more freeing than finding a relief for a continuous ache. Traumacare Drops is the ideal combination of natural ingredients, effective in providing: faster inflammation regulation pain relief an accelerated healing process. This product is formulated to relieve: muscle and joint pain inflammation bruising associated with injuries such as sprains and contusions. Medicinal ingredients:– Aconitum napellus […]