This plugin enables you to integrate your WooCommerce store with the EBANX payment gateway.
Please, visit the official plugin page on WordPress store.
We've put together all the information you'll need on this file. Also, we always try to keep this file updated and with as much information as possible. If you want to help us with this file or with any coding issue, we would really appreciate it. ❤️
If you want to contribute to our repository the best way is to clone it and then create a symbolic link:
- Install WordPress to your prefered location:
- With your terminal
cd
into your web root folder:cd /path/to/public_html
- Download the latest WordPress build:
wget https://wordpress.org/latest.tar.gz
- Unzip the just downloaded file:
tar -xzvf latest.tar.gz
- Delete that file since we don't need it anymore:
rm latest.tar.gz
- Create the Database and a User
- Access
http://localhost/wordpress
(it might be different depending on the folder you've downloaded WordPress) and follow its steps.
- With your terminal
- Install WooCommerce. If you've configured FTP you can access WordPress Admin Dashboard and install it automatically. Otherwise, you can follow these steps:
- Go to the plugins folder on your WordPress:
cd /path/to/wordpress/wp-content/plugins
- Download the lastest WooCommerce build:
git clone https://github.com/woocommerce/woocommerce.git
- Configure it on WordPress Admin Dashboard
- Go to the plugins folder on your WordPress:
- Clone this repository to your wordpress plugins folder:
cd /path/to/wordpress/wp-content/plugins && git clone https://github.com/ebanx/woocommerce-gateway-ebanx
- Let the coding begin!
You can create a new Issue and wait for someone to fix it. Keep in mind that if you don't provide enough information no one will be able to help you.
If you want to code (and you are not an ebanker yet) all you have to do is fork our repo create a [well named] branch from master and make a pull request to our master.