Close

Category ShortDescription

cbaldo
3 years ago
#21178 Quote
Avatar
  • 9
Hi
A customer aks me to use the category shortdescription text and to shows it after the subcategories list in category page. I tried but the text is never displayed. Is there a way to satisfy this request?
The nop-commerce version is 4.10

thank you

Claudio
Boyko
3 years ago
#21182 Quote
Avatar
  • Moderator
  • 1570
cbaldo wrote:
Hi
A customer aks me to use the category shortdescription text and to shows it after the subcategories list in category page. I tried but the text is never displayed. Is there a way to satisfy this request?
The nop-commerce version is 4.10

thank you

Claudio


Hi Claudio,

You should simply use the information from the category model to show the short description.
If this model is not present where you want to show it then you can use the category model factory to build it.
Regards,
Nop-Templates.com Team
cbaldo
3 years ago
#21183 Quote
Avatar
  • 9
Boyko wrote:

Hi Claudio,

You should simply use the information from the category model to show the short description.
If this model is not present where you want to show it then you can use the category model factory to build it.


Thank you. I assumed that that property was already managed

Claudio