sclinternet/scl-zf-cart-payment
Composer 安装命令:
composer require sclinternet/scl-zf-cart-payment
包简介
The payment module for SclZfCart
README 文档
README
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:
统计信息
- 总下载量: 177
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-13