I try to make the checkout page 2columns-leftlayout, but i can't.
If i add this code in checkout_index_index.xml
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> the page is not loading
by default this layout is like this:
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="checkout" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> so if i change layout="checkout" to layout="2columns-left" the page is not loading
I sucesfull changed the checkout cart page in this way and is working, but not for checkout page.'
Does anyone know how to change checkout page to 2columns-left layout?