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 Tablets 500 – Allergy Relief”

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

More Products

BELL INFLAMMEXX #70 90caps

$32.56

Helps address pain and inflammation at the cellular level by switching off the master pain switch molecule, NF-Kb.* Addresses pain through multiple pathways: Inhibits the Cox2 enzyme, halts production of inflammatory immune molecules, and provides antioxidant protection.* Combines nine natural ingredients to help reduce discomfort – rosemary, turmeric, ginger, resveratrol (from Japanese knotweed), boswellia, holy basil, rutin, Chinese goldthread and Chinese […]

Option+ Extra Strength Flu Relief Daytime 20 Caplets

$8.02

Acetaminophen, Pseudoephedrine Hydrochloride and Dextromethorphan Hydrobromide Tablets USP Relieves Headaches, Fever, Minor Aches and Pains, Dry Cough, Nasal Congestion. Non-Drowsy. Directions: Adults and children 12 years and older: take 1 caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose. Do not take more than 8 caplets in 24 hours. Do not take more […]

Ensure Plus Calories Meal Replacement 6x235mL

$15.67

14g Protein355 Calories26 Vitamins & Minerals Ensure Plus Calories is complete, balanced nutrition. It provides extra calories and protein to help patients gain or maintain a healthy weight. It can be used as a supplement between or with meals, or, in appropriate amounts, as a meal replacement. Nutrition Information  Energy 355Cal / 1486kJ Sodium 250mg […]

DESIGNS FOR HEALTH PUREPALEO PROTEIN POWDER VANILLA 810g

$75.84

DESIGNS FOR HEALTH PUREPALEO PROTEIN POWDER VANILLA PurePaleoâ„¢ Protein is a novel, great-tasting, dairy-free protein powder, yielding 21 g of protein per serving. It contains HydroBEEFâ„¢, a highly concentrated, pure beef protein, produced through an exclusive proprietary process that allows the protein to be hydrolyzed into more peptides, resulting in easier absorption and assimilation. This […]

Paramol (Paracetamol) – 24 Tablets

$14.31

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

MEGAFOOD WOMEN OVER 40 ONE DAILY 90tabs

$86.22

MEGAFOOD WOMEN OVER 40 ONE DAILY 90tabs Description • Provides essential vitamins and minerals to support healthy bones, connective tissue, metabolism, and thyroid function• Includes 4.5 mg of iron, FoodState® B vitamins for energy, and nutrients for immune support and red blood cell formation• Contains a nourishing blend of fruits, vegetables, and herbs including turmeric, […]