tamara-solution/magento
Composer 安装命令:
composer require tamara-solution/magento
包简介
A Magento 2 module that creates tamara payment methods
README 文档
README
- Tamara payment for Magento 2.2
- Tamara payment for Magento 2.3 & 2.4
Tamara extension for Magento 2.2
This extension allows you to use tamara as a payment gateway in your Magento store.
Installation steps
Installation Using Composer (Recommended)
composer require tamara-solution/magento:~1.0
php bin/magento module:enable Tamara_Checkout
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Manual Setup
-
Create folder called Tamara/Checkout in [ROOT]/app/code/
-
Download and extract files from this github repository to the folder.
-
Open the command line interface.
-
Run the following command to install our php sdk:
composer require tamara-solution/php-sdk
- Enable Tamara Checkout by running below command:
php bin/magento module:enable Tamara_Checkout
Magento setup upgrade:
php bin/magento setup:upgrade
Magento Dependencies Injection Compile:
php bin/magento setup:di:compile
Magento Static Content deployment:
php bin/magento setup:static-content:deploy
- Flush cache
php bin/magento cache:flush
Admin Configuration
Login to your Magento Admin
Navigate to Store > Configuration > Sales > Payment Methods > Tamara Checkout
See full instructions here https://docs.tamara.co/docs/magento-configuration
API Configuration
Set the API URL that you get from us for example for SANDBOX https://api-sandbox.tamara.co
Set the API Token that you get from us
Set the Notification Token that you get from us
Link to tamara introduction page, this link will be attached onto the tamara payment image that's displayed next to the payment title on the checkout page. Please put https://www.tamara.co
Link login tamara for the customer, this link will be attached onto the tamara customer profile logo after redirecting back from tamara checkout for success case. Please put https://app.tamara.co
Enable trigger to Tamara, this option will allow you to automatically trigger Capture, Refund or Cancellation to tamara when you perform corresponding action with Magento or not. If disabled, you have to integrate with our API directly.
Checkout Order Statuses
Here you can specify which statuses you want to update for the order in case of success, failure or cancel from tamara
tamara-solution/magento 适用场景与选型建议
tamara-solution/magento 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 79.47k 次下载、GitHub Stars 达 10, 最近一次更新时间为 2020 年 05 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 tamara-solution/magento 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tamara-solution/magento 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 79.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2020-05-03