I’m writing an observer for the *checkout_submit_all_after* event and it works fine. When you edit an order, for example the #1001, magento creates a new one with #1001-1 and cancel the previous order.
The admin panel tells me that #1001-1 is linked to the #1001, so how can I know if the current order is actually a modified version?
Is there some function/variable for this purpose?
thanks
I did it!