HTML code in Short Description

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 yıl önce
Hi, I was wondering if it's possible to add the text/ HTML editor to the Product short description as well.



I need to add line breaks and custom HTML to many of my products but this is currently not possible...
Im on version 4.20

Thanks in advance.

/Marty
4 yıl önce
Modify Admin > Views > Product > _CreateOrUpdate.Info.cshtml as below.

Line:240
<nop-editor asp-for="@Model.Locales[item].ShortDescription" asp-template="RichEditor" />

Line:271
<nop-editor asp-for="ShortDescription" asp-template="RichEditor" />
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.