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

Stamiz 10mg Tablets – 4 Tablets (Tadalafil – Generic Cialis)

$14.86

Erectile dysfunction (ED) & impotence treatment
Cheaper generic alternative tadalafil available 
Helps you get and maintain an erection 
Always read the patient information leaflet before use

Chloraseptic Sore Throat Lozenges Cherry Flavour 15 Lozenges

$5.47

Use to temporarily relieve pain of sore throat and coughs. Helps ease/relieve nasal congestion, makes nasal passages feel clearer. Directions: Adults and children 6 years of age and over: Take 1 lozenge every 2 hours as needed. Allow lozenges to dissolve slowly in the mouth. Children under 6 years of age: consult a doctor. Caution: […]

Nourkrin Woman For Hair Growth 3 Month Supply – 180 Tablets

$129.81

Buy Nourkrin Woman For Hair Growth Nourkrin Woman For Hair Growth is your companion for stronger, healthier and more vibrant hair. They are a safe, drug-free solution for women to promote hair growth. The tablets are backed by extensive clinical research with a track record in promoting hair growth and reducing hair loss in women. […]

Beconase Hayfever Relief Nasal Spray – 180 Sprays

$13.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’ […]

Regaine for Women Scalp Foam (5%) – 4 Month Supply

$62.06

Contains 2 x 73ml cans of Regaine For Women Scalp Foam, enough for 4 months.
Encourages healthy hair growth in women.
Ideal for women who are suffering from symptoms of hair loss.

NATURAL FACTORS CURCUMIN RICH DOUBLE STRENGTH THERACURMIN 60mg 120vcaps

$72.56

Theracurmin represents a major scientific breakthrough in curcumin pharmacology, with both animal and human studies showing no side effects and significantly better results than other curcumin preparations. The first step in manufacturing Theracurmin is solubilizing it within a vegetable gum known as gum ghatti. The next step is grinding the curcumin mixture using a wet-grinding […]