Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mage2pro/tbc-bank
TBC Bank integration with Magento 2
https://github.com/mage2pro/tbc-bank
georgia mage2pro mage2pro-module mage2pro-module-ready mage2pro-module-reusable mage2pro-payment magento magento2 magento2-extension magento2-module magento2-payment-gateway
Last synced: about 12 hours ago
JSON representation
TBC Bank integration with Magento 2
- Host: GitHub
- URL: https://github.com/mage2pro/tbc-bank
- Owner: mage2pro
- Created: 2018-08-23T22:30:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T00:29:23.000Z (6 months ago)
- Last Synced: 2024-05-22T00:47:35.495Z (6 months ago)
- Topics: georgia, mage2pro, mage2pro-module, mage2pro-module-ready, mage2pro-module-reusable, mage2pro-payment, magento, magento2, magento2-extension, magento2-module, magento2-payment-gateway
- Language: PHP
- Homepage: https://upwork.com/fl/mage2pro
- Size: 156 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The module integrates a Magento 2 based webstore with [TBC Bank](http://www.tbcbank.ge) (Georgia).
The module is **free** and **open source**.![](https://mage2.pro/uploads/default/original/2X/3/312d322286b2a474fb76ab5a539dfb14698a6497.png)
![](https://mage2.pro/uploads/default/original/2X/0/0aaf74161960c5d37cdfb955421a5a586d72789a.png)
![](https://mage2.pro/uploads/default/original/2X/8/8d11867a6f0b1e8920a9c5d342e24a1c7cfe5fb3.png)
![](https://mage2.pro/uploads/default/original/2X/8/8070c57ea9dbc39570110b4a39a5c8998452b104.png)## 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/tbc-bank:*
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 ka_GE en_US
bin/magento maintenance:disable
```## How to update
```
bin/magento maintenance:enable
composer remove mage2pro/tbc-bank
rm -f composer.lock
composer clear-cache
composer require mage2pro/tbc-bank:*
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 ka_GE en_US
bin/magento maintenance:disable
```