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

Ban Roll-On Antiperspirant Deodorant 100mL

$5.11

Invisible Protection Start your day by gliding on Ban Roll-On Antiperspirants and be confident that you’ll stay protected from underarm odor and wetness for 24 hours. With odor-fighting ingredients and Kihada extract, the formula eliminates odor caused by bacteria breaking down sweat on your skin’s surface, plus helps to significantly reduce perspiration, so you’ll feel […]

Histallay Fexofenadine 120mg – 30 Tablets – 3 Packs

$34.07

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

Sytron Elixir (Sugar Free) – 500ml

$35.15

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

Pampers Complete Clean Wipes 72 wipes

$4.38

0% Phenoxyethanol, paraben, perfume & alcohol Specifically designed with your baby’s delicate skin needs in mind Soft and strong To clean up all the messes quickly Great for bottom, hands, and face Completely cleans, from top to bottom What’s in our Wipes? At Pampers, we care about your baby’s health above all else. That’s why […]

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

ST FRANCIS HERB FARM Chastetree (60 Capsules) Organic Herbs, Vegan, Vegetarian, Made in Canada (1 Container) Hormone Normalizer and Menstrual Cycle Stabilizer

$22.64

HORMONE NORMALIZER: Helps stabilize menstrual cycle irregularities. For relief of premenstrual symptoms (PMS). Helps relieve symptoms associated with menopause such as hot flashes ORGANIC HERBS: Vegan, Vegetarian. Made from pure and potent ingredients in Canada’s largest GMP regulated, dedicated herbal plant medicine facility. MADE IN CANADA: Made in our Ontario-based GMP regulated facility. LICENSED BY […]