How to add a custom page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
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
Hace 14 años
Hope this screencast will help - https://www.nopcommerce.com/Screencasts/NopCommerceAddATopic.aspx
Hace 14 años
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
Hace 14 años
Look at NopCommerceStore\Modules\HeaderMenu.ascx control
Hace 14 años
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
Hace 14 años
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!
Hace 14 años
Thank you so much ...
Hace 14 años
Many thanks for the answer!
Hace 12 años
Hello,

The screencast no longer works. Can anyone help please?

Thank you
Hace 12 años
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.