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

Anybody know of any decent open source website storefront software? At a minimum, it should provide inventory functions so that users can browse items currently available in the store and the owner can add/update/delete items. It doesn't have to connect to any real-time inventory system (this is for a small shop) or be super slick or special.

I'd prefer a solution that is written using .NET. TIA.

link|improve this question

77% accept rate
feedback

closed as off topic by random, Ivo Flipse Jan 19 '10 at 12:08

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

3 Answers

Here is an answer I gave before for open source internet stores. In summary, you have a handful of options such as nopcommerce, dotshoppingcart, Suteki Shop, DashCommerce and possibly a few others.

The best thing to do is to download these, play with them and see which one you like working with and then go with that one.

Good luck and hope this helps some.

link|improve this answer
feedback

I suggest you take a look at nopcommerce. It is easy to get up and running and is very feature rich. It is written in C# so fulfills your .NET requirement

link|improve this answer
feedback

I've seen a lot of fancy online stores using the open source application Magneto

It is however written in PHP, not .NET - Still worth a look though :)

link|improve this answer
feedback

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