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+ Acetaminophen Tablets Extra Strength 500mg

$6.93

Easy to swallow. Pain reliever. Fever reducer. Directions: Adults and children 12 years and over: take 1 tablet every 4 to 6 hours; do not crush, chew or dissolve the caplet; if pain does not respond to 1 tablet, take 2 tablets at next dose; do not take more than 8 tablets in 24 hours; do not take more […]

Acnecide Wash 5% w/w Gel – 100g

$19.96

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

Contour Test Strips – Pack of 50

$18.24

What are Contour Test Strips?  Correctly managing your diabetes is essential to maintaining good health, so don’t compromise on your testing strips. Contour Test Strips will provide you with accurate, reliable results that you can trust. Please note, these testing strips are only compatible with the original Contour blood glucose meter. They are NOT suitable […]

Advil Cold & Sinus Plus Caplets

$12.05

Analgesic + Decongestant + AntihistamineEffective relief of: Nasal Congestion; Sinus Pain; Headache; Fever: Runny Nose; Sneezing. Directions: Adults and children over 12 to 65 years: Take 1 or 2 Advil Cold & Sinus Plus caplets every 4 to 6 hours as needed. Do not exceed 6 Advil & Sinus Plus caplets in 24 hours, unless […]

Lemsip Max Cold & Flu Blackcurrant – 10 Sachets

$8.78

Lemsip Max Cold and Flu Blackcurrant Sachets
Provides warming comfort and relief from symptoms of cold and flu
Mixed with hot water to create a soothing hot drink

CeraVe Facial Moisturizing Lotion PM. 89 ml

$18.95

Lightweight, Oil-free night cream.  Night cream with niacinamide Moisturizes throughout the night and helps restore the protective skin barrier. Skin needs moisture around the clock. A night cream with Niacinamide is ideal to soothe skin while you sleep. For maximum hydration and skin-barrier replenishment that helps the skin hold on to moisture, look for ingredients like […]