magento sales_order_place_after observer

前端 未结 4 2040
萌比男神i
萌比男神i 2021-02-07 12:38

I\'m trying to write an observer that will export order data when an order is placed. I haven\'t written any modules before. Basing my implementation on this article: http://w

4条回答
  •  温柔的废话
    2021-02-07 13:24

    The problem seems to be with your observer declaration. Give this a try:

        
            
                
                    
                        singleton
                        feedsales/order_observer
                        export_new_order
                    
                
            
        
    

提交回复
热议问题