Compatible with Zen Cart 1.5.0 (and presumably above)
Developed by Matthew Savage - Fat Zebra
https://github.com/fatzebra/ZenCart-Plugin
Released under the GPLv3. Please see license.txt
- Using your FTP Client or SSH/SCP, copy the directories on zencart_directory to your ZenCart root.
- Log into ZenCart Admin/Management, and click on Modules -> Payment
- Click on Fat Zebra, then click Install on the right hand side.
- Enter your account details.
Default credentials are provided, however if you wish to obtain a free Sandbox account please Contact Fat Zebra
- Log into ZenCart Admin/Management, and click on Modules -> Payment
- Click on Fat Zebra, then click Remove.
- Click Remove to confirm.
- Delete the files listed below.
- To remove all configuration items from the database run the following query on your ZenCart database:
delete from configuration where configuration_key like '%FATZEBRA%';- includes/modules/payment/fatzebra.php
- includes/languages/english/modules/payment/fatzebra.php
- An SSL certificate configured for your website
- cURL with SSL support compiled into PHP
- A Fat Zebra account (and of course, an Internet Merchant Facility setup for this account)
While in Test Mode you can use any of the card numbers detailed on the Fat Zebra support site.
If you have problems with this plugin please create a new Github Issue, or email support@fatzebra.com.au explaining the problem you are experiencing.
1.0 - Initial Release 1.1 - Fixed bug with checkout not handling declined cards properly