Order Printer - Variables and info not showing

I’m trying to show a couple of pieces of info in order invoices:

  1. The payment gateway. I’ve tried various forms of the {gateway} or gateways variables with no results

  2. Automatic voucher discounts - which don’t seem to display. The reason i want to show this is because this is how we apply our free shipping, and we need to know if free shipping was included in the order.

On the whole, the app seems a bit flakey? Is that just me?

Thanks

Hello, I am having similar issues. Specifically with showing the transaction gateway, ie. Visa/MC/Paypal, etc. In the ‘legacy’ version, it shows exactly which form of payment they used. In the new version, all it says is ‘shopify_payments’, which is extremely vague anfd unhelpful. I too cannot zero in on WHICH shopify payment was used, and I have not seen anyone else complain about this issue. Please let me know if you were able to find a solution. Thank you.

I literally have no coding experience but have been working on this for the past couple of days - I think this is the code you need:

  • Payment {{ transaction_text }}
  • I’ve used the “Invoice” template that seems to have come with the new Order Printer, and have been snipping the bits of code that I need from there.