Skip to content

Commit

Permalink
Prestashop 1.7 readme (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoconekta committed Aug 17, 2017
1 parent 8775187 commit 2699aea
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion README.md
@@ -1 +1,34 @@
# Este repositorio es un Work In Progress de Prestashop 1.7 y no se encuentra en estado de release o productivo
Prestashop [1.7] Plugin v1.0.0
=======================
This plugin is an official and stable version of the Conekta Prestashop extension. It bundles functionality to process credit cards, SPEI, Banorte and OXXO payments securely as well as send email notifications to your customers when they complete a successful purchase.

Don't worry about managing the status of your orders, the plugin will automatically changes orders to paid as long as your webhooks are properly configured.

Features
--------
Current version features:

* Online and offline payments.
* Automatic order status management.
* Sandbox testing capability.
* Client side validation for credit cards.
* All card data is sent directly to Conekta's servers so you don't have to be PCI compliant.

Installation
-----------

Clone the module using git clone --recursive git@github.com:conekta/conekta_prestashop.git

There is no custom installation for this plugin, just the default:

* Compress the folder conektaprestashop.
* Go to the modules section and clic on 'Add a new module'.
* Select the compressed folder.
* Search for conektaprestashop in the modules list.
* Clic on 'install'.
* Add your API keys.
* Modify if necessary your webhook url.

License
-------
Developed by [Conekta](https://www.conekta.io). Available under [MIT License](LICENSE).

0 comments on commit 2699aea

Please sign in to comment.