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

HistaHive 180mg – 30 Tablets x 3

$41.47

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

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ

$5.11

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ  Ideal Protein’s rich and foamy favorite! It’s a perfect on-the-go beverage because it can be served hot or cold. You’ll never have to wait in line again to get your decadent Cappuccino fix. Ingredients  Water, Milk protein isolate, Cream, Inulin, Coffee, Sea salt, Natural and artificial flavours, Cellulose, Cellulose gum, […]

PRAIRIE NATURALS ORGANIC HEMP PROTEIN DARK ORGANIC CHOCOLATE 400g

$26.25

Made with pure, organic & raw, Canadian-grown Hemp Seeds Naturally occurring proteins, carbohydrates, fibre, Omega fats Complete protein source with all essential amino acids Reduces inflammation Promotes resilient skin Supports flexible joints Enhances immunity Strengthens hearts Tested gluten-free Non-GMO Prairie Naturals HempProtein is more than a protein powder. It’s a more balanced way of living […]

IDEAL PROTEIN CHOCOLATE MINT FLAVOURED PROTEIN BARS – 1 BOX

$25.53

IDEAL PROTEIN CHOCOLATE MINT FLAVOURED PROTEIN BARS – 1 BOX Minty, Rich. a mint-eresting, protein-packed delight to satisfy your sweet tooth and stay on track. Ingredients  Protein blend (soy protein isolate, whey protein isolate, milk protein concentrate, acid casein, milk protein isolate, calcium caseinate), glycerin, invert sugar, maltitol syrup, hydrolyzed gelatin (beef), palm kernel oil, […]

Option+ Multivitamins and Minerals age 50+ 100 Tablets

$12.39

Helps in the development and maintenance of bones and teeth; Helps maintain immune function; Helps maintain eyesight; Helps to maintain the body’s ability to metabolize nutrients. Directions for use: Adults: Take 1 tablet daily with food or as directed by a healthcare practitioner. Take a few hours before or after taking other medications or natural […]

BOIRON RHUS TOXICODENDRON 9ch

$7.30

RHUS TOXICODENDRON 9ch 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. Ingredients: Each tube contains 4g (approximately 80 pellets) Non-Medicinal ingredients: Sucrose and lactose How to use: Adults, children and infants: […]