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 x 3”

Your email address will not be published. Required fields are marked *

More Products

Gaviscon Double Action Mint – 12 Chewable Tablets

$5.05

What are Gaviscon Double Action Tablets? Gaviscon Double Action Tablets are a soothing treatment for heartburn, acid reflux, and indigestion. These tablets can be chewed and swallowed without needing a glass of water, so you can take them whenever and wherever you suffer with heartburn. If you’re looking for a treatment for heartburn and indigestion […]

Baxter 0.9% Sodium Chloride Irrigation, USP 500mL

$8.76

NaCI 0.9% Irrigation Isotonic solution for irritation only. Not for Injection. Sterile, nonpyrogenic Per 100 ml: 900 mg Sodium Chloride USP Approx. pH 5.5 Approx. mOsmol/L 308 Administration: As directed by a physician.  Store at 15-25 degrees Celsius. Single Use Container    

BOIRON BRYONIA 200CH

$7.30

BOIRON BRYONIA 200CH Homeopathic relief that is targeted to your symptoms. The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children. Natural health product For the whole Family Quick dissolving pellets Each tube contains 4 g (approximately 80 pellets) Ingredients: Each […]

Elastoplast Sensitive Hypoallergenic Assorted Shapes 40

$6.93

For covering and protection of minor, everyday wounds such as scratches, cuts and grazes.Soft and breathable materialSecure adhesionPainless to removeTested on easily irritated skin and on diabeticsNon-stick woundpad Directions: Clean wound and gently dry skin. Use each strip only once. Apply without stretching. Store in a cool dry place. The packaging of this product contains […]

Benylin Mucus Cough With Decongestant Syrup – 100ml

$7.42

‘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’ […]

Clarityn Allergy Syrup Kids Mixed Berry – 60ml

$7.98

What is Clarityn Allergy Syrup?  Clarityn Allergy Syrup is a mixed berry flavoured medicine suitable for children suffering with hay fever or other allergies. This sugar-free liquid suspension contains the antihistamine loratadine, providing 24-hour relief from sneezing, runny nose, itchy eyes and hives (nettle rash). This medicine is not suitable for children under the age […]