mage2pro/klarna-compatibility 1.1.0

The module makes the official Klarna payment module for Magento 2 compatible with third-party modules

Type

magento2-module

License

proprietary

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

The module makes the official Klarna payment module for Magento 2 compatible with third-party modules.
Currently the module solves compatibility problems with: - aheadWorks Gift Card - aheadWorks Reward Points - aheadWorks Store Credit and Refund - Amasty Extra Fee

How to install

Hire me in Upwork, 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

bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer require mage2pro/klarna-compatibility:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales, e.g.: de_DE>
bin/magento maintenance:disable
bin/magento cache:enable

How to upgrade

bin/magento maintenance:enable
composer remove mage2pro/klarna-compatibility
rm -rf composer.lock
composer clear-cache
composer require mage2pro/klarna-compatibility:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales, e.g.: de_DE>
bin/magento maintenance:disable
bin/magento cache:enable

Support