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”

Your email address will not be published. Required fields are marked *

More Products

Latex Finger Cots 24

$4.38

Natural latex rubber provides a comfortable fit and sensitive touch.Strong and durable. Ideal for: Keeping wounds clean – wear to protect bandages from dirt and water. Inserting suppositories. Apply medication to open wounds. And many other hygiene uses. Directions for use:1. Place finger to be covered in the center of finger cot with roll facing […]

Piriton Syrup – 150ml

$7.04

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

Belladonna Plaster Small 2 Pack – 12.5cm x 9.5cm

$7.15

Belladonna Plaster Small 2 Pack- 12.5 cm x 9.5cm
Clinically proven treatment for muscular aches and pains
Only plaster of its type that is licensed for this kind of treatment.

Replens Vaginal Moisturizer and Lubricant 35mL 14 Applications

$16.80

Vaginal Moisturizer and Lubricant  Fast Acting  Supplements the body’s natural lubrication Long Lasting Up to 30 Days 1 Reusable Applicators 14 Applications for up to 42 days #1 Pharmacist Recommended  Fast-Acting Long Lasting Relief From Vaginal Dryness  Vaginal dryness can be a serious problem for women of menopausal age and beyond, new mothers, cancer/chemotherapy patients […]

Gillette Venus Tropical 4 Disposable Razors

$11.68

Experience skin that feels extra smooth for longer.

5 diamond-like coated blades, perfectly balanced, glide over your skin.

Suitable for sensitive skin.

DUREX Sensi-Thin Extra Lubricated Condoms, Ultra-Thin Premium Quality Latex Condoms for Enhanced Sensitivity and Comfort, Large Fit with 56mm Nominal Width, 36 Count

$14.45$16.05

ULTRA-THIN DESIGN: Durex Sensi-Thin condoms are 20% thinner than standard Durex condoms for heightened sensitivity and a more natural feel. LARGE COMFORTABLE FIT: Durex Condoms are designed with an easy- on shape, 56mm nominal width, and reservoir tip for a secure, relaxed fit. EXTRA LUBRICATION: Sensi-Thin condoms are pre-lubricated with premium silicone lubricant to reduce […]