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

After Bite The Itch Eraser Gel 20g

$6.57

Stop the itch! After Bite make it easy too instantly stop the itch or sting wherever you are … a hike, the beach, or in your backyard. Don’t let the insect bites ruin your family fun! Instant Relief. be ready for Mosquitoes, biting insects, Bees & Wasp, and other insects.  Drug Facts: First aid for […]

Buckley’s Original Mixture Cough & Congestion 200mL

$14.61

Fast relief of: Cough, Congestion, Minor Bronchial Irritation Indications: Effective relief of coughs, congestion due to cold, minor bronchial irritations, laryngitis, hoarseness, croupy cough and minor irritations due to smoking, dust or air pollution. Directions: To be taken every 2-3 hours as required. Adults & Children over 12 years old: 1 to 2 teaspoons (5 to […]

Johnson’s Soothing Vapour Bath 400mL

$8.03

Relax baby with the calming and soothing aromas of JOHNSON’S® Soothing Vapour Bath. Designed to help fussy babies, our vapour bath gently cleanses while providing extra comfort. Pediatrician-tested Our hypoallergenic formula is specially designed to be gentle and never harsh Made with our NO MORE TEARS® formula, so it’s as gentle to the eyes as pure water, […]

CANPREV MENO PREV 120caps

$41.28

Menopause is the next important stage in a woman’s life after the reproductive years. It signals the end of menstruation as the ovaries produce less estrogen and progesterone. These altered hormone levels can bring many unfamiliar and uncomfortable changes, like insomnia, hot flashes, weight gain, fatigue, short-term memory problems, mood swings and reduced sexual desire. […]

Webber Naturals Womens 50 plus

$18.99

Webber Naturals Womens 50 plus Most Complete Multi is a dietary supplement containing essential vitamins, minerals, and antioxidants to support overall health.

Difflam Orange & Honey – 20 Lozenges 3mg

$8.91

Buy Difflam Orange & Honey Lozenges Difflam Orange & Honey Lozenges treat pain and irritation of the mouth and throat.   How Difflam Orange & Honey Lozenges work Difflam Orange & Honey Lozenges contain benzydamine hydrochloride, a local anti-inflammatory agent. It belongs to a group of medicines called non-steroidal anti-inflammatory drugs (NSAIDs). It helps to […]