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 x 6”

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

More Products

Chlorphenamine 4mg – 168 Tablets

$7.98

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

Airomir Autohaler 100mcg – 200 Dose

$22.00

Uses an aerosol solution to provide an accurate and consistent dose
Designed with user safety and convenience in mind
Lightweight, discreet and easy to use

HOMEOCAN STRESS 4g

$6.57

STRESS 4G Stress pellets, to relieve the daily stress Stress combination pellets is a homeopathic medicine. It is specially and naturally formulated to promote inner calm and relieve symptoms of stress, irritability, fatigue and moodiness. This emotional state is a reaction of the body to certain factors of aggression or particular and disturbing events that […]

Pine-Sol Original 828mL

$4.00

Cleans, Disinfects and Deodorizes.Salmonella enterica (ATCC 10708), Staphylococcus aureus (ATCC 6538), Pseudomonas aeruginosa (ATCC 15442), Influenza A Virus, Strain Hong Kong (ATCC VR-544). Directions for use: General Cleaning: Mix 125mL per 8L bucket of water. For tough jobs, use full strength and rinse immediately. To disinfect: Apply full strength on hard, nonporous surfaces with a […]

QUANTUM HEALTH COUGH RELIEF LOZENGES LEMON & HONEY 18loz

$8.40

QUANTUM HEALTH COUGH RELIEF LOZENGES LEMON & HONEY 18loz Quantum Health® Cough Relief Lozenges are a staple supply during winter months, back-to-school season, and any other time of seasonal immune challenge. Experience throat soothing and cough quieting comfort with our USDA Organic drops made from the highest quality ingredients. When your throat needs soothing and […]

Band-Aid Tough Strips Waterproof 20

$6.20

100% Waterproof. Shields out water, dirt and germs even when wet. Up to 2x stronger than ordinary waterproof bandages. Superior adhesion stays on until you want it off. Sterile unless individual wrapper is opened or damaged.Directions: For use on minor cuts and scrapes. For best results, apply bandage to clean, dry skin. Change bandage daily, […]