How to add a custom page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Hi all,

I have installed the software and I am now looking to customize it. How do I add a custom page? For example - say an 'About' page? The first site will need to have the shop inside the main site so I will need many pages added which aren't product sales pages.

Is there any documentation anywhere on customization?

Many thanks,

Stuart
14 years ago
Hope this screencast will help - https://www.nopcommerce.com/Screencasts/NopCommerceAddATopic.aspx
14 years ago
Ok this is a nice feature. But what, if I want to connect the topic to a menu?
Is it possible to add or make changes to the topmenu.

It could be possible that some merchant wants to remove the blog or forum and add something else.

regards Berndt
14 years ago
Look at NopCommerceStore\Modules\HeaderMenu.ascx control
14 years ago
Ok
Is this what you mean:

Create an myPage.aspx file with controls and Html text
and then link to it from the modules/HeaderMenu.ascx
like the following code

        <li><a href="<%=Page.ResolveUrl("~/myPage.aspx")%>">
            <%=GetLocaleResourceString("myPage")%></a> </li>


or create a topic and in the "add topic content " copy the following Topic URL:

http://localhost/Topic/11-this-is-a-testtopic-title.aspx
and paste it into the modules/HeaderMenu.ascx file


        <li><a href="<%=Page.ResolveUrl("http://localhost/Topic/11-this-is-a-testtopic-title.aspx")%>">
            <%=GetLocaleResourceString("Test")%></a> </li>

By the way. Is there any possibillity to map the localhost to the domainname?

regards Berndt
14 years ago
create a topic and in the "add topic content " copy the following Topic URL: http://localhost/Topic/11-this-is-a-testtopic-title.aspx and paste it into the modules/HeaderMenu.ascx file

Absolutely right!
14 years ago
Thank you so much ...
14 years ago
Many thanks for the answer!
12 years ago
Hello,

The screencast no longer works. Can anyone help please?

Thank you
12 years ago
Hi,

Check Below file for step by step guide.

Go to Admin Panel
Click on Content Management

Click on Topics...

Here you can add new topics and once you save it then it will show it to your home page..

Click here to check the Screen Shot Step 1  - http://img163.imageshack.us/img163/3996/nopcommercecustompagest.png, Step 2 - http://img838.imageshack.us/img838/3996/nopcommercecustompagest.png


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