Skip to content

beejhuff/magento-order-lifecycle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magento-order-lifecycle

Track everything and anything that is related to an order and write it so that it can be seen in the admin panel. Magento 1.X

Features

This module contains a set of observers to create order lifecycle events. These events will can be written to the order history table or posted to an endpoint using JSON. Refer to this wiki page for a list of the hooks.

You can add your own events. Refer to this wiki page

You can add your own write adapters. Write adapters are used to write or send the event data. Refer to this wiki page for the existing write adapters.

ToDo

  • Create a new view in the admin panel for the lifecycle events.
  • Add more hooks and capture more order event data.

Configuration

  • System > Configuration > Sales > Order Lifecycle - Defines the event writing adapter.

About

Track everything and anything that is related to an order and write it so that it can be seen in the admin panel. Magento 1.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%