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

NATURAL FACTORS VITAMIN K 120mcg AND D 1000IU 120sg

$20.78

Feature summary Vitamin K & D features vitamin K2 as menaquinone-7 (MK-7), an advanced, fat-soluble form of vitamin K that serves multiple functions in the body. The K family consists of a trio of vitamins: K1 (phylloquinone), found naturally-occurring in leafy green vegetables and plant oils; K2 (menaquinone) which is present in butter, cows liver, […]

Colgate Sensitive Pro-Relief 360 Ultra Soft Toothbrush

$5.84

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

GlucoRx Finepoint Needles 4mm 32g – Pack of 100

$9.45

Buy GlucoRx Finepoint Needles 4mm 32g – Pack of 100 GlucoRx Finepoint Needles 4mm 32g – Pack of 100 are needles that have been designed to provide you with a virtually pain-free experience. The super thin needles are crafted to ensure minimal discomfort during blood glucose testing.  The needles are ideal for penetration. They will […]

Jamieson Healthy Sleep 16 Caplets

$13.87

Natural Sleep AidNon-habit-formingHelps you to fall asleep and stay asleep Directions: Adults: Start with 1 caplet 30-60 minutes before bedtime. If needed, increase to a maximum of 2 caplets 30-60 minutes before bedtime. For optimal results, use for a minimum of 3-4 nights to help restore healthy sleep patterns. Do not drive or use machinery […]

AOR MSM + GLUCOSAMINE 100mg 100vcaps

$27.39

Helps Reduce Joint Pain and Inflammation Maintains healthy joint structure and flexibility Helps repair damaged joints Shellfish-free, vegan formula MSM Glucosamine is specifically designed for reducing pain and swelling, and improving joint function in those suffering from osteoarthritis. MSM, or methylsulfonylmethane, is a naturally occurring form of organic sulfur found in living organisms. In humans, […]

NEW ROOTS TAURINE 500mg 90caps

$11.85

NEW ROOTS TAURINE 500mg 90caps Taurine is an aminosulfonic acid which acts as a pH buffer in the heart, skeletal muscles, and central nervous system. Taurine is found in large concentrations within the brain, retinas, and heart, and as a structural compound in specialized blood cells called platelets, which are responsible for clotting. The most […]