Questions tagged [cancel-orders]
The cancel-orders tag has no summary.
26 questions
0 votes
1 answer
75 views
Magento 2 : How to prevent order cancellation in based on a custom condition?
I have a requirement, where I need to verify a custom condition just before the order cancellation process. If the condition fails, I need to stop the cancellation and revert the order to its previous ...
0 votes
2 answers
1k views
Admin: Cancel Order Fails with Error - "Transaction can only be voided if status is authorized"
We are using Magento v2.4.3 and Braintree as the payment gateway. Due to the supply chain issues, we have a scenario we deal with sporadically where a customer places an order for a special order item....
0 votes
2 answers
554 views
Cancel Processing Order Triggered Event. Magento2
I'm trying to get an Event after canceling Order now for COD or Pending Orders order_cancel_after Event is working fine but for Online Payment or Processing Orders same Event is not working I've tried ...
0 votes
1 answer
1k views
Magento 2 How to restore stock after cancel order
I am working on Magento 2.3.5 p-1 I have created a custom module that adds a mass action to the sales order grid, through a controller this action changes the order status to "customCancel" ...
1 vote
1 answer
586 views
Magento 2: Cancel order email sent to customer if admin cancel order
I am very beginner to magento and i am looking for answer, if i cancel order from admin panel but cancel email order is not sent to customer. If i want to sent email to customer what should i need to ...
1 vote
1 answer
225 views
How to cancel order Programmatically without disabling URL security key
Here am trying to Cancel a order from a controller using order ID. but order is cancelling only if security key adding to URL disabled from admin configuration. How to cancel order without disabling ...
0 votes
1 answer
101 views
Magento2 Under which conditions magento order can be cancelled
Magento2 I would like to know under which conditions an order can be cancelled or other vice under which conditions order can't be cancelled? I am facing a strange issue where my orders are not ...
0 votes
2 answers
916 views
Magento 2 plugins (interceptor) beforeCancel() making the cancel order bug
I have created a plugin which intercept the cancel function from the interface Magento\Sales\Api\OrderManagementInterface, the plugin intercept before the cancel function is called. My problem is ...