Trigger observer on Magento order status change events
问题 I need to automatically create an invoice on an order once it receives the processing status. Which event should be observed in my extension to achieve this? I'm trying but this code is not working, what can it be? .xml in etc/modules <?xml version="1.0"?> <config> <modules> <Atwix_Orderhook> <active>true</active> <codePool>community</codePool> </Atwix_Orderhook> </modules> </config> config.xml in app/code/... <?xml version="1.0"?> <config> <modules> <Atwix_Orderhook> <version>1.0</version> <