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

GARDEN OF LIFE ALL IN ONE NUTRITIONAL SHAKE CHOCOLATE 1017g

$52.50

Raw Organic All-In-One is a delicious organic snack-on-the-go packed with incredible nutrition to support your busy lifestyle! This nutritional shake uniquely combines the goodness of multiple Garden of Life products in one, basically fitting the benefits of seven products in its one container! Raw Organic All-In-One delivers 20g of clean protein per scoop from 13 […]

HERBION SUG FREE LEMON COUGH LOZ 5loz

$3.28

Soothe sore throats, coughs and clear nasal passages with each natural honey lemon lozenge. Herbion Sugar-Free Cough Lozenges are made with a combination of medicinal herbs’ extracts that help relieve cough, sore throat and nasal congestion. Herbion’s candy-like sugar-free cough lozenges are available in a variety of good-tasting natural flavours. Formulated with popular herbal ingredients […]

NATURAL FACTORS PYCNOGENOL 100mg 30vcaps

$45.21

NATURAL FACTORS PYCNOGENOL 100mg 30vcaps Description Potent antioxidant that supports skin elasticity, vascular health, and tissue integrity Helps reduce inflammation and relieve symptoms of perimenopause and osteoarthritis Sourced from pesticide-free French maritime pine bark and extracted via a chemical-free process Advice to use Adults: Take 1 capsule daily, preferably with meals, or as directed by […]

Polysporin Triple 3 Antibiotics Ointment

$10.59

Prevents infection of minor wounds such as cuts, scrapes, burns, blisters, nicks and scratches. Directions:1. CLEAN: Clean affected area.2. TREAT: Apply Polysporin Heal-Fast Formula to the area 1-3 times daily.3. COVER: Apply a bandage. Cautions: For external use only. Avoid contact with eyes. If this occurs, rinse thoroughly with water. Do not use over large […]

Fixodent Extra Hold Denture Adhesive Powder 77g

$7.67

Strong, Long Hold Powder for Easy Application and Airtight Seal Directions:Clean dentures. Wet dentures. Apply powder in thin layer as shown. Shake off all loose powder. Insert dentures and hold briefly in place. Important:Do not use more product than 1/4 teaspoon. Shake off excess. If powder comes off denture in your mouth you are using too […]

BOTANICA PERFECT PROTEIN CHOCOLATE 420g

$35.36

Botanica Perfect Protein is a plant protein blend packed with naturally occurring vitamins, minerals, antioxidants, healthy fats and fibre. All in light chocolate taste so it’s easy to digest. Crafted in small batches with just a few simple organic ingredients. DIRECTIONS  Add a scoop to your favourite ice-cold, alternative milk beverage or make Perfect Protein […]