forked from psydernet/woocommerce-gateway-xem
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
86 lines (53 loc) · 2.69 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
=== Woocommerce Gateway XEM (Luxtag Fork) ===
Contributors: inpali, wildanluxtag, luxtagofficial
Donate link: https://github.com/luxtagofficial/woocommerce-gateway-xem/blob/master/donate.md
Tags: woocommerce, nem, xem, payment, payment gateway, digital currency, bitcoin, xem coin
Requires at least: 5.2.0
Tested up to: 5.2.2
Stable tag: 2.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Accept XEM payments in you store automatically over the NEM network. Real-time convert EUR, USD, BTC to XEM.
== Description ==
This plugin is forked from https://github.com/RobertoSnap/woocommerce-gateway-xem. We fork the plugin to maintain its compatibility with current wordpress.
Accept XEM payments directly in your store.
= This plugin lets you automatically take payment and settle orders in XEM =
It will automatically convert the checkout amount into XEM during customer checkout
It can be used alongside other payment gateways like Stripe and PayPal. You can list your products in USD or EUR, and take payment in XEM. You can choose to show prices in both
* Just USD / EUR
* Just XEM
* USD / EUR AND XEM
It caches prices when needed each minute, so it will not overload your database or have extensive currency requests.
The payment process is built upon standard Woocommerce processes, so other 3pt plugin should work.
Currently supported currencies are USD and EUR.
== Screenshots ==
1. The payment method show to customer under checkout.
2. The settings panel for store managers.
3. If you choose to show both default and XEM currency, this is how it looks like. (optional).
== Installation ==
1. Upload `woocommerce-gateway-xem` to the `/wp-content/plugins/` directory OR download it from the Wordpress repository.
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Woocommerce -> Settings -> Checkout -> XEM and configure your payment method.
== Frequently Asked Questions ==
= Can i use this plugin alongside other payment methods in Woocommerce =
Yes
= Do i need to have an XEM address to use this plugin =
Yes. You can create your own XEM address from NEM wallet. Download NEM wallet: [https://nem.io/downloads/](https://nem.io/downloads/).
== Changelog ==
= 2.2.0 =
* Forked from original repo at https://github.com/RobertoSnap/woocommerce-gateway-xem
* Use clipboard.js from wordpress (included since wp5.2)
= 2.1.9 =
* Added translations
* Now switches out all prices in Cart and Checkout if parameter set.
= 2.1.8 =
* Minor refactoring
* Fix to test settings
* Fix to clipboard
= 2.1.7 =
* Added possibility to show prices in XEM, default currency and XEM and just default currency.
= 2.1.6 =
* Started changelog
== Upgrade Notice ==
= 2.1.6 =
No notices