Skip to content

beyondusability/zencart-cashnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Integrate ZenCart with CashNet

###Files Included: mysite/includes/modules/payment/cashnet.php mysite/includes/modules/payment/cashnet/cashnet_admin_notification.php mysite/includes/languages/english/modules/payment/cashnet.php

###Installation Instructions:

  1. Clone or download and extract
  2. Back up existing ZenCart directory, just in case ;)
  3. Copy files to your ZenCart directory
  4. Run MySql script: cashnet.sql
  5. Add the following lines to mysite/includes/database_tables.php define('TABLE_CASHNET', DB_PREFIX . 'cashnet'); define('TABLE_CASHNET_SESSION', DB_PREFIX . 'cashnet_session');
  6. Sign in to your ZenCart admin
  7. To install, click Modules->Payment->CashNet->Install
  8. Enter YOUR CashNet settings
  9. To enable, click edit->true->update

About

CashNet payment module for ZenCart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%