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 6”

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

More Products

Option+ Probiotics 30 Billion CFU Extra Strength 30 Vegetarian Capsules

$21.96

For complete Intestinal and Digestive Health8 unique strains to promote digestive balanceDelayed Release Capsules for Targeted Delivery Dosage: Take 1 capsule daily with meal or as directed by a health care practitioner. Take at least 2-3 hours before or after antibiotics. Medicinal Ingredients: Each capsule contains:Probiotic Blend: 30.00 billion CFULactobacillus rhamnosus (A119) – 12.00 billion CFUBifidobacterium […]

NATURAL FACTORS ZYMACTIVE DOUBLE STRENGTH 90caps

$37.19

Natural Factors Double Strength Zymactive is a systemic enzyme formula with more than four times the potency of other proteolytic enzyme supplements. The unique combination of proteolytic enzymes breaks down proteins that cause inflammation and pain. The tablets are enteric coated to protect the enzymes from stomach acid during digestion     Aids in proper digestion […]

FlexiSEQ Max Strength for Osteoarthritis – 50g

$24.07

Buy FlexiSEQ Max Strength for Osteoarthritis FlexiSEQ Max Strength for Osteoarthritis is designed to help ease painful and stiff joints caused by arthritis. It improves joint function, making movement easier and less painful. This product is ideal for those who suffer from arthritis or osteoarthritis.   How FlexiSEQ Max Strength for Osteoarthritis works FlexiSEQ Gel […]

Dove Care Between Washes Volume Dry Shampoo 142g

$8.38

Refreshes hair between washes, instantly removing oil, while adding volume and fullness. Instantly refreshes and cleans by absorbing excess oil Lightweight formula nourishes without weighing hair down Builds body and bounce in just a few sprays Perfect for fine hair prone to feeling a little flat Convenient way to revive hair between washes Spritz on […]

DayQuil Cold & Flu 236mL

$12.03

Multi-Symptom ReliefPain Reliever; Fever Reducer; Dry Cough Suppressant; Nasal Decongestant. Directions for use: Adult use only: Use tablespoon (tbsp) or dose cup. Adults (12 years and over): 2 tbsp (30mL). Children under 12 years: Do not use. Repeat every 4 hours. Do not exceed 6 doses per day or as directed by a doctor.  Warnings: […]

NEW ROOTS FEMINA FLORA 10 BILLION 10vaginal ovules (F)

$30.68

Femina Flora delivers 10 billion probiotic cells per ovule, which temporarily modify vaginal flora to create a favourable environment for the growth of a healthy vaginal flora.   Femina Flora is a 10-day intravaginal treatment formulated with four specific probiotics. These lactic acid–producing probiotics temporarily modify vaginal flora. A healthy vaginal flora creates a more […]