Skip to content

Commit

Permalink
Updated read me files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Duff committed May 16, 2020
1 parent 6ec668f commit a56b8ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# WooCommerce Invoice Payment Gateway
Adds an Invoice Payment Gateway to the [WooCommerce](https://www.woocommerce.com/) plugin. This type of payment method is usually used in B2B transactions with account / invoice customers where taking instant digital payment is not an option.

An order status of either On Hold, Processing or Completed can be chosen from the gateway settings panel. The selected order status will be applied to all orders processed via the WooCommerce invoice payment gateway and the corresponding status order emails will be sent after checkout.
Default and custom WooCommerce order statuses of like On Hold, Pending Payment, Processing or Completed etc can be chosen from the gateway settings panel. The selected order status will be applied to all orders processed via the WooCommerce invoice payment gateway and the corresponding status order emails will be sent after checkout.

You can also choose to restrict the gateway to only be enabled for specific WordPress users roles.

The plugin itself does not create customer invoices for you only orders. For invoices this is something you would still have to use an accounting program like Quickbooks or similar to bill your customers with.

Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ Stable tag: 1.0.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Adds an Invoice Payment Gateway to the WooCommerce plugin for when instant payments are not viable.
The WooCommerce Invoice Payment Gateway plugin adds an Invoice Payment Gateway feature to the WooCommerce plugin for B2B transactions when instant payments are not viable.

== Description ==

Adds an Invoice Payment Gateway to the [WooCommerce](https://www.woocommerce.com/) plugin. This type of payment method is usually used in B2B transactions with account / invoice customers where taking instant digital payment is not an option.

An order status of either On Hold, Processing or Completed can be chosen from the gateway settings panel. The selected order status will be applied to all orders processed via the WooCommerce invoice payment gateway and the corresponding status order emails will be sent after checkout.
Default and custom WooCommerce order statuses of like On Hold, Pending Payment, Processing or Completed etc can be chosen from the gateway settings panel. The selected order status will be applied to all orders processed via the WooCommerce invoice payment gateway and the corresponding status order emails will be sent after checkout.

You can also choose to restrict the gateway to only be enabled for specific WordPress users roles.

The plugin itself does not create customer invoices for you only orders. For invoices this is something you would still have to use an accounting program like Quickbooks or similar to bill your customers with.


== Installation ==

1. Download the plugin from the WordPress plugin directory.
Expand All @@ -38,7 +41,7 @@ For this extension to function [WooCommerce](https://www.woocommerce.com/) must

== Changelog ==

= 1.0.5 - 16/05/20 =
= 1.0.6 - 16/05/20 =
* Added - The functionality to restrict gateway access to specific users roles.
* Fix - Typo of "Choose and order status" to "Choose an order status".

Expand Down

0 comments on commit a56b8ad

Please sign in to comment.