up vote 5 down vote favorite
5
share [g+] share [fb]

I want to study the source code of ecommerce solutions and need suggestions of projects to look at.

link|improve this question

69% accept rate
feedback

7 Answers

up vote 4 down vote accepted

Take a look at dashCommerce. It uses SubSonic under the hood. It's open source and the license is very permissive, but if you're looking to build a product from what you learn, consider saying 'thanks' with a donation.

link|improve this answer
Thanks this is very helpful. – suhair Nov 29 '08 at 11:49
feedback

NopCommerce

link|improve this answer
feedback

Unfortunately it seems the dashCommerce project has been discontinued - see their website www.dashcommerce.com

I've just discovered nopCommerce (www.nopcommerce.com) and so far very impressed. The code is really neat, features rich, its extensible, and open source. Looking like a winner to me :)

link|improve this answer
feedback

Try the following (my personal order of preference atm):

  • Suteki Shop ASP.NET MVC2 NET3.5 NHibernate Windsor IoC
  • NopCommerce ASP.NET MVC NET4.0 Entity Framework (ACTIVE)
  • SharpCommerce ASP.NET MVC2 Sharp Architecture 1.5 and NHibernate 3.0
  • Dashcommerce ASP.NET WebForms VS2008 Solution MIT License Subsonic
  • DotShoppingCart Free ASP.NET (License MPL + Logo Branding), they also sell a feature rich version.

If you don't mind reading java:

  • OfBiz The Apache Open for Business Project
link|improve this answer
Suteki looks good at first go :). But will have to see SEO perspective as well. – iSid Jan 27 '11 at 10:48
feedback

Try Out NopCommerce. It uses everymethod required for a ecommerce Site. It's open source and try out the recent version of nopcommerce 2.2.No Need to Download any Extra Module, but if you're not feeling comfortable with the newer form of aspx (i.e cshtmlcoding) try out nopcommerce 1.9 with aspx code it is helpful to build ecommerce.mvc framework is good in nopcommerce2.2

link|improve this answer
feedback

Go for nopcommerce.If you want to extend it ,you need to be good with c#,asp.net and SEO(VS 2008). With VS 2010 it is a lot easier with search engine optimization.

link|improve this answer
feedback

I have tried many solutions but I found Nop-Commerce is best the way its written you can extend it to any level.They have all versions using different technologies Regular ASP.NET without any ORM,With LINQ and Entity Framework,MVC so you can go with whatever your comfortable approach is .

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.