Plugin Contributor
kluver
(@kluver)
Hi @inzerat,
Do you already have a plugin that will let you generate QR codes for your orders? The easiest way to include custom fields (like a QR code) into your documents is with our Premium Templates extension. It already has an integration with WooCommerce Order Barcodes. You can easily add the barcodes of this plugin by using the {{wc_order_barcode}} placeholder in a custom block in the customizer.
If you are using a different plugin to generate QR codes and are having trouble to add them after purchasing our Premium Templates extension you can redirect this question to support@wpovernight.com (we are not allowed to provide premium support on this forum).
-
This reply was modified 6 years, 3 months ago by
kluver.
In case you are referring to QR codes for payments, I use this in my templates:
<img class="" src="https://qrcode.tec-it.com/API/QRCode?data=BCD%0a001%0a1%0aSCT%0aKNABNL2H%0aYourName%0aNL77KNAB012345678%0aEUR$order_item_total['value']%0a%0a%0a%0a
PDFINVOICENUM" alt="QR payment image" width="100" height="100" />