Hi Everybody,
(Sorry for my english).
I just start a contract in a company which have two sites with two differents magento.
I'm just working on updating and i think that it would be easier to have one magento.
But 800 products (configurable and simple) with attributes groups for each category and attributes, so hum is this possible to import all these datas to another magento without bug ?
Thanks a lot ^^
HI,
You could create a custom import/export or contact a migration company such as Cart 2 Cart.
There are some company providing migration service like cart2cart, litextension... I used both to migrate data from my website to Magento and I found that Cart2cart's tool can't migrate the customer passwords and my SEO URLs were lost. I advise you to use migration tool of Litextension, it works much better.
Hi, I had the same issue, what I have done so far is using PHPmyadmin go to the database find all tables with sales & customer in and export, I ticked Disable Foreign Key Check.
BEFORE YOU DO THIS BACKUP THE DATABASE & THEN BACK IT UP AGAIN JUST TO BE SAFE
On the new/other database simply import and this will import all sales and customer data. HOWEVER my issues is it overwrites the existing data so I am looking for a method to add not overwrite but sadly my SQL is far from good.
If you use this method and get it sorted please let me know how.
Thanks
Chris.