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

Covonia Original Bronchial Balsam – 150ml

$8.10

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

Jext 300 Solution

$100.35

Intended for emergency treatment of life-threatening allergic reactions
Jext contains adrenaline, a hormone that the body naturally releases in response to stress
Always read the patient information leaflet before use.

NATURAL FACTORS SUNVITAMIN D3 1000IU (25mcg)) 180tabs

$8.74

NATURAL FACTORS SUNVITAMIN D3 1000IU (25mcg)) 180tabs Vitamin D is the sunshine vitamin, which the body creates when skin is exposed to ultraviolet light. It is essential for immune function, calcium absorption, building and maintaining strong bones and teeth, and overall health. Many individuals lack sufficient vitamin D, and vitamin D supplementation is widely recommended […]

Flintstones with Extra C 60 Chewable Tablets

$13.14

Helps in the development of bones and teeth with Vitamin D and Calcium.For kids that are sometimes fussy eaters.  Directions: For children two years and older. Chew one tablet daily with food. Take a few hours before or after taking other medications.  Keep safely out of reach of children. If seal under cap is broken […]

Gaviscon Advance Peppermint Flavoured Suspension – 250ml

$8.64

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

A.VOGEL PMS VITEX SPM FEMININE 50ml

$17.90

A.VOGEL PMS VITEX SPM FEMININE 50 ml Description Herbal tincture formulated with fresh chaste tree (Vitex agnus-castus) extract to support hormonal balance. Traditionally used to ease symptoms associated with premenstrual syndrome (PMS) such as breast tenderness, irritability, and mood fluctuations. Alcohol-based formula ensures quick absorption and easy management. Advice to use Adults and adolescents (12 +): Take 10–15 […]