mage2pro/klarna-compatibility

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

1.1.0 2019-09-21 20:37 UTC

This package is auto-updated.

Last update: 2024-03-22 06:17:11 UTC


README

The module makes the official Klarna payment module for Magento 2 compatible with third-party modules.
Currently the module solves compatibility problems with:

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