https://github.com/h1dd3nsn1p3r/migrate-woocommerce-to-edd
A script to migrate products, orders, payments, licence and other stuff from WooCommerce to Easy Digital Downloads.
https://github.com/h1dd3nsn1p3r/migrate-woocommerce-to-edd
edd woo-to-edd woocommerce woocommercetoedd wootoedd
Last synced: 4 months ago
JSON representation
A script to migrate products, orders, payments, licence and other stuff from WooCommerce to Easy Digital Downloads.
- Host: GitHub
- URL: https://github.com/h1dd3nsn1p3r/migrate-woocommerce-to-edd
- Owner: h1dd3nsn1p3r
- License: gpl-3.0
- Created: 2021-05-12T17:02:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T17:22:07.000Z (about 4 years ago)
- Last Synced: 2024-12-27T06:12:54.431Z (6 months ago)
- Topics: edd, woo-to-edd, woocommerce, woocommercetoedd, wootoedd
- Language: PHP
- Homepage: https://themebeez.com
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Migrate from WooCommerce to EDD (Easy Digital Downloads)
A PHP CLI script to migrate products, orders, payments, [licence keys](https://woosoftwarelicense.com/) and other stuff from WooCommerce to Easy Digital Downloads.
Note: This is not a WordPress plugin please run via PHP CLI.
#### INSTALLATION:
- Take backup of your WooCommerce store.
- Put the files under `migrate-woocommerce-to-edd` folder in WordPress Plugins directory (usually `/var/www/sitename/htdocs/wp-content/plugins/`)Example:
```
git clone https://github.com/h1dd3nsn1p3r/migrate-woocommerce-to-edd/
```
#### MIGRATE:From command-line interface (shell)
```
cd /path/to/wordpress/wp-content/plugins/migrate-woocommerce-to-edd
php migrate.php
```#### RESET EDD DATA:
It might happen you migration doesn't produce output you are expecting. You can reset EDD database in case of trouble:
```
cd /path/to/wordpress/wp-content/plugins/migrate-woocommerce-to-edd
php reset.php
```#### CREDITS:
This script is foked from [rtCamp github repository](https://github.com/rtCamp/woocommerce-to-easydigitaldownloads/).