سؤال

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
هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top