tires Posted July 26, 2016 Share Posted July 26, 2016 Hi! I would like to import a few hundret products from a magento shop into processwire. What would be the best way? Does anyone have experience with this? Thanks for any advice! Link to comment Share on other sites More sharing options...
joshuag Posted July 29, 2016 Share Posted July 29, 2016 Hey, this is something you can do, but unfortunately the only way to do it is to write your own Sql for the Magento DB and some quick PHP in Processwire to loop through and save the products. 1 Link to comment Share on other sites More sharing options...
tires Posted August 1, 2016 Author Share Posted August 1, 2016 Thank's for your reply! I think there is a way to export the products as svg in the magento backend. So i can probabely use the module ImportPagesCSV http://modules.processwire.com/modules/import-pages-csv/ Does anyone have experience with this? Link to comment Share on other sites More sharing options...
arjen Posted August 1, 2016 Share Posted August 1, 2016 If you got a csv of your products from Magento it is pretty easy to import them with ImportPagesCSV. Read the instructions and posts in the topic. Your process comes down to your data structure. It depends on how to current Magento structure is set up. For example: does a product lives in one branch or in multiple? It makes a lot of difference when you want to import. My advice would be to map out all the data and create all the fields in your ProcessWire template. Then export/import the category structure. After that I would import the products (including category). 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now