views:

37

answers:

1

This question comes close to what I wanted to find out. Is there a Gold Standard?

I am looking for an open source ASP.Net MVC 2.0 based ecommerce web site to use as a reference to custom build my own.

Features that I am looking for:

  • Affiliates and Management
  • Coupons
  • Reseller and Management
  • Popular payment gateway integration
  • Other basic shopping cart features

Things I am looking for:

  • Web site project should use a good design pattern
A: 

Mike Hadlow's excellent Suteki Shop certainly taught me lots about MVC and more advanced architectural issues (DI/IoC, Good Seperation of Concerns etc)

The example shop is Open Source on Google Code, and has also been used in live-production.

Hope this helps.

JcMalta