Feature Requests
Closed
Add Product Name Column in Payments Transactions
A Product Name column should be added under Payments → Transactions. Currently, merchants need to go back and forth to identify which product a payment is associated with. Adding this column would make it easier and more efficient for merchants to quickly understand what each payment is for.
5 Comments
Sign in to comment
Basharath·6 months ago
Also in the “License Keys” page, it’s not clear which product license it is.

We won’t be able to do this in the payment section as a payment can involve multiple products.
There’s a Product ID given already in the transaction details. You just need to fetch that particular product details to display the name.
Bashrath, we show the entire product_cart in the payment details - therefore showing the same in the table won't be feasible.
However we have implemented a similar change in the subscriptions table.
The product cart shows only two things: Product ID and quantity and I’m not sure what you mean by entire product cart. If you show atleast the name it would be good to decide which product the payment is for.
My problem is simple, just looking at the transaction details page(which has
Card Information, Customer details, Product Cart, Other information etc) how do I know for which product the payment was made?