Order Details Progress Bar for WooCommerce
A WooCommerce plugin to display an order progress bar on a customer's order details page.
by Daniel M. Hendricks · github.com/dmhendricks/woocommerce-order-progress · website
★ 3stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dmhendricks/woocommerce-order-progress/archive/refs/heads/master.zipDeclares an update source (dmhendricks/woocommerce-order-progress), so updates arrive through the plugin's own updater.
From the readme
Order Details Progress Bar for WooCommerce
NB! This plugin is currently under development and is non-functional.
Description
A plugin for WooCommerce that displays an order progress bar on the customer's order details page.
Requirements
PHP: 5.5 or higher
WordPress: 3.8 or higher
WooCommerce: 2.6 or higher
Known Compatibility Issues
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.
Installation
Standard Installation
1. Download the latest ZIP archive from Releases.
2. In WP Admin, click Plugins Add New.
3. Once installation is finished, Activate the plugin.
Composer
1. At command prompt, change to your wp-content/plugins directory.
2. Clone the repository: git clone https://github.com/dmhendricks/woocommerce-order-progress.git.
3. Run composer install to install dependencies and autoload namespaces.
Change Log
0.1.0 - June 13, 2017
Initial commit