Enable Editing on Category or Product Pages

Version: 8.2

Set editing privileges with more precision than type-to-type mapping.

Complete the following prerequisites:

Context for the current task

  1. Task step.

    If you are using MVC:

    continue to the next step.

    If you are using WebForms :

    continue to 4

  2. In a view or partial view, use this syntax:@Html.Sitecore().Field("Description", this.Item)

  3. In code behind, use this syntax: PageContext.Current.HtmlHelper.Sitecore().Field("Description", this.Item);

  4. In WebForms, use this syntax:<sc:Text runat="server" field="fieldName" />

Do you have some feedback for us?

If you have suggestions for improving this article,