Skip to content

A script to migrate products, orders, payments and other stuff from WooCommerce to Easy Digital Downloads.

License

Notifications You must be signed in to change notification settings

sebastianmoran-mainwp/woocommerce-to-easydigitaldownloads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Woocommerce to Easy Digital Downloads Migration/Exporter

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.

Install

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/

Migrate/Export

From command-line interface (shell)

cd /path/to/wordpress/wp-content/plugins/
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:

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

About

A script to migrate products, orders, payments and other stuff from WooCommerce to Easy Digital Downloads.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%