I'm currently designing a shopping cart based jewelry site.
I've tried the latest version of dashcommerce but it's very buggy and I keep not being able to get it to work quite right.
I've also seen Nopcommerce but haven't tried it out yet and I'd like a few other options before I decide on my next solution.

I'd love a .net based e-commerce site that makes skinning easy. An active community would be great, and I'm looking for free because as of right now I don't know how much product will be purchased through the store and I don't want to pay a monthly fee which may cost me more than I make from the online sales.

What's a good free and open-source ASP.net ecommerce solution doesn't give as many options as I would have hoped but I did learn about Nopcommerce.

link|improve this question

feedback

closed as not constructive by Will Apr 17 at 15:41

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

up vote 2 down vote accepted

There's really not a whole lot of .NET Ecommerce freebies out there. Here are a few options.

DotShoppingCart, it looks pretty nice. Has a built in CMS, and you can have it hosted for you.

Suteki Shop is an eCommerce application written in .NET 3.5 using MVC. The orginal aim is to write a site for a fashion retail business.

nopcommerce is an open source e-commerce solution. I've played with this, has alot of features and was the easiest of the .net applications to get up and running.

You mentioned dashcommerce, so I won't link to that one. But it's actually one of the thousand pound gorillas in the business so I'm surprised that you found it was buggy.

Good luck, and hope this helps you some!

link|improve this answer
Thanks for your other options! Yeah it was really odd. I don't like Dash Commerce 3.3 RC, I accidentally created a circular reference to an item, once I deleted it, I get an error screen that I haven't sat down and worked out yet. It seems like 3.0 was much more stable, but the look was just kinda old for me. I like the look of Nopcommerce and I'm looking for easy setup. Also seems like much of dash's community has left it. – Rob Nov 18 '09 at 16:26
NopCommerce is the solution I ended up going with. Easy to set up and modify. It just works. – Rob Dec 4 '09 at 19:30
feedback

I tried everything out there and ended up rolling my own. Refer to this question: http://stackoverflow.com/questions/1756259/creating-a-ecommerce-application-how-long-did-it-take-you/1756580#1756580

link|improve this answer
feedback

DashCommerce it is a good shopping cart solution. Edit: If you are having problems with the current release I'd suggest a previous version. I like what they have done with the project when I last saw it, but I will admit it was a while ago.

link|improve this answer
did you read the q ? :-) Rob says he used it and didn't like it.... – Dani Nov 18 '09 at 15:47
Version 3.3RC is not a good version (very buggy) and I wish they'd have easier access to previous releases. I used dash commerce before with 3.0 and didn't have quite as many issues, but now I can't get back to the 3.0 source! – Rob Nov 18 '09 at 16:22
Hmm I must have glanced over that one. Time to edit :-D – Achilles Nov 18 '09 at 16:36
feedback

I'm currently evaluating shopping cart solutions too... I was half way through comparing the features of dashCommerce to our current solution (ASPDotNetStorefront - avoid like the plague!) and found that it (dashCommerce) has been discontinued!!

Anybody know what happened there, and if there's any chance somebody will get it up and running again. Sucks as it was looking like a good contender.

Any other solutions out there worth looking at - paid or free?

cheers greg

link|improve this answer
Nopcommerce is amazingly easy to set up and it just works. I haven't had any issues with it breaking or anything. It's just great. Make sure that the directory you put it into has read/write permissions though, that took me a little bit of searching to realize that my directory wasn't like that. – Rob Dec 1 '09 at 12:41
feedback

I recommend you to look at nopCommerce shopping cart here. nopCommerce is an open source e-commerce solution that is ASP.NET 4.0 based with a MS SQL 2005 (or higher). Today it's the most popular Windows-based e-commerce applciation. It's stable and highly usable.

link|improve this answer
feedback

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