category page, description move

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
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.
5 years ago
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
5 years ago
thank you.
5 years ago
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
5 years ago
itamturk wrote:
thank you.


You are welcome
5 years ago
I moved it to the bottom of the category page. How do I add a short description at the top.
5 years ago
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.