Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkout page - layout issue #11

Closed
bezigeboefjes opened this issue Sep 25, 2016 · 2 comments
Closed

Checkout page - layout issue #11

bezigeboefjes opened this issue Sep 25, 2016 · 2 comments

Comments

@bezigeboefjes
Copy link
Contributor

bezigeboefjes commented Sep 25, 2016

There is a layout issue with the header in the checkout page when the paynl module is enabled. Please check attached screenshots. When the paynl module is disabled, the layout of the checkout page is normal. I've reset the theme to the default Luma, with original CSS stylesheets, to make sure it's not a theme error.

To reproduce:

# magento module:disable Paynl_Payment
=> Normal layout
# magento module:enable Paynl_Payment
=> Wrong header

Wrong header:
paynl-enabled

Normal header:
paynl-disabled

@bezigeboefjes
Copy link
Contributor Author

Here's the fix:

In view/frontend/layout/checkout_index_index.xml:

Change:
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">

To:
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="checkout" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">

@andypieters
Copy link
Contributor

Merged your pull request

woutse added a commit that referenced this issue Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants