I would like to display some additional information of a transaction in the admin panel’s order details screen (Sales > Order > click “view” on whatever order) for a custom payment method I am developing to integrate with a payment gateway. I made the custom payment method to create a new custom table in the database upon installation.
What I want the custom payment method to do:
- Additional information are obtained from the response sent back from the payment gateway after a transaction is completed, and will be stored into the custom table
- Query the additional information from the custom table of the selected order and display them under the “Payment and Shipping Method” section in the order details screen.
Red box is where I want the information to be display at. Please help 🙁