Frage

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.

War es hilfreich?

Lösung

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" />
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top