kyrena / openmage-paymentmax
A module to add new payment methods for OpenMage.
Installs: 11
Dependents: 0
Suggesters: 1
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento-module
Requires
- php: >=7.2.0
- ext-bcmath: *
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- openmage/magento-lts: >=19.4.0 || main-dev || next-dev
- symfony/polyfill-php80: *
Suggests
Replaces
- luigifab/openmage-paypalrefund: *
README
Stop russian war. 🇺🇦 Free Ukraine!
paymentmax
A module to add new payment methods for OpenMage.
Composer requirements:
- tpay-com/tpay-php (only for Tpay)
- 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
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
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 cache
Or, without composer:
- download latest release and extract src/* directories
- clear cache