Import / Export Magento Order

Is there a way to import / export orders from magento. Since we have a magento store on live and other dev. the version is ready with big changes, now we need to import only magento jobs. Here I see only export -

http://www.magentocommerce.com/magento-connect/slandsbek/extension/1350/simple-order-export

But how can I import order data into a new store.

+3
source share
3 answers

Try the following:

http://www.commerceextensions.com/magento-dataflow-batch-import-export-orders-to-csv.html

This is $ 99, but there is no easy answer to your problem. If you do not want to pay for the extension, then, unfortunately, you will have to write code to do it yourself.

+2

: Wyomind. " ", : Magento Connect .

+2

Try this option to import ... for free and a few snippets of code ...

http://www.magentocommerce.com/boards/viewthread/210749/

I have not tried it, but soon.

You can access these old links through the online archive https://web.archive.org/web/20120420180232/http://www.magentocommerce.com/boards/viewthread/210749

-1
source

Source: https://habr.com/ru/post/1785056/


All Articles