Question

I want to move the category Image and category description in the column of product listing at category page. Now the Image and description is appearing above the 2column-left layout.

Était-ce utile?

La solution

Try below code in your catalog_category_view.xml

<move element="category.image" destination="content" before="category.products" />
<move element="category.description" destination="content" after="category.image" />
Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top