As of 10/4/24, Bite can now append a custom QR Code to the Header or Footer of the printed Bite receipt.
To enable this feature, go to the "Receipt Settings" tab in the Bite Admin Portal and simply insert your desired URL between the <qrcode> and </qrcode> tags in the Printed Receipt Header or Printed Receipt Footer field: e.g., <qrcode>[www.getbite.com](<http://www.getbite.com/>)</qrcode>
Example
You can also alter the size of the printed QR Code on the receipt (reference: BITE-11565) by slightly altering the code used.
“This update adds support for an optional size attribute, allowing users to specify the QR code size dynamically. The size value will be validated and constrained between a minimum of 3 (current setting) and a maximum of 10 to prevent excessively small or large QR codes. If the size attribute is missing or invalid, the default value of 6 will be used.”
Below are some examples of the code and what the end result should look like on the receipt.
Minimum (3) <qrcode size="3"><https://example.com></qrcode>
Default (6)
<qrcode size="6"><https://example.com></qrcode>
Maximum (10)
<qrcode size="10"><https://example.com></qrcode>
Comments
0 comments
Please sign in to leave a comment.