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 6”

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

More Products

NeoCitran Cold & Sinus Extra Strength Nighttime 10 Single Dose Pouches

$13.15

Indications: For temporary relief of the following cold & flu symptoms: sore throat pain, headache, minor body aches and pain, fever and chills, sinus and nasal congestion, runny nose, sneezing, itchy/watery eyes. Directions: Adults and children 12 years and over: Dissolve the contents of 1 pouch into 225mL (one cup) of boiling water. may be […]

Voltaren Emulgel Extra Strength

$9.86

12 Hours Extra Strength2x stronger for 12 hrs between treatments. Indications: For the relief of aches and pain associated with acute, localized minor muscle or joint injuries such as sprains, strains or sports injuries (e.g. ankle sprain, shoulder strain or back muscle pain). Rest may also be helpful to assist the relief of associated discomfort. […]

Gravol Ginger 20 Tablets

$8.39

Traditional herbal medicine for the prevention and treatment of nausea and vomiting. Indications: For the prevention and treatment of nausea and vomiting associated with motion sickness. Traditionally used in Herbal Medicine to help relieve digestive upset/disturbances including lack of appetite, nausea, digestive spasms, indigestion, dyspepsia and flatulent colic. Directions: Adults and children 6 years and […]

Germolene Antiseptic Cream – 30g

$2.96

What is Germolene Antiseptic Cream? Germolene Antiseptic Cream that can be used to relieve pain and prevent infections on minor cuts, burns and other minor injuries. The lightweight formula is non-greasy and is quickly absorbed. Germolene combines both antiseptic and anaethetic properties to help relieve pain and prevent the injury from becoming infected. Germolene is […]

AOR TAURINE 675mg 270vcaps

$28.22

AOR TAURINE 675mg 270vcaps Description • Provides a high-potency dose of taurine, a conditionally essential amino acid• Supports cardiovascular health and healthy heart function• Helps maintain normal nervous system activity• Supports muscle function and electrolyte balance Advice to Use • Use only as directed on the product label• Can be taken with or without food• […]

KT Tape Starter Pack

$5.11

Get started with the KT Tape Starter Pack 10 total strips of KT Tape (3 Cotton, 3 PRO®, 3 PRO Extreme®, 1 PRO® Wide) Gives you a variety of tape types to explore what is best for your skin type and activity level Original Cotton fabric is breathable and comfortable for up to 3 days of […]