https://github.com/mage2pro/klarna-compatibility
It makes the official Klarna payment module for Magento 2 compatible with third-party modules
https://github.com/mage2pro/klarna-compatibility
klarna klarna-api klarna-checkout klarna-payments mage2pro mage2pro-module mage2pro-module-ready mage2pro-module-reusable mage2pro-payment magento magento2 magento2-extension magento2-module magento2-payment-gateway
Last synced: about 1 month ago
JSON representation
It makes the official Klarna payment module for Magento 2 compatible with third-party modules
- Host: GitHub
- URL: https://github.com/mage2pro/klarna-compatibility
- Owner: mage2pro
- Created: 2019-09-17T04:42:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T20:37:19.000Z (over 6 years ago)
- Last Synced: 2025-01-14T23:36:03.542Z (over 1 year ago)
- Topics: klarna, klarna-api, klarna-checkout, klarna-payments, mage2pro, mage2pro-module, mage2pro-module-ready, mage2pro-module-reusable, mage2pro-payment, magento, magento2, magento2-extension, magento2-module, magento2-payment-gateway
- Language: PHP
- Homepage: https://upwork.com/fl/mage2pro
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The module makes the [official Klarna payment module for Magento 2](https://docs.magento.com/m2/ce/user_guide/payment/klarna.html) compatible with third-party modules.
Currently the module solves compatibility problems with:
- aheadWorks [Gift Card](https://ecommerce.aheadworks.com/magento-2-extensions/gift-card)
- aheadWorks [Reward Points](https://ecommerce.aheadworks.com/magento-2-extensions/points-and-rewards)
- aheadWorks [Store Credit and Refund](https://ecommerce.aheadworks.com/magento-2-extensions/store-credit)
- Amasty [Extra Fee](https://amasty.com/extra-fee-for-magento-2.html)
## How to install
[Hire me in Upwork](https://www.upwork.com/fl/mage2pro), 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
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
bin/magento maintenance:disable
bin/magento cache:enable
```
## Support
- [The extension's **forum** branch](https://mage2.pro/c/extensions/klarna-compatibility).
- [Where and how to report a Mage2.PRO extension's issue?](https://mage2.pro/t/2034)