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

Option+ Omega 3 Super Concentrate 1170mg 80 Softgels

$14.58

Omega-3 fatty acids lower triglyceride levels and help promote cardiovascular health. Forhealthy brain and heart function Directions for use: Adults: 1 softgel, 2 – 3 times daily or as recommended by a physician Each softgel contains: Fish Oil (anchovy, sardine and/or mackerel) 1170 mg Omega-3 Fatty Acids 630 mg Eicosapentaenoic Acid (EPA) 400 mg Docosahexaenoic […]

Numark Cold Sore Patches – 15 Patches

$4.45

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

CANPREV B9 FOLATE DROPS 15ml

$19.36

B9 Folate Drops Helps to prevent folate (vitamin B9) deficiency and to form red blood cells. Helps to maintain a healthy metabolism and normal function of the immune system. Helps to reduce the risk of neural tube defects when taken daily at least three months prior to becoming pregnant and during early pregnancy. Helps maintain […]

Reactine Complete Sinus + Allergy 30 Extended Release Tablets

$24.11

Fast relief of sinus + allergy symptomsSinus Congestion; Stuffiness; Nasal Congestion; Sneezing; Itchy, Watery Eyes; Runny Nose Dosage Directions: The tablets should be swallowed with liquid and should not be divided, chewed or crushed. May be taken with or without food. Do not exceed recommended dosage. Prolonged usage as directed by a doctor.Adults and Children […]

Allevia Fexofenadine 120mg – 30 Tablets

$13.70

What is Allevia?  Are you suffering from hay fever? It’s time to relieve those uncomfortable symptoms with Allevia. This medicine contains the active ingredient fexofenadine, a non-drowsy antihistamine that’s ideal for everyday use. Simply take one a day before your allergies start to relieve sneezing, an itchy, runny or blocked nose, and red, watery eyes. […]

Seven Seas JointCare Supplex & Turmeric

$28.38

What is Seven Seas JointCare Supplex and Turmeric? Seven Seas JointCare Supplex and Turmeric are a duo of supplements that have been specifically formulated to top up your natural levels of vitamins and minerals to keep you and your joints healthy. The Turmeric tablets have been combined with vitamin capsules that include important ingredients like […]