- Search for the extension in the Shopware Store: https://store.shopware.com/
- Order the extension
- Download it via the Plugin Manager in your store
- Click Install
- Click Activate
- Clear all Caches (you will be prompted for it)
- Open the CLI and navigation to the Shopware root
- Run the following Commands to install the extension via composer:
composer req billie/shopware5-payment-module
- Open the Plugin Manager in your store
- Search for the extension
Billie Payment After Delivery
- Click Install
- Click Activate
- Clear all Caches (you will be prompted for it)
To display the billie in the invoice document etc, they can be accessed in the document template files like so:
IBAN {$Order._order.attributes.billie_iban}
Available Attributes are:
billie_iban
billie_bic
billie_state
- fix issues with Klarna module (third-party)
- Fix saving/loading authorized debtor/shipping-address
- Fix cancel-request, if order got cancelled
- Fix loading customer data from session
- replace Billie logo in checkout
- prevent displaying payment method for B2C customer if they are not registered
- remove filter attribute component which does not have any effect anymore (fixes an issue, that the attributes-management does not load properly)
- fix response sending of ajax call on saving updated address (Widget)
- Replaced outdated SDK for api request with the new SDK (Version 2.x)
- Compatibility to Shopware 5.7
- Compatibility with PHP 8
- Fixed a few bugs
Please note: This is the first public release. There has been a few non-public releases before. You can safely update to this version.