Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I need to get a e-commerce site up and running, but I really don't want to program it from the bottom up if I don't need to. I want to program it using ASP.NET MVC.

I'm looking for a good open source alternative (or one for purchase if it's modular enough) that I can use as a base and enhance with the needed functions?

It has to have all "normal" e-commerce functions, and also the possibility to integrate with a credit card API of my choice.

If anyone have any recommendations for me here, I would appreciate it :)

share|improve this question

closed as not constructive by Jim G., Yannis Rizos Oct 5 '12 at 5:27

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

3 Answers

Right off the bat you can download and try out The BeerHouse CMS and e-comm project from CodePlex. This is an asp.net MVC based application with e-commerce areas setup and should be able to be wired up to most payment gateways. In addition, it's been around for a while, and has two books which walk through most of the code, design considerations, and it's solutions.

Good luck on your project, and hope this helps some.

share|improve this answer

An other one you could give a go is Suteki Shop which is done with NHibernate.

share|improve this answer

Also, there's ERPStore eCommerce FrontOffice

It's French, but here's the English translated version of the codeplex repository: http://www.microsofttranslator.com/bv.aspx?ref=Internal&from=fr&to=en&a=http://erpstore.codeplex.com/

It's created and used by www.erpstore.com.

share|improve this answer
Why? What makes it good? What were the reasons you chose it? Please expand on your answer. – Walter Oct 11 '12 at 13:03

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