Bug in Shopware Paypal plugin
Published: 21. March, 2023
Bug in Shopware Paypal plugin
Solved: The problem was solved quickly by Shopware with version 6.0.2.
There is a bug in the current version (6.0 bzw. 6.0.1) of the Paypal plugin that prevents custom CSS code from the theme configuration from being included and some background images from being displayed.
The bug is already covered in the following issue: https://issues.shopware.com/issues/PPI-753
Update 1:34 PM:
It looks like a typo in the meta.html.twig
of the Paypal plugin (https://github.com/shopware/SwagPayPal/blob/master/src/Resources/views/storefront/layout/meta.html.twig) is responsible for this.
Instead of {% extends '@Storefront/storefront/layout/meta.html.twig' %}
it should be {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
.
We have informed Shopware about the problem and Shopware is taking care of it.
Update 03/22/2023 11:23 AM
With version 6.0.2 of the Paypal plugin Shopware has fixed the problem with the meta.html.twig. We can confirm that custom CSS code is possible again.
see: https://github.com/shopware/SwagPayPal/commit/8033551263c792440c53d91e7ab47ad0d55cfa9c