kyrena/openmage-paymentmax

A module to add new payment methods for OpenMage.

v1.1.2 2023-06-06 20:00 UTC

This package is auto-updated.

Last update: 2024-04-16 18:41:26 UTC


README

Stop russian war. 🇺🇦 Free Ukraine!

paymentmax

A module to add new payment methods for OpenMage.

Composer requirements:

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
Tpay
YooKassa 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
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