An event is triggered to allow PowerSync product to customize 'Sales Order Status' form in Magentoupdate the status of the order opportunity.
Code Block | ||||
---|---|---|---|---|
| ||||
Mage::dispatchEvent('tnw_salesforce_opportunity_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 opportunity.
Code Block | ||||
---|---|---|---|---|
| ||||
Mage::dispatchEvent('tnw_salesforce_opportunity_status_update', array('order' => $_order)); |
...