category page, description move

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 5 años
I would like to move the category description text that is displayed on a shop category from the top to the bottom of the category page.


Overcome the categorized products, the bottom of the description. How to do it.
Hace 5 años
itamturk wrote:
I would like to move the category description text that is displayed on a shop category from the top to the bottom of the category page.


Overcome the categorized products, the bottom of the description. How to do it.


You can make changes in the current theme or create your own custom theme and override the view.

Assuming you are talking about category grid, you should look into this view:
src/Presentation/Nop.Web/Views/Catalog/CategoryTemplate.ProductsInGridOrLines.cshtml
Hace 5 años
thank you.
Hace 5 años
A2Hosting_Liaison wrote:
src/Presentation/Nop.Web/Views/Catalog/CategoryTemplate.ProductsInGridOrLines.cshtml

Please note, that is original file, and it is not recommended to made any changes at this one. You should look for that file name at your theme, if your theme does not use this file, just copy original file to proper folder of using theme.

Regards,
Tom
Hace 5 años
itamturk wrote:
thank you.


You are welcome
Hace 5 años
I moved it to the bottom of the category page. How do I add a short description at the top.
Hace 5 años
itamturk wrote:
I moved it to the bottom of the category page. How do I add a short description at the top.


What short description are you referring to?

There is only one description field for categories?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.