Jump to content

Recommended Posts

Posted

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!

 

Posted

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. 

  • Like 1
Posted

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).

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...