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

Benylin Cough & Chest Congestion Regular Strength 100mL

$10.58

Fast relief of: cough with phlegm, chest congestion, plus soothes throat. Dosage: Adults (12 years and over): 2 tsp. (10mL) every 6 hours. Maximum 8tsp. (40mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Do not use with other products containing any of these ingredients or other cough/cold medications. Do not […]

Nexcare Sensitive Skin Adhesive Pads 4

$10.93

Pain-Free removal, yet holds securely.Hypoallergenic adhesive. Directions for Use:1. Clean and dry wound and surrounding skin thoroughly.2. Apply adhesive pad over wound. Do not stretch adhesive pad when applying.3. Firmly smooth adhesive border to skin. Directions for Removal: Gently lift the edge of adhesive pad and slowly peel from the skin in the direction of […]

NFH MITO SAP 90caps

$73.65

NFH MITO SAP 90caps Mito SAP is a synergistic formulation containing key nutraceuticals that have been the focus of scientific research to improve mitochondrial health. Mitochondria, the “powerhouse of the cell,” are crucial organelles for cell survival and death, involved in important functions including oxidative phosphorylation, ATP synthesis, signaling, and proliferation. Mitochondrial dysfunction caused by oxidative […]

Otrivin Medicated Cold & Allergy Relief Mist Spray 30mL

$11.68

Unblocks your nose within minutesLasts for up to 10 hoursSoothes dryness and irritation For long-lasting, temporary relief of nasal and sinus congestion due to colds, allergies and hayfever. Also relieves runny nose. Directions: Adults & children 2 years and older: Blow the nose prior to administering. With head slightly tilted backward, spray 2 times into each […]

Salonpas Pain Relieving Jet Spray 118mL

$14.24

Salonpas JET SPRAY provides cool, fast relief of muscle and joint pain. The convenient spray offers two pain fighting ingredients to freeze pain and keep it away. This pain relieving spray, with its non-drip formula, works on joints such as arms, hands, legs, and feet. Directions:• Adults and children 2 years of age and older• […]

PROVITA NATTOKINASE 2000FU 120caps

$41.20

 Nattokinase (NK) is a potent blood-clot dissolving protein produced by the bacterium Bacillus subtilis during the fermentation of soybeans to produce Natto. Extensively used in Japan, Korea and China to treat cardiovascular disease, it has been recently recognized by Western medicine for its potent fibrinolytic (anti-clotting/antithrombotic) capacity. A blood clot (thrombus) is a gel like […]