Skip to content

E-ComProcessing/zencart-ecp-plugin

Repository files navigation

E-Comprocessing Gateway Module for Zen Cart

Software License

This is a Payment Module for Zen Cart, that gives you the ability to process payments through E-Comprocessing's Payment Gateway - Genesis.

Requirements

GenesisPHP Requirements

Installation (Manual)

  • Upload the contents of folder (excluding README.md and YOUR_ADMIN) to the <root> folder of your Zen Cart installation
  • Upload the contents of folder YOUR_ADMIN to your <admin> folder of your Zen Cart installation
  • Log into Zen Cart Administration Area with your Administrator account
  • Go to Modules -> Payment -> Locate E-Comprocessing Checkout Module and click Install
  • Click Edit, enter your credentials and configure the plugin to your needs

Supported Transactions & Payment Methods

  • E-Comprocessing Checkout Payment Method
    • Apple Pay
    • Argencard
    • Aura
    • Authorize
    • Authorize (3D-Secure)
    • Baloto
    • Bancomer
    • Bancontact
    • Banco de Occidente
    • Banco do Brasil
    • BitPay
    • Boleto
    • Bradesco
    • Cabal
    • CashU
    • Cencosud
    • Davivienda
    • Efecty
    • Elo
    • eps
    • eZeeWallet
    • Fashioncheque
    • Google Pay
    • iDeal
    • iDebit
    • InstaDebit
    • InitRecurringSale
    • InitRecurringSale (3D-Secure)
    • Intersolve
    • Itau
    • Klarna
    • Multibanco
    • MyBank
    • Naranja
    • Nativa
    • Neosurf
    • Neteller
    • Online Banking
      • Interac Combined Pay-in (CPI)
      • Bancontact (BTC)
      • BLIK (BLK)
      • SPEI (SE)
      • LatiPay (PID)
    • OXXO
    • P24
    • Pago Facil
    • PayPal
    • PaySafeCard
    • PayU
    • Pix
    • POLi
    • Post Finance
    • PSE
    • RapiPago
    • Redpagos
    • SafetyPay
    • Sale
    • Sale (3D-Secure)
    • Santander
    • Sepa Direct Debit
    • SOFORT
    • Tarjeta Shopping
    • TCS
    • Trustly
    • TrustPay
    • UPI
    • WebMoney
    • WebPay
    • WeChat

Note: If you have trouble with your credentials or terminal configuration, get in touch with our support team

You're now ready to process payments through our gateway.

Development

  • Install dev packages
composer install
  • Run PHP Code Sniffer
composer php-cs
  • Run PHP Mess Detector
composer php-md