Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

conekta/femsa-ct-woocommerce-plugin

 
 

Repository files navigation

Conekta Woocommerce v.3.7.7

Made with PHP By Conekta

WooCommerce Payment Gateway for Conekta.io

This is a Open Source and Free plugin. It 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.

Features

Current version features:

  • Uses Conekta.js - No PCI Compliance Issues ( Requires an SSL Certificate)
  • Credit and Debit Card implemented
  • Cash payments implemented
  • Custom description and instructions in offline payments (OXXO and SPEI)

alt tag

  • Sandbox testing capability.
  • Automatic order status management
  • Email notifications on successful purchase
  • Email notifications on successful in cash payment

alt tag

Example for custom instructions:

<ol>
	<li>Acude a la tienda OXXO más cercana.</li>
	<li>Inidica en caja que quieres realizar un pago de <b>OXXOPay</b>.</li>
	<li>Dicta al cajero el número de referencia en esta ficha para que la tecleé directamente en la pantalla de venta.</li>
	<li>Realiza el pago correspondiente con dinero en efectivo.</li>
	<li>Al confirmar tu pago, el cajero te entregará un comprobante impreso. <b>En él podrás verificar que se haya realizado correctamente</b>. Conserva este comprobante de pago.</li>
</ol>

Version Compatibility

This plugin has been tested on Wordpress 6.2 WooCommerce 7.6.0

Installation

Method 1:

  • Clone the module using git clone --recursive [email protected]:conekta/conekta-woocommerce.git
  • Upload the plugin zip file in Plugins > Add New and then click "Install Now"
  • Once installed, activate the plugin.

Method 2:

  • Search the plugin in Plugins > Add New

  • In the search bar type Conekta Payment and the click "Install Now"

  • Add your API keys in Woocommerce > Settings > Checkout from your Conekta account (admin.conekta.io) in https://admin.conekta.io#developers.keys

alt tag

alt tag

Replace to tusitio.com with your domain name

License

Developed in Mexico by Conekta in. Available with MIT License.


How to contribute to the project

  1. Fork the repository

  2. Clone the repository

    git clone [email protected]:yourUserName/conekta-woocommerce.git
  1. Create a branch
    git checkout develop
    git pull origin develop
    # You should choose the name of your branch
    git checkout -b <feature/my_branch>
  1. Make necessary changes and commit those changes
    git add .
    git commit -m "my changes"
  1. Push changes to GitHub
    git push origin <feature/my_branch>
  1. Submit your changes for review, create a pull request

    To create a pull request, you need to have made your code changes on a separate branch. This branch should be named like this: feature/my_feature or fix/my_fix.

    Make sure that, if you add new features to our library, be sure that corresponding unit tests are added.

    If you go to your repository on GitHub, you’ll see a Compare & pull request button. Click on that button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.6%
  • JavaScript 47.4%