Skip to content

SCLInternet/SclZfCartPayment

Repository files navigation

SclZfCartPayment

Build Status Coverage Status

Module for SclZfCart which add payment collection to the checkout process.

This module doesn't add any extra functionality itself but rather provides a base for payment modules to run on.

Installation

This module requires the SclZfCart to also be installed.

You can easily install this module via composer by adding the following to your composer.json and running php composer.phar install.

{
    "require": {
        "sclinternet/scl-zf-cart": "dev-master",
        "sclinternet/scl-zf-cart-payment": "dev-master"
    }
}

Configuring

Once you have installed the module copy to the data/scl_zf_cart_local.php.dist to your applications autoload directory.

You can then edit this file to enable the different payment methods you wish to use.

Payment Modules

Currently there are 2 supported payment modules available:

About

Module for SclZfCart which add payment collection to the checkout process

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published