# Woo Order Weight #
**Contributors:** weupnorth
  
**Tags:** woocommerce, woocommerce order, woocommerce order weight, woocommerce plugin, order, orders, weight, ecommerce, shop
  
**Requires at least:** 4.3.0
  
**Tested up to:** 4.3.1
  
**License:** GPLv2 or later
  
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
  
**WC requires at least:** 2.4.0
  
**WC tested up to:** 2.4.10
  

This WordPress plugin stores the total weight of WooCommerce orders and displays the order weight when managing orders.

## Description ##
When a new order is created by a customer, the total weight of the order will be stored in the order metadata. For this to work as indented, your physical products needs a weight value.

When managing orders, the weight of each order will be viewable. You can even sort the orders by weight using the added column.

The weight is also added to the New order emails.

### Credits ###
The concepts of the plugin came from [this blog post](http://www.remicorson.com/store-and-display-woocommerce-order-total-weight/) by Remi Corson.

### Author ###
This plugin is developed and maintained by [Andreas Karman](http://andreaskarman.se), [We Up North](http://wun.se).

## Installation ##
### Plugin requirements ###

* WordPress 4.3.0 or greater
* WooCommerce 2.4.0 or greater

### Automatic installation ###

To do an automatic install of Woo Order Weight, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New. Type "Woo Order Weight" in the search field and click search Plugins. Click "Install Now" on this plugin which should be the first result.

### Manual installation ###

To manually install our plugin, you need to first download the plugin and then upload it to your webserver via FTP/SFTP. You can find more [detailed instructions in the WordPress Codex](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

## Frequently Asked Questions ##
### Where is the plugin settings? ###

There is no settings available for this plugin. Just activate it and it will do what stated.

### Where can I report bugs? ###

Bugs can be reported either in the support forum or preferably in the [plugin GitHub repository](https://github.com/weupnorth/WooCommerce-Order-Weight).

## Screenshots ##
###1. Order weight column when managing orders.
###
![Order weight column when managing orders.
](https://ps.w.org/woo-order-weight/assets/screenshot-1.png)

###2. Order weight when managing a single order.
###
![Order weight when managing a single order.
](https://ps.w.org/woo-order-weight/assets/screenshot-2.png)


## Changelog ##
### 0.2.0 - 2015/11/26 ###
* Removed metadata when un-installing plugin.
* Added WooCommerce headers to readme.txt.
* Check if WooCommerce is activated before activating plugin.

### 0.1.0 - 2015/11/22 ###
* Initial plugin release.