Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Make a fast payment for this invoice: {$invoice.db_id|paymenturl}

...

If using HostBill 2023-11-17 or higher, You can update invoice template inĀ Document templates section, in your code you can add QR code with payment link using following block.

Note that this change will only affect PDF invoice, you would not see a QR code on HTML version of invoice

Code Block
<barcode code="{$invoice.db_id|paymenturl}" type="QR" class="barcode" size="1" error="M" disableborder="1" />

...