QuickPay / magento-v2

Open Software License 3.0
5 stars 20 forks source link

Don't update the checkout page layout #34

Closed robaimes closed 1 year ago

robaimes commented 1 year ago

The default magento 2 layout argument for the checkout_index_index handle is checkout. See here.

We don't want to update this. Other modules/extensions often expect the checkout page layout to be still in use.

For example, to add content to the checkout header, the checkout.header.container container is used. By setting the layout argument to 1column as this extension currently does, this container is no longer present on the page, leading to undesirable results.