Custom formatting and Adding new links to sidebar

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
First of all, congratulations and thanks for this beautiful and great ecommerce application!

The installation and configuration went smooth but I have 2 questions:

1. Is the a custom formatting for prices to show nothing when the price is 0? At the moment I am using "#,###.## lei" but it shows "lei" when price is 0.

2. I succesfully created a new topic (page that is), but I couldn't find a way to create a link for it on the main page / sidebar /Information section. How can I do that?

Thanks and keep up the good work!
14 лет назад
1. No, 0 will be shown.
2. I think this screencast can help you
14 лет назад
Thanks for the answer, but how can I add the link to the "Information" navbar instead of another page?
14 лет назад
hey,

what you need to do is go to NopCommerceStore/Modules/InfoBlock.acsx

and add another line in the unordered list like so:


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


To set a resource string go to Adminastration>Content Management>Localization

and add new:

for example: Content.YourLink

mike..
14 лет назад
Thanks Mike!

That did it!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.