How do you add a New Content Page ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Ok, I love this cart!

I'm wanting to add a new content page. Like right now there is Home Page,New Products,Search,News,forums,and Contact us,I want to add a new link to the navigation bar which leads to a new content page.

Please - Thanks!
14 years ago
Go to administration
Go to Content Management/Topics
Click "add New" type in the new page name "NewPageName", then click "save"
Click "back to topics list"
Click "edit topic Content" (on the new name created)
Type something in the body, then click "save"
Copy the Topic url

Go to content management/localisation/English
click "add new"
Resource name:   PageTitle.NewPageName
Resource value:  New Page Name
click save

Go to Visual Studio/nopCommerce/Modules/HeaderMenu.ascx
Paste: the resource string as in the following example:
        <li><a href="<%=Page.ResolveUrl("~/Topic/NewPageName.aspx")%>">
            <%=GetLocaleResourceString("PageTitle.NewPageName")%></a> </li>
Paste the new url inside " "

Click Save
Click CNTL F5 to test

Chad
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.