cancel
Showing results for 
Search instead for 
Did you mean: 

See who (What admin) cancelled an order in Magento 2.

See who (What admin) cancelled an order in Magento 2.

We have multiple admins that process customer orders into our magento system - Occasionally we come across orders that have been "cancelled" and no reason for it - No staff own up to who's done it & I can't seem to find a way in Magento to see who cancelled a specific order! 

4 REPLIES 4

Re: See who (What admin) cancelled an order in Magento 2.

Adobe Commerce (the paid version of Magento) has a feature called Admin Action Log which is used exactly for that.

Founder at https://agency418.com

Re: See who (What admin) cancelled an order in Magento 2.

You can simply enable Adim Action Logging and see the activities logged by the other admins. If you are running an open-source version, you need to have a custom module integrated into the store to work on the solution. 

Found the above suggestion helpful, hit the "Kudos" & Accept as Solution!

Thank you,
Rohan D.
Free & Premium Magento 2 Extensions

Re: See who (What admin) cancelled an order in Magento 2.

Hello,


You need to create custom module and make code related for that, or get/install Admin action log module provide by third party.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: See who (What admin) cancelled an order in Magento 2.

Hello @samnorwood7cee,

 

To see who cancelled an order in Magento 2, you can check the Order Comments History section. When an order is cancelled, Magento typically logs the action in the order's comment history, including which admin user performed the action.

Here’s how you can find out who cancelled an order:

 

  1. Log in to the Magento Admin panel.
  2. Go to Sales > Orders.
  3. Find the specific order you are investigating and click View to open the order details.
  4. Scroll down to the Comments History section.

If the comment history does not show the admin user, you can enable logging and check the system logs for more information. Here's how:

Magento does not log all admin actions by default, but you can enable this feature using third-party extensions like Admin Actions Log from the Magento Marketplace.

If logging is enabled on your Magento instance, you can check the logs for the user who performed the action:

 

  • Log in to the server where Magento is hosted.
  • Navigate to the var/log/ directory.
  • Look for logs such as system.log or exception.log. Sometimes you might find the relevant cancellation action logged here, along with the user details.

If this method doesn't provide enough detail, you might want to consider installing an Third party extension to track actions more thoroughly going forward.

 

If the issue will be resolved, Click Kudos & Accept as a Solution.