How to add a custom page?

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

The screencast no longer works. Can anyone help please?

Thank you
Il y a 12 ans
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.