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

Benylin Children’s Night Coughs – 125ml – (6 Years +)

$6.75

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

Option+ Extra Strength Sinus Medication Nighttime Relief 20 Caplets

$8.02

Uses: Relieves: headache; sinus pain and pressure; nasal congestion; sneezing; runny nose. Directions: Adults and children 12 years and older: take 1 caplet every 4 to 6 hours; if no relief, take 2 caplets at next dose; do not take more than 8 caplets in 24 hours; do not take more than directed; not a […]

TROJAN Classic Lubricated Latex Condoms, 30 Count, Smooth Design With Special Reservoir End for Extra Safety, Silky Smooth Lubricant for Extra Comfort

$11.68

OUR CLASSIC LUBRICATED CONDOM FROM CANADA’S #1 CONDOM BRAND PROVEN & TRUSTED: TROJAN Classic Lubricated latex condoms are our classic condoms that you can count on SPECIAL RESERVOIR TIP: These condoms for men offer EXTRA PROTECTION PREMIUM QUALITY LOW-ODOUR LATEX: Ensure reliability and reduce the risk of pregnancy and STIs TRUSTED & RELIABLE: TROJAN condoms […]

NATURAL FACTORS WELLBETX BERBERINE 500mg 60vcaps

$17.42

NATURAL FACTORS WELLBETX BERBERINE 500mg 60vcaps Blood glucose (sugar) management is a key part of maintaining a healthy body, yet millions of Canadians struggle with ailments related to poorly controlled blood sugar and insulin levels. The unique ways in which WellBetX Berberine acts on the body makes it a useful natural option for improving blood […]

IDEAL PROTEIN VANILLA SMOOTHIE MIX – 1 BOX

$25.53

IDEAL PROTEIN VANILLA SMOOTHIE MIX – 1 BOX Sweet, Smooth. Anything but basic. This vanilla go-to provides a rich blend with a light, yet tantalizing flavor. Ingredients  Milk protein concentrate, whey protein isolate, inulin, contains 2 percent or less of natural and artificial flavors, sea salt, xanthan gum, sucralose, sunflower lecithin, silicon dioxide. Allergen: Milk […]