An open API service indexing awesome lists of open source software.

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.

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