-
Notifications
You must be signed in to change notification settings - Fork 26
/
readme.txt
executable file
·54 lines (42 loc) · 2.36 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
=== Conekta Woocommerce ===
Contributors: cristinarandall
Tags: free, oxxo, conekta, mexico, payment gateway
Requires at least: 3.5.2
Tested up to: 4.0
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WooCommerce Payment Gateway for Conekta.io
This bundles functionality to process credit cards and cash (OXXO) payments securely as well as send email notifications to your customers when they complete a successful purchase.
== Description ==
Current version features:
* Uses Conekta.js - No PCI Compliance Issues ( Requires an SSL Certificate)
* Credit and Debit Card implemented
* Cash payments implemented
* Sandbox testing capability.
* Automatic order status management
* Email notifications on successful purchase
== Installation ==
* Make sure that you have at least PHP Version 5.4 since the Conekta PHP library requires this version
* Upload the plugin zip file in Plugins > Add New and then click "Install Now"
* Once installed, activate the plugin.
* Add your API keys in Woocommerce > Settings > Checkout from your Conekta account (admin.conekta.io) in https://admin.conekta.io#developers.keys
* To manage orders for offline payments so that the status changes dynamically, you will need to add the following url as a webhook in your Conekta account:
http://tusitio.com/wc-api/WC_Conekta_Cash_Gateway
Replace to tusitio.com with your domain name
== Screenshots ==
1. In your Woocommerce admin in Settings > Checkout, you will need to add the API Keys from your Conekta.io account
2. Also, you will need o configure webhooks correctly in your conekta account adding http://tusitio.com/wc-api/WC_Conekta_Cash_Gateway so that the order status changes dynamically
3. Once the user pays with the barcode or reference the order status in your Woocommerce admin will automatically change
4. You will need to configure SSL since the user will be entering their credit card information directly in the checkout. They will not be redirected to another page.
== Changelog ==
= 0.1.0 =
* Online payments
* Sandbox testing capability.
* Option to save customer profile.
* Card validation at Conekta's servers so you don't have to be PCI.
* Client side validation for credit cards.
= 0.1.1 =
* Offline payments
* Barcode sent in mail and displayed in order the confirmation page
* Order Status changed dynamically once webhook is added in Conekta.io Account