https://github.com/dmhendricks/woocommerce-order-progress
A WooCommerce plugin to display an order progress bar on a customer's order details page.
https://github.com/dmhendricks/woocommerce-order-progress
woocommerce woocommerce-extension woocommerce-orders woocommerce-plugin wordpress wordpress-plugin
Last synced: 12 months ago
JSON representation
A WooCommerce plugin to display an order progress bar on a customer's order details page.
- Host: GitHub
- URL: https://github.com/dmhendricks/woocommerce-order-progress
- Owner: dmhendricks
- License: gpl-2.0
- Created: 2017-06-13T19:31:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T15:26:41.000Z (almost 9 years ago)
- Last Synced: 2025-06-11T17:27:12.970Z (about 1 year ago)
- Topics: woocommerce, woocommerce-extension, woocommerce-orders, woocommerce-plugin, wordpress, wordpress-plugin
- Language: PHP
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://wordpress.org/plugins/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](https://github.com/dmhendricks/woocommerce-order-progress/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