An event is triggered to allow PowerSync product to customize 'Sales Order Status' form in Magentoupdate the status of the order entity.
Code Block | ||||
---|---|---|---|---|
| ||||
Mage::dispatchEvent('tnw_salesforce_order_status_update', array('order' => $_order)); |
...
An event is triggered to allow PowerSync product to customize 'Sales Order Status' form in Magentoupdate the status of the order entity.
Code Block | ||||
---|---|---|---|---|
| ||||
Mage::dispatchEvent('tnw_salesforce_order_status_update', array('order' => $_order)); |
...