forked from stuartduff/wc-invoice-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
42 lines (27 loc) · 1.81 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=== WooCommerce Invoice Gateway ===
Contributors: stuartduff
Tags: ecommerce, e-commerce, store, sales, sell, shop, cart, checkout
Requires at least: 4.6
Tested up to: 4.6.1
Stable tag: 1.0.0
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.
== 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.
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.
2. Goto WordPress > Appearance > Plugins > Add New.
3. Click Upload Plugin and Choose File, then select the plugin's .zip file. Click Install Now.
4. Click Activate to use your new plugin right away.
== Minimum Requirements ==
For this extension to function [WooCommerce](https://www.woocommerce.com/) must be installed and activated on your [WordPress](https://wordpress.org/) site.
* [WordPress](https://wordpress.org/) v4.6
* [WooCommerce](https://www.woocommerce.com/) v2.6
== Screenshots ==
1. The WooCommerce Invoice Gateway settings panel.
== Changelog ==
= 1.0.0 - 20/07/16 =
* Initial Release - first version of the plugin released.