Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mage2pro/yandex-kassa
Yandex.Kassa (Яндекс.Касса, Yandex.Checkout) integration with Magento 2
https://github.com/mage2pro/yandex-kassa
mage2pro mage2pro-module mage2pro-module-ready mage2pro-module-reusable mage2pro-payment magento-extension magento2 magento2-extension magento2-module magento2-payment-gateway russia yandex yandex-api yandex-checkout yandex-kassa yandex-money
Last synced: about 12 hours ago
JSON representation
Yandex.Kassa (Яндекс.Касса, Yandex.Checkout) integration with Magento 2
- Host: GitHub
- URL: https://github.com/mage2pro/yandex-kassa
- Owner: mage2pro
- Created: 2017-04-13T16:15:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T22:31:31.000Z (7 months ago)
- Last Synced: 2024-08-14T02:34:27.363Z (3 months ago)
- Topics: mage2pro, mage2pro-module, mage2pro-module-ready, mage2pro-module-reusable, mage2pro-payment, magento-extension, magento2, magento2-extension, magento2-module, magento2-payment-gateway, russia, yandex, yandex-api, yandex-checkout, yandex-kassa, yandex-money
- Language: PHP
- Homepage: https://upwork.com/fl/mage2pro
- Size: 294 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The module integrates a Magento 2 based webstore with the **[Yandex.Kassa](https://checkout.yandex.com)** (as known as Yandex.Checkout, Яндекс.Касса) payment service (Russia).
Yandex.Kassa is used by **[30% of Russian webstores](https://mage2.pro/t/topic/3716)** (2017).
Yandex.Kassa also works in Armenia, Azerbaijan, Belarus, Georgia, Kazakhstan, Kyrgyzstan, Latvia, Moldova, Tajikistan.
The module is **free** and **open source**.## [Screenshots](https://mage2.pro/tags/yandex-kassa-screenshot)
- The frontend checkout screen:
- [in the «**images**» mode](https://mage2.pro/t/topic/4562)
- [in the «**text**» mode](https://mage2.pro/t/topic/4559)
- [The backend settings](https://mage2.pro/t/topic/4498)
- The user interfaces for a payment:
- [bank card](https://mage2.pro/t/topic/4597)
- A payment confirmation to a customer:
- [in the Yandex.Kassa interface](https://mage2.pro/t/topic/4619)
- [by email](https://mage2.pro/t/topic/4622)## How to install
[Hire me in Upwork](https://upwork.com/fl/mage2pro), and I will:
- install and configure the module properly on your website
- answer your questions
- solve compatiblity problems with third-party checkout, shipping, marketing modules
- implement new features you need### 2. Self-installation
```
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/yandex-kassa:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f ru_RU en_US
bin/magento maintenance:disable
```## How to update
```
bin/magento maintenance:enable
composer remove mage2pro/yandex-kassa
rm -f composer.lock
composer clear-cache
composer require mage2pro/yandex-kassa:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f ru_RU en_US
bin/magento maintenance:disable
```