Title: Order Management for WooCommerce
Author: ah72king
Published: <strong>31 ਜੁਲਾਈ 2024</strong>
Last modified: 7 ਦਸੰਬਰ 2025

---

ਪਲੱਗਇਨਾਂ ਖੋਜੋ

![](https://ps.w.org/order-management-woo/assets/icon-256x256.png?rev=3128530)

# Order Management for WooCommerce

 [ah72king](https://profiles.wordpress.org/ah72king/) ਵੱਲੋਂ

[ਡਾਊਨਲੋਡ ਕਰੋ](https://downloads.wordpress.org/plugin/order-management-woo.1.0.5.zip)

 * [ਵੇਰਵਾ](https://pan.wordpress.org/plugins/order-management-woo/#description)
 * [ਸਮੀਖਿਆਵਾਂ](https://pan.wordpress.org/plugins/order-management-woo/#reviews)
 *  [ਸਥਾਪਤੀਕਰਨ](https://pan.wordpress.org/plugins/order-management-woo/#installation)
 * [ਵਿਕਾਸ](https://pan.wordpress.org/plugins/order-management-woo/#developers)

 [ਸਹਿਯੋਗ](https://wordpress.org/support/plugin/order-management-woo/)

## ਵੇਰਵਾ

Powerful reporting and analytics tools for WooCommerce order management.

### Detail Description

#### General

Admin user will get a date range filter and order status filter using that user 
can search the details of the woocommerce orders. Other filters like Categories 
Multi Select, Products Multi Select are provided on specific reports. Filter of 
Group By Category is provided in Products Sold Per Order. Filter of show Deleted
only is provided in Product Sold Report where if item or product is deleted in woocommerce
then its data will be shown only.

#### Orders Summary

A table will be shown with the following data:
 1. **Order Number**: ($order->get_order_number())
2. **Date**: (gmdate(‘d-m-Y’, strtotime($order->get_date_created()))) 3. **Name**:(
$order->get_shipping_first_name().’ ‘.$order->get_shipping_last_name()) 4. **Phone**:(
$order->get_billing_phone()) 5. **Email**: ($order->get_billing_email()) 6. **Payment
Method**: ($order->get_payment_method_title()) 7. **Shipping Address**: ($order-
>get_shipping_address_1().’ ‘.$order->get_shipping_address_2()) 8. **Shipping Method**:(
$order->get_shipping_method()) 9. **Shipping Total**: ($order->get_shipping_total())
10. **Total**: ($order->get_total()) 11. **Status**: ($order->get_status()) 12. **
Notes**: ($order->get_customer_note())

#### Categories Sold

A table will be shown with the following data:
 1. **SKU**: Product SKU 2. **Product**:
Product name 3. **Quantity**: Quantity orders in all orders (specific filters) 4.**
Gross Sales**: Gross Sales of this product in all orders (specific filters) 5. **
Categories**: Product belongs to these categories 6. **Orders**: Order numbers with
link to backend detail page.

#### Product Sold

A table will be shown with the following data:
 1. **Products**: Product name 2.**
Orders**: Order number 3. **Created Date**: Date on which order created (Y-m-d) 
4. **SKU**: Product SKU 5. **Quantity**: Product qty ordered in this order only 
6. **Total**: Product Total in that order 7. **Categories**: Product belongs to 
these categories 8. **Name**: Name of person to ship to ($order->get_shipping_first_name().’‘.
$order->get_shipping_last_name()) 9. **Email**: Email of person billed ($order->
get_billing_email()) 10. **Phone**: Phone of person billed ($order->get_billing_phone())
11. **Address**: Shipping Address, State, ZipCode / PostCode

#### Product Sold Per Order

A table will be shown with the following data:
 1. **SKU**: Product SKU 2. **Product**:
Product name 3. **Quantity**: Quantity in this order 4. **Gross Sales**: Gross Sales
of this product in this order 5. **Categories**: Product belongs to these categories
6. **Orders**: Order number with link to backend detail page.

### Notes

All data should be cross-verified as there could be some mistakes in calculations.

If you have too many orders and the date range is large like one 6 months or 1 year
etc
 it will take sometime to load depending on your server load and specs plus 
memory allocated to wordpress application (your site) matter alot here when doing
large queries

### Source Code

The source code for the compressed JavaScript libraries files used in this plugin
can be found in the `admin/js/full` directory within the plugin folder.

The minified JavaScript files are located in the `admin/js/min` directory.

### Script Loading

This plugin conditionally loads minified or full JavaScript files based on the `
SCRIPT_DEBUG` constant.

 * When `SCRIPT_DEBUG` is set to `true`, the full JavaScript files are loaded from`
   admin/js/full/`.
 * When `SCRIPT_DEBUG` is set to `false`, the minified JavaScript files are loaded
   from `admin/js/min/`.

To enable script debugging, define `SCRIPT_DEBUG` as `true` in your `wp-config.php`
file:

define( ‘SCRIPT_DEBUG’, true );

## ਸਕਰੀਨਸ਼ਾਟ

 * [[
 * Order Summary
 * [[
 * Categories Sold
 * [[
 * Products Sold
 * [[
 * Products Sold Per Order

## ਸਥਾਪਤੀਕਰਨ

#### Minimum Requirements

 * Woocommerce Plugin must be installed and active.
 * PHP 7.1 or greater is required (PHP 8.0 or greater is recommended)
 * MySQL 5.6 or greater, OR MariaDB version 10.1 or greater, is required.

#### Automatic installation

Automatic installation is the easiest option — WordPress will handle the file transfer,
and you won’t need to leave your web browser. To do an automatic install of Order
Management for WooCommerce, log in to your WordPress dashboard, navigate to the 
Plugins menu, and click “Add New.”

In the search field type “Order Management for WooCommerce,” then click “Search 
Plugins.” Once you’ve found us, you can view details about it such as the point 
release, rating, and description. Most importantly, of course, you can install it
by clicking “Install Now,” and WordPress will take it from there.

#### Manual installation

Manual installation method requires downloading the Order Management for WooCommerce
plugin and uploading it to your web server via your favorite FTP application. The
WordPress codex contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation).

## ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

## ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Order Management for WooCommerce” is open source software. The following people
have contributed to this plugin.

ਯੋਗਦਾਨੀ

 *   [ ah72king ](https://profiles.wordpress.org/ah72king/)

[“Order Management for WooCommerce” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।](https://translate.wordpress.org/projects/wp-plugins/order-management-woo)

### ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

[Browse the code](https://plugins.trac.wordpress.org/browser/order-management-woo/),
check out the [SVN repository](https://plugins.svn.wordpress.org/order-management-woo/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/order-management-woo/)
by [RSS](https://plugins.trac.wordpress.org/log/order-management-woo/?limit=100&mode=stop_on_copy&format=rss).

## ਤਬਦੀਲੀ-ਚਿੱਠਾ

#### 1.0.5

 * WooCommerce requires added.

#### 1.0.4

 * Tested with WordPress 6.7 and WooCommerce 9.3.
 * Improved WooCommerce dependency checks.
 * Added admin notices when WooCommerce is inactive.
 * Minor stability and code improvements.

#### 1.0.3

 * Group By fixed.
 * Default sorting removed.

#### 1.0.2

 * Date validation added.
 * PDF size switched to A2.

#### 1.0.1

 * Removed extra libraries.

#### 1.0.0

 * Initial release.

## ਮੈਟਾ

 *  Version **1.0.5**
 *  Last updated **4 ਮਹੀਨੇ ਪਹਿਲਾਂ**
 *  Active installations **10+**
 *  WordPress version ** 4.7 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.1 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Language
 * [English (US)](https://wordpress.org/plugins/order-management-woo/)
 * Tags
 * [analytics](https://pan.wordpress.org/plugins/tags/analytics/)[order](https://pan.wordpress.org/plugins/tags/order/)
   [reports](https://pan.wordpress.org/plugins/tags/reports/)[woocommerce management](https://pan.wordpress.org/plugins/tags/woocommerce-management/)
 *  [Advanced View](https://pan.wordpress.org/plugins/order-management-woo/advanced/)

## ਦਰਜਾਬੰਦੀ

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/order-management-woo/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/order-management-woo/reviews/)

## ਯੋਗਦਾਨੀ

 *   [ ah72king ](https://profiles.wordpress.org/ah72king/)

## ਸਹਿਯੋਗ

ਕੁਝ ਕਹਿਣਾ ਹੈ? ਮਦਦ ਚਾਹੀਦੀ ਹੈ?

 [ਸਹਿਯੋਗ ਫੋਰਮ ਦੇਖੋ](https://wordpress.org/support/plugin/order-management-woo/)

## ਦਾਨ ਦਿਉ

Would you like to support the advancement of this plugin?

 [ ਇਸ ਪਲੱਗਇਨ ਨੂੰ ਦਾਨ ਦਿਉ ](https://ahsandev.com/)