TIP = How to add a QR Code to your PDF Invoice

  • Matt Hankosky
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 8 months ago #67244 by Matt Hankosky
TIP = How to add a QR Code to your PDF Invoice was created by Matt Hankosky
In your Invoice layout or email layout, Add a Image to call on the Free Google API for QR code Generation. This sample is html code that will generate a QR code for the Transaction ID.

You can adjust the size too by changing the CHS=200x200 to any value (chs=100x100, chs=50x50, etc)


<img alt="" src=" chart.apis.google.com/chart?chs=200x200&cht=qr&chl= [TRANSACTION_ID]" />
The following user(s) said Thank You: Tuan Pham Ngoc

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #67286 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic TIP = How to add a QR Code to your PDF Invoice
Great. Thanks Matt for sharing the solution. It should work well, so anyone wants to have this feature can use this simple but brilliant solution

Tuan

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago - 8 years 8 months ago #67323 by Buzzy
The formatting seems to have taken control a bit as you will probably need to type it as http://chart etc
Last edit: 8 years 8 months ago by Buzzy.

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago - 8 years 8 months ago #67324 by Buzzy
DELETE ???
Last edit: 8 years 8 months ago by Buzzy.

Please Log in or Create an account to join the conversation.

  • Matt Hankosky
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 7 months ago #68511 by Matt Hankosky
Replied by Matt Hankosky on topic TIP = How to add a QR Code to your PDF Invoice
If you dont specify the Http or Https, it will automatically use the same as the site. This way the code works for HTTP and HTTPS Secure.

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc