-
Notifications
You must be signed in to change notification settings - Fork 23
ERPImportExport Type Plugin
gunjanpatel edited this page Oct 1, 2014
·
1 revision
This method helps to export ERP system related information. Using this event you can export order information in any format, like XML, CSV, HTML. You may also place SOAP or CURL.
@param object $orderDetail Order Info
Example:
/**
* Trigger Plugin on after Order place
*
* @param object $orderDetail Order Info
*
* @return void
*/
public function exportOrder($orderDetail)
{
// Your code goes here.
}Needs to change this in future
In future redSHOP2 or any, we can do this in better way. By introducing "order" plugins. Using order plugin we will able to export order in to xml, csv or into anything. We can also introduce new triggers, like
OnUpdateOrderStatusetc...
- Home
- Developer
- How to get Config variable
- Product
- Validate AJAX Request
- Render JLayout or redSHOP Layout
- redSHOP Joomla Plugin Architecture Types
- Creditcard Payment Gateway List
- History of redSHOP Checkout Flow
- redSHOP 1.x series development decisions
- RedSHOP for Joomla 2.5 guidelines
- redSHOP Payment Gateway Sandbox Details
- redSHOP Shipping API Test Details