Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyrena/openmage-paymentmax
A module to add new payment methods for OpenMage.
https://github.com/kyrena/openmage-paymentmax
es5 i18n magento magento-module open-source openmage openmage-module php7 php8 vanilla-js
Last synced: about 2 months ago
JSON representation
A module to add new payment methods for OpenMage.
- Host: GitHub
- URL: https://github.com/kyrena/openmage-paymentmax
- Owner: kyrena
- License: gpl-2.0
- Created: 2022-02-08T16:16:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T16:46:49.000Z (over 1 year ago)
- Last Synced: 2024-11-19T07:36:22.386Z (2 months ago)
- Topics: es5, i18n, magento, magento-module, open-source, openmage, openmage-module, php7, php8, vanilla-js
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stop russian war. **πΊπ¦ Free Ukraine!**
# paymentmax
A module to add new payment methods for [OpenMage](https://github.com/OpenMage/magento-lts).
Composer requirements:
* [tpay-com/tpay-php](https://github.com/tpay-com/tpay-php) (only for Tpay)
* [yoomoney/yookassa-sdk-php](https://github.com/yoomoney/yookassa-sdk-php) (only for YooKassa)## New configuration options
In **System / Configuration / Payment Methods / General**, you can _hide and clear configuration_ for a custom selection of unused payment methods. You are seeing a `*` in section head? This is a mark to inform you that the payment method is available for the default country of the current store view.
## New payment methods
| Name | Logo/Link | Info |
| ---- | ---- | ---- |
| **PayPal** | [](https://www.paypal.com/) | |
| **Tpay** | [](https://www.tpay.com/) | |
| **YooKassa** | [](https://yookassa.ru/) | don't work with this country, it's an enemy of your freedom |## Copyright and Credits
- Current version: 1.1.3-beta (16/06/2023)
- Compatibility: OpenMage 19.x / 20.x / 21.x, PHP 7.2 / 7.3 / 7.4 / 8.0 / 8.1 / 8.2
- Client compatibility: Firefox 36+, Chrome 32+, Opera 19+, Edge 16+, Safari 9+
- Translations: English (en), French (fr-FR/fr-CA), German (de), Italian (it), Portuguese (pt-PT/pt-BR), Spanish (es) / Chinese (zh), Czech (cs), Dutch (nl), Greek (el), Hungarian (hu), Japanese (ja), Polish (pl), Romanian (ro), Russian (ru), Slovak (sk), Turkish (tr), Ukrainian (uk)
- License: GNU GPL 2+If you like, take some of your time to improve the translations, go to https://bit.ly/2HyCCEc.
## Installation
First, remove Mage_Paypal and Mage_PaypalUk:
```
rm -r app/code/core/Mage/PaypalUk
rm -r app/code/core/Mage/Paypal
rm -r app/design/adminhtml/default/default/template/paypal
rm -r app/design/frontend/base/default/template/paypal
rm -r app/design/frontend/rwd/default/template/paypal
rm -f app/locale/*/Mage_Paypal.csv app/locale/*/Mage_Paypaluk.csv
rm -f app/design/frontend/base/default/layout/paypaluk.xml
rm -f app/design/frontend/base/default/layout/paypal.xml
rm -f app/design/frontend/rwd/default/layout/paypal.xml
rm -r skin/adminhtml/default/default/images/paypal*
rm -f skin/frontend/rwd/default/scss/module/_paypal.scss
```
```sql
DELETE FROM core_config_data WHERE path LIKE "payment/paypal%"
OR path LIKE "paypal/%" OR path LIKE "paypalrefund/%";
```Then, with composer:
- `composer require kyrena/openmage-paymentmax`
- clear cacheOr, without composer:
- download latest [release](https://github.com/kyrena/openmage-paymentmax/releases) and extract _src/*_ directories
- clear cache