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”

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

More Products

Live Clean Green Earth Body Wash 500ml

$7.66

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

Chloraseptic Max Sore Throat Lozenges Wild Berries Flavour 15 Lozenges

$5.46

Use to temporarily relieve pain of sore throat and coughs. Helps ease/relieve nasal congestion, makes nasal passages feel clearer. Directions: Adults and children 3 years of age and over: Take 1 lozenge every 2 hours as needed up to 7 lozenges per day. Allow lozenges to dissolve slowly in the mouth. Children under 3 years of age: […]

Contour Next Blood Glucose Test Strips

$40.91

For use with available Contour Next Meters No Coding Important: For in vitro diagnostic use. Before using this product, read the package insert carefully. Store between 0°C – 30°C. Do not use after expiration date.

NATURAL FACTORS N-ACETYL-L-CYSTEINE 600mg 180vcaps

$28.07

NATURAL FACTORS N-ACETYL-L-CYSTEINE 600mg 180vcaps N-Acetyl-L-Cysteine (NAC) from Natural Factors is a free form amino acid required by the body to make glutathione.* Glutathione is a key antioxidant that is involved in many physiological processes, such as possibly helping to fight oxidative stress, maintain a healthy immune system, repair tissues, and support overall health.* It […]

Option+ Sleep Aid Liquid Fastgels 20 Capsules

$6.93

Relieves occasional sleeplessness. Directions: Adults and children 12 years and older: take 1 capsule at bedtime if needed or as directed by a doctor; if you feel drowsy in the morning, consult a doctor or pharmacist as you may require a lower dosage (25mg); do not take more than directed. Warnings: Dosage Warning: occasional use […]