I want to move customer data as well as product data from one cart to another. Can I do this? Can I just copy the data files (where are they located?) to a different cart, or do I need to do something else?
Thanks
I want to move customer data as well as product data from one cart to another. Can I do this? Can I just copy the data files (where are they located?) to a different cart, or do I need to do something else?
Thanks
All of your customer and product information is in your database, not PHP files. You will need to export the first database to your computer, then import it to the second site's database. Look at the tutorials for information on exporting/importing db info.
If you are moving from one kind of cart to another (like osC to Zen Cart), then it will become much more complicated, and you may not be able to move all of the information.