nopCommerce v2.00 BETA released

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Did you test it on safari? (mac and pc)
There is a huge vertical gap between the header and the rest of the body.
12 years ago
violabg wrote:
Did you test it on safari? (mac and pc)
There is a huge vertical gap between the header and the rest of the body.

Thanks for info! It'll be fixed.
12 years ago
Hi

if the particular database was case sensitive install gives " Invalid object name 'information_schema.tables' " error in createtableifnotexists.cs line 21.

when I change  to
SELECT COUNT(*) from information_schema.tables  WHERE table_type = 'base table'  
from
SELECT COUNT(*) from INFORMATION_SCHEMA.TABLES  WHERE table_type = 'base table'

it works

thanks
12 years ago
Hi nopCommerce Team

Good work on the MVC upgrade, the admin screen seems to work smoother and more responsive.

In General it seems more responsive in the public store sections as well.

How can you change layout from default 3-column to 2-column as with the old version of nC, this is well documented.

Also please advise if you add data to sql compact db, can the db file then be copied and pasted into a clean installed version of nopCommerce 2.00(final) for example, without having to import data specifically.

Please Advise

Best Regards
Steve
12 years ago
hi,

It is really great work to move MVC Congrats tell

but i got one bug.  After a product is bought i.e @ http://localhost/checkout/completed

i clicked on CONTINUE link it is showing me an error . it is redirected to http://localhost/checkout/completed


i downloaded the nopCommerce 2.00 Beta (with source code) version form  https://www.nopcommerce.com/downloads.aspx

thanks
shiva
12 years ago
shivakanthb wrote:
After a product is bought i.e @ http://localhost/checkout/completed

i clicked on CONTINUE link it is showing me an error . it is redirected to http://localhost/checkout/completed

Thanks. Fixed.
12 years ago
Andrei, the productprice for customer role will be implemented in Nop 2.0?
12 years ago
depmar wrote:
Andrei, the productprice for customer role will be implemented in Nop 2.0?

It's there. Have a look at the new implementation of tier prices
12 years ago
a.m. wrote:
We are extremely happy to announce the availability of nopCommerce v2.00 BETA for download. If you would like to participate in the testing portion of our development cycle and report bugs you find, this beta release might be for you. This release is unstable and should not be used anyplace where your data is important.

The final version release is now scheduled for the end of July. If you need any help with beta version or want to report a bug, please use our forums. If you want to fix a found bug, you're also welcome to create a new fork on our CodePlex repository (found more info about it here)

nopCommerce 2.00 BETA was rewritten from scratch. Our development efforts were focused on moving nopCommerce to ASP.NET MVC 3.0, architecture improvements, further enhancements and fixing bugs.

Highlight features & improvements:
•  Moved to ASP.NET MVC 3.0 (Razor syntax)
•  Really pluggable architecture (just drop a plugin to the /plugins folder in your nopCommerce directory)
•  SQL Server Compact support
•  Code-First Development with Entity Framework 4 (data access)
•  Other architecture improvements
•  More user-friendly admin area
•  Added unit tests
•  A lot of refactoring

Some features are not implemented yet. But they should be finished with the final 2.00 version. Here are some of them:
•  One-page checkout
•  It doesn't work in medium trust (Automapper issue)

The upgrade utility will be provided a bit later

Visit this page to download the latest version and get involved in the nopCommerce Community.

UPDATE: Here is an important note about payment modules. We decided to don't ship nopCommerce with all that payment modules that were included in the previous versions (about 35 modules). Only 8 of them are available out of the box. All other payment modules will be available as plugins


Are there variants included in this version.  I saw some earlier post that they would be included in this release.  

What I am needing to do is when a part number has a variant, that variant will have a different part number from the original part.  If it is in there can you please direct me to it.

Thanks
12 years ago
Hi

Can we reuse the Danish translation from V. 1.90 in V.2.0?

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