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

NATURAL FACTORS CURCUMIN RICH DOUBLE STRENGTH THERACURMIN 60mg 120vcaps

$72.56

Theracurmin represents a major scientific breakthrough in curcumin pharmacology, with both animal and human studies showing no side effects and significantly better results than other curcumin preparations. The first step in manufacturing Theracurmin is solubilizing it within a vegetable gum known as gum ghatti. The next step is grinding the curcumin mixture using a wet-grinding […]

Drixoral No Drip Original Unscented 15mL

$7.66

Starts to work in minutes.Won’t drip from nose or down throat.Temporarily relieves nasal congestion and sinus pressure due to a cold, hay fever or other upper respiratory allergies. Starts acting in minutes to help clear nasal passages and provides fast, 12 hour long-lasting relief of blocked or stuffy nose. Directions: Shake well before use. Before […]

Iris + Arlo 100% Organic Cotton Applicator Tampons 14 tampons

$9.50

Iris + Arlo 100% Organic Cotton Applicator Tampons 14 tampons Description Made with 100% certified organic cotton and free from fragrance, dioxins, BPA, and pesticides Smooth cardboard applicator ensures easy and comfortable insertion Biodegradable and recyclable materials support an eco-conscious menstrual routine Advice to use Select the absorbency level that matches your flow (Regular: 6–9g, […]

Option+ Extra Strength Acetaminophen 500mg 80 Gelcaps

$11.31

Rapidly relieves: Headache, Fever, Minor Pain. Directions: Adults and children 12 years and over: take 1 gelcap every 4 to 6 hours; if pain or fever does not respond to 1 gelcap, take 2 gelcaps at next dose; do not take more than 8 gelcaps in 24 hours; do not take more than directed (see liver warnings); not […]

Microlet Coloured Lancets 100

$7.29

100 Silicone-Coated Lancets Simple, Smooth TestingUse with Microlet branded lancing devices. Do not reuse. Loosen the round protective cap on a lancet by rotating the cap 1/4 turn, but do not remove the cap.Insert the lancet firmly into the lancing device until the lancet comes to a complete stop.Twist off the round protective lancet cap. […]

BACH ROCK ROSE 20ml

$14.46

BACH ROCK ROSE 20ml Description Supports courage and calm in situations of intense fear or panic Promotes fearlessness and emotional strength during emergencies Used in RESCUE Remedy and offers approximately 400 uses per bottle Advice to use Single remedy use: Add two drops to water and sip at intervals, or add to a 30ml mixing […]