Skip to content

This plugin gives a strict View-Only access to Woocommerce orders for specified user roles

License

Notifications You must be signed in to change notification settings

vbiweb/wc-order-view

Repository files navigation

=== WC Order View ===

Contributors: kggopal12
Donate link: https://kgopalkrishna.com
Tags: woocommerce, order, view
Requires at least: 5.0.0
Tested up to: 5.2.3
Stable tag: 1.3.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

This plugin gives a strict View-Only access to Woocommerce orders for specified user roles.

== Description ==

This plugin gives a strict view only access to woocommerce orders. All you need to do is create a new user role 'products_admin' using any role editor plugin available. All users with this role will be able to view orders, the items in the order, total amount paid including taxes and shipping, and the order notes all in read-only mode. This plugin also provides support for select 3rd party Woocommerce premium plugins like Woocommerce Subscriptions, PDF Invoices and Woocommerce API Manager. You can also export orders in CSV format. Planned features include Custom Order actions available only for 'products_admin', settings for orders display page, etc.

== Installation ==

  1. Upload wc-order-view folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

== Changelog ==

= 1.0.0 =

  • Initial release.

= 1.0.1 =

  • Fix - Fixed Date created value displayed for each order #2
  • Fix - Fixed the total orders count shown in all orders page #3

= 1.1.0 =

  • Fix - Fixed cancelled orders not visible #5
  • Feature - Support for 3rd party woocommerce plugins ( PDF Invoice, Woocommerce Subscriptions, Woocommerce API Mananger )
  • Dev - New hooks added to the view order details page ( Details will be shared in a separate documentation )

= 1.2.0 =

  • Feature - One click update option added in the plugins page
  • Fix - Cancelled order status color doesn't match WooCommerce #8
  • Fix - Invoice date for all orders showing same date in All orders list #7

= 1.2.1 =

  • Fix - Added function call to updated in the main plugin file #10

= 1.3.0 =

  • Feature - Bulk Export to CSV

= 1.3.0 =

  • Fix - Subscription Relationship missing in CSV export #13

== Features ==

  1. Strict view only access to orders.
  2. View each orders individually.
  3. Support for 3rd party woocommerce plugins ( PDF Invoices, Woocommerce Subscriptions, Woocommerce API Mananger )
  4. Automatic update notifications
  5. Export order details in CSV format

== Planned Features ==

  • Custom order view actions
  • Role Editor for order view
  • Settings to toggle display of order details metaboxes
  • Settings to add custom postmeta fields to export columns
  • About Plugin page

Here's a link to WordPress and one to Markdown's Syntax Documentation. Titles are optional, naturally.

Markdown uses email style notation for blockquotes and I've been told:

Asterisks for emphasis. Double it up for strong.

<?php code(); // goes in backticks ?>