Note: This script is not a standard WordPress plugin. Running via PHP CLI is recommended
A script to migrate products, orders, payments and other stuff from WooCommerce to Easy Digital Downloads.
You MUST take backups. Also, run this in demo environment.
Put the files under woocommerce-to-easydigitaldownloads
folder in WP Plugins directory (usually /var/www/sitename/htdocs/wp-content/plugins/
)
Usually,
git clone https://github.com/rtCamp/woocommerce-to-easydigitaldownloads/ /path/to/wordpress/wp-content/plugins/
From command-line interface (shell)
cd /path/to/wordpress/wp-content/plugins/
php migrate.php
It might happen you migration doesn't produce output you are expecting.
You can reset EDD database in case of trouble:
php reset.php
NOTE : If you are using WooCommerce API Manager and wish to migrate to EDD Software Add-on, check software.md for further instructions