you can use the event checkout_onepage_controller_success_action at
Namespace\module\etc\frontend\events.xml :
Re: event after both order and order_item saved in table. You can get a list of events from below blogs,. Magento 2 All Events. You ...
Now that you know your event is working you should be able to get the order by the following: $observer->getOrder() or $observer->getEvent()->getData('order').
As you know, Magento 2 is using the event driven architecture which will help too ... File: vendor/magento/module-checkout/Controller/Onepage/SaveOrder.php.
I am using magento 1.9.3.x version and trying to update order data in sales order save after event. Order data update works fine. But it's ...
... my assumption was that calling the save method on the order triggered whatever was listening to the sales_order_save_before/after events, ...
Save order custom field in sales_order_after_save event
I have been trying events left and right trying to find one that fires right after updating the shipping address of an order via the magento admin.
Ordering product seems easy but this order passes through from different
... for redirection after save order event } } catch (Exception $e) { }. NB: Don't forget to implement return $this after the response is successfull.