TransbankDevelopers / transbank-plugin-magento2-webpay-rest

Plugin Magento 2 using Transbank REST API
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

Module force checkout layout to a non standard "1column" #27

Closed Markblu closed 2 years ago

Markblu commented 3 years ago

The plugin change the standard layout of checkout to "1column" layout, as results in checkout is added "header-wrapper" and "footer-container".

Para reproducir

  1. Get a fresh Magento installation
  2. Use standard Luma o Blank theme
  3. Install the transbank plugin
  4. add a product to cart and go to checkout

Comportamiento observado

The layout of checkout page is changed, header and footer appears.

Comportamiento esperado

The layout of checkout page should not change.

Capturas de pantalla

immagine

Versiones (por favor agrega aquí la siguiente información):

Contexto adicional

Please check view/adminhtml/layout/adminhtml_system_config_edit.xml in line 2:

  1. there in an error in xml tag is written "pagepage" instead of "page"
  2. layout is forced to "1column"

Thanks a lot

HeikelV commented 3 years ago

In this case, what would be the appropriate behavior? Show or not show the header and footer? like this picture??

2021-08-03_02-23

isabellaahc commented 2 years ago

Hola a todos! Este issue fue solucionado en la versión 1.1.4 del plugin. Muchas gracias por reportar 🎉