- This topic has 1 reply, 2 voices, and was last updated 4 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Simple Shopping Cart – Transer or backup Cart Orders
Is there a an easy way to backup cart orders.
I am in the process up performing a complete site upgrade.
I would like to backup all my cart orders and import them back.
I can go into mysql and export the entire table, but was hoping there was an easier way.
Thanks.
When you export your DB table, it will do the job. All the data is saved in the Database (the posts table).
You can also export the orders data into a CSV file from the following interface of the plugin:
Simple Cart -> Tools -> Export Cart Orders Data
You can use the PHPMyAdmin tool of your server to export the data from the database and keep a backup copy.
The following generic tutorial about PHPMyAdmin is helpful (if you are not familiar with that tool):