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

AOR ORTHO ADAPT VEGAN 90vcaps

$27.71

Help Your Body to Cope with Stress Mobilizes internal energy stores Reduces the impact of stressful conditions Activates whole-body defenses Prevents the body from overreacting to a stressor Ortho•Adapt Vegan is an anti-stress formula that provides adaptogenic botanicals along with targeted nutrients to help the body cope with stress. Ortho•Adapt Vegan contains the same effective […]

Nurofen Express 256mg – 16 Tablets

$4.94

What are Nurofen Express 256mg Tablets?  Nurofen Express 256mg Tablets contain the painkiller ibuprofen, which belongs to a group of medicines known as non-steroidal anti-inflammatory drugs (NSAIDs). These tablets work to ease mild to moderate pain and bring down fever. Nurofen Express can help with a range of problems such as headaches, migraines, neuralgia, backache, […]

NATURAL FACTORS TONALIN CLA 1000mg 180sg

$50.32

Feature summary CLA: Conjugated Linoleic Acid “A study published in the American Journal of Physiology hints that CLA could be the jack-of-all-trades among natural fat fighters. In lab mice fed low or high fat diets, CLA pared down body fat, curbed appetite and boosted the metabolism.” – Let’s Live, September 2000 CLA is a slightly […]

Ibuprofen 200mg – 84 Tablets

$6.68

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

NATRACARE PANTY SHIELDS CURVED 30pcs

$4.38

NATRACARE PANTY SHIELDS CURVED 30pcs Description Soft, absorbent, and breathable curved liners made with certified organic cotton for all-day comfort. Plastic-free, totally chlorine-free, and over 99% biodegradable and compostable. Ideal for daily use, added protection with tampons, or when using prescriptive creams. Advice to use Use daily as a panty liner for added freshness and […]

PGX DAILY ULTRA MATRIX 750mg 120sg

$28.44

PGX DAILY ULTRA MATRIX 750 mg – 120 softgels Description Advanced softgel supplement containing 750 mg of PGX® (PolyGlycopleX), a patented starch designed to help manage blood sugar levels and support healthy glucose metabolism. Daily dosing paired with meals may help moderate post-meal glucose spikes and support satiety. Easy-to-swallow softgels, ideal for individuals looking to support metabolic health in a convenient […]