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

JACKSON’S NATURALS MINERAL SALTS 12 IN 1 500pellets

$21.92

JACKSON’S NATURALS MINERAL SALTS 12‑IN‑1 – 500 pellets Description Comprehensive blend containing 12 essential mineral salts in pellet form, designed to support electrolyte balance, hydration, and overall mineral wellness. Convenient and additive-free—each pellet provides a combination of minerals in a single, easy-to‑take dose. Ideal for those seeking a natural, homeopathic-style mineral supplement to help maintain daily […]

GARDEN OF LIFE DR. FORMULATED ONCE DAILY WOMENS 30caps

$38.92

Once Daily Women’s—a unique formula with a high probiotic count that is doctor-formulated especially for women and their needs.  Dr. Formulated Probiotics Once Daily Women’s is a unique “just one capsule a day” Shelf-stable probiotic designed specifically to support a healthy microbiome and women’s specific health needs. Dr. Formulated Probiotics Once Daily Women’s 50 Billion […]

Medihoney Derma Barrier Cream – 50g

$11.35

What is Medihoney Derma Barrier Cream? Medihoney Barrier Cream is enriched with honey, which promotes antibacterial properties and helps protect the skin’s barrier and retain essential hydration. This soothing cream contains no added colours or fragrances, so it’s suitable for delicate, sensitive skin. Whether you’re looking for a barrier cream to protect your skin against […]

IDEAL PROTEIN BLUEBERRY PANCAKE MIX – 1 BOX

$25.53

IDEAL PROTEIN BLUEBERRY PANCAKE MIX – 1 BOX Fluffy, Rich. How sweet it is. Made with real blueberries, this flavorful pancake is not only high protein but contains 3 grams of fiber to help get your day started off right! Ingredients  Wheat gluten protein, whey protein concentrate, egg powder [dried whole eggs and/or dried egg […]

FINLANDIA VITAMIN D DROPS 1,000IU 50ml

$21.18

Finlandia Vitamin D is a dietary supplement that contains Vitamin D3, which is the most bioavailable form of Vitamin D. Vitamin D is an essential nutrient that plays a crucial role in the body’s overall health and well-being. It helps the body absorb calcium and phosphorus, which are necessary for strong bones and teeth, and […]

Mitchum Men Clinical Soft Solid Anti-Perspirant & Deodorant Unscented 45g

$10.95

Mitchum’s most advanced formula for wetness and odor protection Clinical Performance formula for 48 hour wetness and odor protection Specially formulated to help combat heavy perspiration Contains skin conditioning ingredients Dermatologist tested. Ingredients: Cyclopentasiloxane, Aluminum Zirconium Tetrachlorohydrex Gly, Tribehenin, Dimethicone, Petrolatum, Trisiloxane, C-18-36 Acid Triglyceride, Aloe Barbadensis Leaf Extract, Tocopheryl Acetate, Sodium Starch Octenylsuccinate, Isopropyl Myristate, […]