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

Vagifem Tablets – 10mcg

$47.32

Vaginal Tablet
Used to relieve menopausal symptoms in the vagina such as dryness or irritation.
Always read the patient information leaflet before use.

MEGAFOOD BABY & ME 2 120tabs

$98.64

MEGAFOOD BABY & ME 2 120TABS Description Prenatal vitamin formulated to support the health of mother and baby Contains essential nutrients for fetal development and maternal wellness Suitable during pregnancy and breastfeeding Advice to use Take 2 tablets daily or as directed by your healthcare practitioner. Ingredients Folate (from methylfolate), vitamin B12 (methylcobalamin), iron, vitamin […]

Dove Men + Care Extra Fresh Body & Face Bar Soap 2 Bars

$5.11

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

Polysporin Antibiotic Cream Kids 15g

$10.58

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

Option+ Nicotine Transdermal Patch Step 2 – 7 Clear Patches

$21.91

Stop Smoking Aid 14mg nicotine delivered over 24 hours Should be used as part of a complete stop smoking program. The effectiveness of this product is directly related to your motivation to stop smoking. Consult your pharmacist or physician regarding the availability of smoking cessation programs in your area.Do not use if you are a […]