Customization

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 năm cách đây
I need one more page ("HOW TO") on the top of nopcommerce. Where "HOME", "PRODUCTS" "BLOG" etc are, next to them. How could I do that?

And second. Can I modify design by Adobe Dreamwaver or MS expression Web?
12 năm cách đây
edit the file : M: \NopCommerceStore\Modules\HeaderMenu.ascx



....

<ul class="topmenu">
<li><a href="<%=CommonHelper.GetStoreLocation()%>"><%=GetLocaleResourceString("Content.HomePage")%></a> </li>

<% if (this.ProductService.RecentlyAddedProductsEnabled)
{ %>
<li><a href="<%=Page.ResolveUrl("~/recentlyaddedproducts.aspx")%>">
<%=GetLocaleResourceString("Products.NewProducts")%></a> </li>
<%} %>

*********** ADD YOUR EXTRA LINK HERE OR WHEREVER YOU LIKE :

<li><a href="<%=Page.ResolveUrl("~/YOUR_HOW_TO_PAGE.aspx")%>">
HOW TO</a> </li>


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

......




Yes, you can use any editor to modify the code, even Notepad.
12 năm cách đây
Thank you. This works
12 năm cách đây
New problem. When customers login, they see

"By creating an account at nopCommerce you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made"

I do not need "nopCommerce"! It should be my store name. Where this could be edited, I even made text search over all installed files and only place it was found  - nopCommerce_createData.sql in install directory.

Is it in database?
12 năm cách đây
https://www.nopcommerce.com/boards/t/1581/editing-application-text.aspx
12 năm cách đây
Thank you. I looked in localization, but missed this.
12 năm cách đây
When I add a new theme (i.e. blackSticker) to the 'Themes' folder it doesn't appear as a choice in /Admin/Setting/GeneralCommon/Store Themes.

How do you get nopCommerce 2.0 to recognize (install) new themes?

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