NB! This plugin is currently under development and is non-functional.
A plugin for WooCommerce that displays an order progress bar on the customer's order details page.
- PHP: 5.5 or higher
- WordPress: 3.8 or higher
- WooCommerce: 2.6 or higher
- Carbon Fields: This plugin will fail if you have a version of Carbon Fields installed that is lower than version 1.6 (including any plugins that use Carbon Fields as a loaded dependency). If you have Carbon Fields installed, it is recommended that you upgrade to at least version 1.6.
- Download the latest ZIP archive from Releases.
- In WP Admin, click Plugins > Add New.
- Once installation is finished, Activate the plugin.
- At command prompt, change to your
wp-content/plugins
directory. - Clone the repository:
git clone https://github.com/dmhendricks/woocommerce-order-progress.git
. - Run
composer install
to install dependencies and autoload namespaces.
- Initial commit