Pergunta

I want to override page_layout file product-full-width.xml

I was trying to override this in

app/design/frontend/Company_Name/Theme_Name/app/design/frontend/Company_Name/Theme_Name/Magento_Theme/page_layout/product-full-width.xml
Foi útil?

Solução

page_layout represents the full page, i mean you can declare your own full page without inheriting any master or root or other empty layout.

layout represents the part of the page mostly the html content. You can use this when you want your page to inherit the common contents from the root layout like header, footer etc.

For overright page layout please refere below link :

https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-override.html

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top