Page 1 of 1

OpenCart Database to a other shopsystem?

Posted: Mon Apr 23, 2012 4:51 pm
by chrizzo
Hello. Is it posible to import or export the product database from opencart to another shop system?

Re: OpenCart Database to a other shopsystem?

Posted: Mon Apr 23, 2012 6:43 pm
by Avvici
I've done this plenty, and there is no easy way to do it. I doubt your new cart system's tables and field properties are set up identically as OC's. It depends on how hard wired your new cart already is with their database. You can't just EXPORT SQL from OC and import it to the new. It will be a timely process of exporting sections of data via EXCEL CSV , and importing via CSV, or with a script you write that populates the new cart tables. Good luck.