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

BOIRON MERCURIUS SOLUBILIS 30CH

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

Beechams Flu Plus – 16 Caplets

$4.85

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

Listerine Cool Mint Antiseptic Mouthwash 95mL

$2.55

Kills up to 99.9% of germs that cause Plaque, Gingivitis and Bad Breath. Directions: Adults and children 12 years and older: Rinse full strength with 20mL for 30 seconds twice a day. Gargle to relieve sore throats due to colds. Do not swallow. Medicinal Ingredients: Eucalyptol 0.091%, Thymol 0.063%.Non-Medicinal Ingredients: Alcohol, Aroma, Benzoic Acid, Green […]

Olay Regenerist Advance Anti-Aging Moisturizer 50ml

$31.40

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

Calcichew D3 Forte Chewable – 60 Tablets

$9.76

Calcichew D3 Forte Chewable Tablets
Contain both calcium and vitamin D
Can be chewed or sucked

Acriflex Antiseptic Burns Cream – 30g

$5.94

What is Acriflex? Acriflex is a cream which can be used to soothe minor burns, scalds, scratches, sunburn blisters, and other minor skin conditions. It’s perfect for people of all ages, keeping the area clean and helping to prevent infections in broken skin.   What is a burn? Burns happen when your skin gets damaged […]