resursbank/prestashop17
Composer 安装命令:
composer require resursbank/prestashop17
包简介
Resurs Bank Payment Gateway for PrestaShop 1.7.x
README 文档
README
Find out more from the documentation at https://test.resurs.com/docs/display/ecom/PrestaShop Payment Gateways
Prerequisites
- PrestaShop 1.7.6-1.7.7 (tested).
- For Internet Explorer users: Version 9 or later is required.
- Compatible with PHP 7.0 and higher.
- PHP module for curl (For REST-services)
- PHP module for xml+soapclient (For web-services/WSDL)
- At least PHP 5.6: As of 2.7.1, the module is no longer compatible with PHP 5.3
- SSL based library (For outbound communication with Resurs Bank)
Upgrade
For each upgrade you do, make sure you clear all cache data in PrestaShop admin (Via the Advanced->Performance tab).
Installation
Download our module from https://bitbucket.org/resursbankplugins/resurs-checkout-prestashop17/downloads/?tab=tags If there are no present tag, for prestashop 1.7 - go check https://bitbucket.org/resursbankplugins/resurs-checkout-prestashop17/downloads/?tab=downloads.
- For both Prestashop 1.6 and 1.7, grab a tagged release from our repos (do not use the master-branch as this usually is a development branch - and even if it's for the moment stable, we can't guarantee full production support at this level).
- Unzip the downloaded file into /modules (the downloaded file may look like this: resursbankplugins-resurs-checkout-prestashop16-ff8652e77e83.zip)
- Make sure you rename the primary directory that you unzipped to the modules directory. If the zip looks like above ( resursbankplugins-resurs-checkout-prestashop16-ff8652e77e83.zip), the directory that the module will land under may look like this: resursbankplugins-resurs-checkout-prestashop16-ff8652e77e83
- Make sure your cloned or extracted directory under modules is renamed to resursbankcheckout, or the module won't be found by prestashop therefore not work.
- Activate the module and configure it through the admin module panel. Do not forget to put the username and password in the credentials field.
- Also do not forget to register payment methods and callbacks (see screen dump below)!
- Before going production mode, make sure you test the module so you know it covers your needs!
Cloning the repository
You can also clone the respository like the below example, if you are used to use for example SSH. Make sure your directory location is in prestashop-root/modules.
git clone https://bitbucket.org/resursbankplugins/resurs-checkout-prestashop17.git resursbankcheckout
How we deploy ecomphp
Sample script of how we deploy new ecom-releases:
#!/bin/bash
echo "Preparing library structure..."
echo "Clean up cache ..."
composer clear >/dev/null 2>&1
echo "Upgrading vendor by removal..."
rm -fr vendor
composer install --prefer-dist
composer up
echo "Cleaning up unnecessary ignores ..."
find vendor/ -name .gitignore -exec rm -vf {} \; >/dev/null 2>&1
echo "Cleaning up .git structures ..."
find vendor/ -type d -name .git -exec rm -rvf {} \; >/dev/null 2>&1
echo "Cleaning up tests..."
find vendor/ -type d -name tests -exec rm -rvf {} \; >/dev/null 2>&1
Changelog
See CHANGELOG.md
resursbank/prestashop17 适用场景与选型建议
resursbank/prestashop17 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 7 次下载、GitHub Stars 达 0, 最近一次更新时间为 2021 年 09 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 resursbank/prestashop17 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 resursbank/prestashop17 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2021-09-28