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.
Il y a 14 ans
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!
Il y a 14 ans
1. No, 0 will be shown.
2. I think this screencast can help you
Il y a 14 ans
Thanks for the answer, but how can I add the link to the "Information" navbar instead of another page?
Il y a 14 ans
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..
Il y a 14 ans
Thanks Mike!

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