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

Metamucil Fibre Original Coarse with Real Sugar 504g

$23.01

Metamucil Original Coarse Powder made with real sugar is a great way to add fibre to your day and is the only leading fibre supplement brand containing psyllium fibre for multi-health benefits 3 in 1 Multi-Health Fibre! Helps lower cholesterol levels to promote heart health. Helps to temporarily suppress appetite when taken prior to a […]

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 BOX

$25.53

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 BOX Nutty, Rich. Sweet & salty. This protein bar packs a punch with the delicious taste of peanut butter. Ingredients  Protein blend (soy protein isolate, whey protein concentrate, milk protein concentrate, milk protein isolate, reduced mineral whey powder), invert sugar syrup, peanuts, glycerin, inulin, peanut butter, maltitol […]

GENUINE HEALTH ADVANCED GUT HEALTH PROBIOTIC WOMEN’S DAILY 30vcaps

$39.09

Help your microbiome flourish with a probiotic made just for women. Specially formulated to support vaginal and immune health The same balanced multi-strain formula and targeted delivery as our original probiotic – now crafted to support the unique needs of a woman’s gut, skin, vaginal and immune health.  15 Balanced StrainsCrafted with 15 strains in a […]

Benadryl Allergy Relief – 24 Capsules – 6 Pack

$65.56

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

Metamucil Fibre Orange Flavour 75% Less Sugar

$31.04

3 in 1 Multihealth Fibre! Helps to temporarily suppress appetite when taken prior to a meal.Helps lower cholesterol levels to promote heart health.Promotes digestive health Directions: Put powder into empty glass and mix with 240mL of water or other cool liquid. Stir briskly and drink promptly. Do not interrupt medication. Helps to temporarily suppress appetite […]