Question

We want to merge two magento installs into one, combine two different product ranges and their respective websites into one backend. All we need is to combine the products and websites of both installs. (And I realise that "all we need" is more complex than it seems at first sight.) Old orders can still be opened in the old install, old customers with login will loose their account on one install.

Websites, categories, attributes, bundled products and more have to be handled as well. Product images, product stock... Some of these will probably be done manually.

I would like to get an idea of what else has to be handled, what I'm forgetting here. I would like to know if you have done this before, successfully, and how you did proceed.

Was it helpful?

Solution

Maybe this tutorial for merging products, stocks and customers using magento dataflow can help: http://www.demacmedia.com/magento-commerce/mini-tutorial-how-to-merge-two-magento-installs/

You will need to create a separate attributes set and add the attributes from the 2nd site manually or using a script because magento doesnt have a built in support for import/export attributes.

And there is a free extension on that page for mapping category ids to new ones.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top