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

Option+ Ultra Thin Liners 48 Liners

$5.47

For light bladder leakage

Very light absorbency

Odor and infection control

Salonpas Pain Relieving Jet Spray 118mL

$14.24

Salonpas JET SPRAY provides cool, fast relief of muscle and joint pain. The convenient spray offers two pain fighting ingredients to freeze pain and keep it away. This pain relieving spray, with its non-drip formula, works on joints such as arms, hands, legs, and feet. Directions:• Adults and children 2 years of age and older• […]

Brut Classic Scent After Shave 200ml

$8.76

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

Canesten Antifungal External Cream Refill 15g

$9.11

Relieves the external vaginal symptoms of itching, burning, and irritation associated with vaginal yeast infections. Use only in conjunction with Canesten Vaginal Inserts or Vaginal Creams. Directions: Squeeze a small amount of cream onto your finger and gently spread over the irritated area of the vulva. Use once or twice a day as needed for […]

Neutrogena Ultra Gentle Daily Cleanser 354ml

$13.14

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

Sudafed Head Cold + Sinus 24 Caplets

$10.59

Sinus Pain; Sinus Headache; Sinus Congestion Dosage: Adult Use Only (12 years and older): 1 caplet every 4-6 hours. Do not exceed 4 caplets in 24 hours. Caution: Keep out of reach of children. This package contains enough medicine to seriously harm a child. Do not take more than the recommended dose. Overdose may cause severe […]