How can i make short-description display as a list?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 年 前
<ol style="margin-left: 30px;">
<li>this is paragraph 1</li>
<li>this is paragraph 2</li>
<li>this is paragraph 3</li>
<li>this is paragraph 4</li>
</ol>

(you may need to adjust margin 30px)
9 年 前
ima9ines wrote:

Hi,

You can do it by following steps:

- Open the "Nop.Admin/Views/Product/_CreateOrUpdate.Info.cshtml" file
- Modify following line of code:
ORIGINAL

@Html.TextAreaFor(model => model.Locales[item].ShortDescription, new { style = "Width: 250px; Height: 150px;" })

MODIFIED

@Html.EditorFor(model => model.Locales[item].ShortDescription, "RichEditor")

Hope this help :)

Thank!
9 年 前
Hi,

How to make RickEditor in Short Description with style Width: 250px; Height: 150px;

Thank you!
8 年 前
This template not applied (not active) be with nopCommerce 3.7!

Please help me?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.