nopCommerce 3.60 released

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 anni tempo fa
We are extremely happy to announce the availability of nopCommerce v3.60 for download and upgrade. Visit this page to download the latest version and get involved in the nopCommerce Community. See below for more detailed information on what's new and improved in 3.60!

Highlight features and changes:
• New clean default theme. The theme features a clean, modern look and a great responsive design. The HTML have been refactored, which will make the theme easier to work with and customize! Thanks a lot to nop-templates team (http://www.nop-templates.com/) for this contribution! Important note – IE6 and IE7 are not supported anymore.
• Predefined (default) product attribute values. They are helpful for a store owner when creating new products. So when you add the attribute to a product, you don't have to create the same values again.
• Base price (PAngV) support added. Required for German/Austrian/Swiss users.
• “Applied to manufacturers” discount type.
• Security and performance enhancements.

To see the full list of fixes and changes please visit the release notes page.

Also please do not forget to review the new version on our Codeplex downloads page
8 anni tempo fa
Congratulations for new release !
Great job nop team and nop-templates.
8 anni tempo fa
Thanks Andrei - 3.60v looks great!

Thank you nop-templates for your contribution.
8 anni tempo fa
Thanks Andrei and Nop-Templates team. It's so GREAT!
It's time to update my plugins :D

With the new theme, we will have a BIGGER community.
8 anni tempo fa
Way to go, Andrei!

It was great that our team at Nop-Templates.com was able to contribute this new theme to the community!

We are glad that you like it and hopefully this will help nopCommerce to be even more successful!
8 anni tempo fa
Thanks Andrei and Nop-Templates team.
Appreciate all of your time and efforts on 360
8 anni tempo fa
Congraturations !
Thank you so much for building new nopCommerce 3.60.
Today I downloaded its source version and compiled it by VS2015RC.
It shows "Build error occurs".
The cause is a simple bug due to missing double quotation in the following source (CodeFirstInstallationService.cs).


             var productNikeZoom = new Product
             {
                 ProductType = ProductType.SimpleProduct,
                 VisibleIndividually = true,
                 Name = "Nike SB Zoom Stefan Janoski 溺 edium Mint ・,     <-- missing double quotation

After this modification, all the sources are compliled completely.

Thank you again.
Shuichi
8 anni tempo fa
Congratulations New Version !!!
8 anni tempo fa
Congratulations for 3.60 release !
Will upgrade follow up.
8 anni tempo fa
ohtsu wrote:
Congraturations !
Thank you so much for building new nopCommerce 3.60.
Today I downloaded its source version and compiled it by VS2015RC.
It shows "Build error occurs".
The cause is a simple bug due to missing double quotation in the following source (CodeFirstInstallationService.cs).


             var productNikeZoom = new Product
             {
                 ProductType = ProductType.SimpleProduct,
                 VisibleIndividually = true,
                 Name = "Nike SB Zoom Stefan Janoski 溺 edium Mint ・,     <-- missing double quotation

After this modification, all the sources are compliled completely.

Thank you again.
Shuichi

Hi Shuichi,

Thanks a lot! Really weird. Does anybody else experience this issue in VS 2015?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.