-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
54 lines (35 loc) · 2.13 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
43
44
45
46
47
48
49
50
51
52
53
54
=== WooCommerce Country Based Bank Accounts ===
Contributors: mariankadanka
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=marian.kadanka@gmail.com&item_name=Donation+for+Marian+Kadanka
Tags: woocommerce, BACS, bank account, country, countries, country bank account
Requires at least: 4.2
Tested up to: 5.9
Stable tag: 2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Select which BACS gateway bank accounts will be available in certain country/countries
== Description ==
WooCommerce extension which allows you to assign BACS (direct bank transfer) bank accounts to different countries. Based on the billing country chosen, only corresponding bank accounts are then printed on the "thank you" page and in the email send to the customer.
This plugin gives you option to choose which bank account will be available in certain country, or countries.
If you need to have certain bank account to be available in all countries, don't set option for it.
There is also an option to disable BACS payment gateway on the checkout page, if customer billing country doesn't match any of the configured countries.
= How it works =
1. Select Country Based Bank Accounts tab in WooCommerce settings.
2. You can choose multiple countries.
This WooCommerce addon is compatible with:
* WooCommerce 3.4 or newer
== Installation ==
1. Go to Plugins > Add New > Search
2. Type WooCommerce Country Based Bank Accounts in the search box and hit Enter
3. Click on the button Install and then activate the plugin
= Manual Installation =
The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains [instructions on how to do this here](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
== Screenshots ==
1. WooCommerce Country Based Bank Accounts settings page
== Changelog ==
= 2.0 =
* Added option to disable BACS payment gateway on the checkout page if customer billing country doesn't match any of the configured countries
= 1.1 =
* Tested up to Wordpress version 4.9
= 1.0 =
* Initial release.