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

Otrivin Natural Nasal and Sinus Cleansing Gentle Stream 100mL

$13.85

Sea Water clears congestionAloe soothes dryness A preservative-free, isotonic, natural sea water solution that helps clear congested nasal cavities caused by colds, allergies and upper respiratory infections. It contains 5% natural Aloe Vera extract, which helps to moderate, soothe, and moisturize dryness and irritation. The specially-designed applicator produces a moderate stream with fine microdrops which […]

CANPREV D3 2,500IU 240sg

$20.44

CANPREV D3 2,500IU 240sg We used to spend a lot more time outside, but for the majority of us, the nature of our modern lifestyles keeps us out of the sun. As a result of this, vitamin D deficiency is extremely common – studies show that 1 in 3 Canadians is deficient, and 2 in […]

Always Ultra Thin Feminine Pads with Wings for Women, Size 2, Long Super Absorbency, Unscented, Up to 100% Leak-Free Protection, 20 Count

$24.00

GET UP TO 100% LEAK FREE COMFORT with Always Ultra Thin ABSORBS 3X FASTER (Always Ultra Thin size 2 vs leading size 2 store brand pad) ABSORBS MORE vs previous Always Ultra Thin FEEL CLEAN & DRY with RapidDRY technology that absorbs in seconds LONG LASTING PROTECTION with LeakGUARD technology that locks in leaks

Jamieson Vitamin K2 + D3 120mcg 1000 IU 30 Softgels

$14.58

2-in-1 Immune & Bone Support Jamieson Vitamin K + D3 is great for anyone who suffers from osteoarthritis and supplements with calcium. Vitamin D3 helps your bones absorb calcium immediately and Vitamin K helps keep Calcium minerals in your bones in the long term. Supports a healthy immune system and bone health Helps keep calcium […]

Nexcare Bandages Waterproof 30 Assorted

$5.47

Waterproof bandages

Clear

Superior protection against water, dirt and germs.

Sterility guaranteed unless individual wrapper is opened or damaged.

Arm & Hammer Pro Sensitive Toothpaste 120mL

$4.73

Indications: Arm & Hammer Pro Sensitive helps reduce painful sensitivity to cold, heat, acids, sweets or contact. A decrease in sensitivity should occur  within the first 2 weeks of regular brushing and improve with continued use. Aids in the prevention of dental decay. Directions: Recommended for adults and children 12 years or older. Cover toothbrush. Brush teeth, preferably […]