- Posts: 47
- Thank you received: 0
Barcode scanner use
- craig kennedy
- Topic Author
- Offline
- Senior Member
-
Less
More
1 year 1 month ago #164325
by craig kennedy
Barcode scanner use was created by craig kennedy
I have tested the QR code portion of the Events system and it works great, but Id like to know if I can use a proper bar code scanner to achieve the same, assuming thre bar code scanner has the facility to talk with the website? Has anyone done this at all?
Please Log in or Create an account to join the conversation.
- Mr Leslie Jarrett
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 0
1 year 3 weeks ago #165219
by Mr Leslie Jarrett
Replied by Mr Leslie Jarrett on topic Barcode scanner use
I have installed MPDF as that supports printing of a BARCODE .and a similar question for membership Cards
I saw some example code
<tr>
<td align="center">UPCAP5</td>
<td>UPC-A barcode with 5-digit EAN-5 supplement. This is a subset of the EAN-13</td>
<td class="barcodecell"><barcode code="07567816412 90000" type="UPCAP5" class="barcode" /></td>
</tr>
right when I look at the code for Membership Card I see similar code
<tr>
<td style="width: 50%;" align="left">Address:</td>
<td align="left">[ADDRESS], [CITY], [STATE], [COUNTRY]</td>
</tr>
which works of course
so can you try with your test system loaded with MPDF and see if you can get it to work to print a barcode using the substitution of [MEMBERSHIP_ID]
I used an online barcode generator to show what we want to see and attached the file
I saw some example code
<tr>
<td align="center">UPCAP5</td>
<td>UPC-A barcode with 5-digit EAN-5 supplement. This is a subset of the EAN-13</td>
<td class="barcodecell"><barcode code="07567816412 90000" type="UPCAP5" class="barcode" /></td>
</tr>
right when I look at the code for Membership Card I see similar code
<tr>
<td style="width: 50%;" align="left">Address:</td>
<td align="left">[ADDRESS], [CITY], [STATE], [COUNTRY]</td>
</tr>
which works of course
so can you try with your test system loaded with MPDF and see if you can get it to work to print a barcode using the substitution of [MEMBERSHIP_ID]
I used an online barcode generator to show what we want to see and attached the file
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
1 year 3 weeks ago #165240
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Barcode scanner use
Hello
You can try to test it yourself please. Just replace the hardcoded string 07567816412 90000 with the tag [MEMBERSHIP_ID] to see if it works
Tuan
You can try to test it yourself please. Just replace the hardcoded string 07567816412 90000 with the tag [MEMBERSHIP_ID] to see if it works
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.