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 3”

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

More Products

Jamieson Glucosamine Chondroitin MSM 1300mg 120 Caplets

$28.48

Joint Pain ReliefHelps prevent cartilage deterioration Directions: Adults: Take 3 caplets daily with a meal. Avoid taking at bedtime. Use for a minimum of 1 month to see beneficial effects. Store between 15°C and 25°C, away from children. Each capsule contains:Glucosamine sulfate – 500mg(Glucosamine sulfate KCl derived from Shrimp and Crab exoskeleton)Chondroitin sulfate – 400mg(Chondroitin sulfate sodium from […]

THORNE VITAMIN D & K2 30ml

$32.67

THORNE VITAMIN D & K2 30ml Description Synergistic liquid formula combining vitamin D3 and vitamin K2 (MK-4) to support calcium absorption, bone strength, and cardiovascular health Promotes proper calcium utilization, helping prevent arterial calcification while supporting skeletal integrity Convenient liquid format allows for easy and adjustable dosing for both adults and children Advice to use […]

VCF Vaginal Contraceptive Film – Pharmacy 24

$15.99$18.99

VCF Vaginal Contraceptive Film is Non-hormonal, Kills Sperm On Contact, and Begins To Dissolve Instantly! 9 Films

Oral Minoxidil 2.5mg Tablets

$29.74

Oral hair loss treatment
Take one tablet daily
Many users see improvement in hair growth between 3 and 6 months
Alternative to topical minoxidil and finasteride
Only available for men

Embecta Ultra-Fine II Insulin Syringe 1/2ml 8mm 30G 100 Count

$36.53

Embecta Ultra-Fine II Insulin Syringe for U-100 Insulin 100 Single use Syringes 1/2 ml for 50 Units or Less 8mm (5/16″) Length  Needle 30G Gauge Needle Comfort: Superbly coated for gentleness with a special-formulated lubricant. Accuracy: Flat-faced plunger tip. Lines up precisely with scale marking for accurate reading. Large Number- Clean, bold, easy to see […]