Magento Extensions:Magento Order Export Module
From XTENTO Support Wiki
Contents |
Overview
Order Export functionality for Magento, integrated into the Magento Backend, including an export manager and a highly flexible output creation technique. Connect your Magento store to almost any ERP, CRM, warehouse, dropshipping or shipping system.
Interested in this Magento Extension?
Head over to our store to purchase this extension: Magento Order Export Module
Got questions? Feel free to contact us! Contact Form
Setting up the extension
- Please refer to our general Extension Installation and Setup Guide for installation instructions.
- Please make sure the Magento cronjob has been set up for the Magento instance you're installing the extension in. If the Magento cronjob hasn't been set up, you won't be able to automatically export orders out of Magento.
Setup Guide, XSL Template Creation
Please see the README file that comes with the extension.
Troubleshooting
Or: How to fix the most common issues.
FTP Upload does not work
- The FTP-Upload column at Sales > Order Export says No: You forgot to set ftp to true in the XSL Template. Look for ftp="false" and replace false with true.
- The FTP-Upload column at Sales > Order Export says Failed: A firewall is probably blocking the ingoing or outgoing FTP connection. Please make sure no firewall is blocking the connection - both on your side as well as on the remote (FTP server) side. You could also try enabling passive mode by opening the file /app/code/local/Sebastian/Export/Model/Export.php. Look for # ftp_pasv($conn, true); and uncomment this line - so just remove the # (hash) at the beginning of the line.