vote up 6 vote down star
2

I need a full-featured asp.net E-Commerce solution for a project. It needs to be easily extensible as I need to extend it to integrate with a custom Flash based personalization engine. It should also have a great administrative back-end that handles inventory tracking, report, labels, shipping, ... so that the client can really use it as the basis for their business.

I've used quite a few different E-Commerce systems including OSCommerce, Zen Cart, Catalook, and eTailer. While I was impressed with Zen Cart and eTailer, this project is big enough that I want to try a more serious, commercial offering.

I'm particularly interested in thoughts on aspdotnetstorefront, BVCommerce, AbleCommerce, and MediaChase.

[UPDATE] I've done quite a bit of evaluation since I posted this question and will give some of my findings below:

BVCommerce - The price point is nice, the product seems fairly well regarded, and I've heard good things about customizing/extending it, it just doesn't seem like it's going to meet my needs as an Top Tier ECommerce solution. After viewing the tutorial videos, the Admin interface just seems too basic and outdated.

aspDotNetStorefront - The integration with DotNetNuke was it's biggest selling point for me but after reading peoples opinions, it's integration seems quite weak. It's sounds like there's a significant learning curve and the architecture just doesn't sound like it's as clean as it should be.

AbleCommerce - After a rather thorough evaluation, I have selected AbleCommerce for at least my next project. The Admin interface is beautiful and has a nice list of features. The E-Commerce portion of the user side is very well done, highly skin-able (using Master Pages and a couple other techniques), and the checkout workflow has all the features I need while still being very clean. Source to the API can be bought for $500 but you generally won't need it. There are some 3rd party modules available but there's not currently a large market for these. The biggest glaring weakness of AbleCommerce I've found is their CMS capabilities are very limited and not at all well suited for a non-technical user to make most site content updates. But I have a good solution for that that I plan adapting into AbleCommerce. They will automatically generate a site for you to play with to your heart's content for 30 days. It is defniitely worth checking out.

flag

40% accept rate

11 Answers

vote up 4 vote down

I can't speak to any of the options you mentioned except AspDotNetStorefront. I did a project about a year ago where we extended AspDotNetStorefront and it was a painful process. It is a great product with many, many features if you can use it out of the box, but extending its' functionality is challenging to say the least.

I would look for a package with a well defined API if you are looking to extend functionality. My company did a small project using AbleCommerce and while I was not involved directly, I heard good things from the developers working on the project about their API and feature set.

Finding a package to extend is a difficult process, and I have yet to use one in quite a few tries that I felt good about.

link|flag
vote up 1 vote down

A friend of mine gave me the following feedback on BV Commerce "good api, uses plug-ins, can create your own plug ins. uses master pages... I prefer to write my own pages/controls and then use the api to pull the data. makes service packs/hotfixes easier to apply"

link|flag
vote up 1 vote down

We're currently evaluating all the above carts, plus another .NET cart called ZNode. Not very feature-rich at this point (still very new), but appears to be a solid foundation and very customizable with some middleware features for connecting to a backend. Customizability is huge for us, so it may outweigh a long feature list.

link|flag
vote up 0 vote down

Some things to look at:

Reporting is usually going to be handled by a separate product like CrystalReports or MS Reports that connects up to the DB and does it's thing.

Carts will support shipping, packing slips and shipping lables via various levels of integration with 3rd party products (UPS WorldShip, FedEx Ship Manager, ZFirm ShipRush, etc.) The integration with these products will vary greatly.

I've used AspDotNetStorefront on a project before. The learning curve is a bit steep when it comes to customization that's not provided out of the box. I would use it again now that I'm familiar with it. Without having used the other products its hard to do a proper comparision. I can try to answer any specific questions you might have about ADNSF.

link|flag
vote up 2 vote down

We are evaluating AbleCommerce and the biggest drawback that we have found so far is the lack of a Content Mangement System (CMS) for page management. You can customize just about anything but if you just want to add a page to the menu with some content it seems to be very painful.

DotShoppingCart.com has a seemingly nice solution for CMS but we are not far enough into our eveluation to determine if they rest of the site is customizable.

link|flag
I've begun using AbleCommerce for a project and I agree that it's lack of a decent CMS solution is it's biggest drawback. On the plus side, I've created a CMS solution for DotNetNuke that I'm looking to repurpose for AbleCommerce. – EfficionDave Dec 5 '08 at 16:37
vote up 1 vote down

We have been using Aivea Commerce Server for couple of months now. The best enterprise level .NET eCommerce system I have seen, comparable to EP, ATG, IBM and MS Commerce Server. It's ASP.NET 3.5, C#, WCF, WF, LINQ To SQL, multi-store, multi-language a true 3-Tier system with WCF Web Services for every function of the system.

The price tag is high but worth it if you are working for a client who is serious about thier online business. Check out http://www.aiveacommerceserver.com

link|flag
vote up 2 vote down

Based on the research I've done, it seems like in the asp.net world you have two divisions for E-Commerce software:

  1. Storefront Systems
  2. E-Commerce Frameworks

Storefront systems - at least how I've categorized them - are intended to be used for typical shopping cart scenarios (i.e. you have a single site with items you're selling and people can put those items carts and purchase them). You can definitely extend them to do other things, but they do have limitations.

Storefront systems have lots of out of the box features. These systems are also more complete and ready to run immediately than frameworks.

Frameworks are built to be extended. You can usually run a basic site out of the box, but you will almost always modify it - adding features and customizing it to fit your needs. Frameworks are to be used when you require a multi-site/multi-catalog system or when your requirements are so different that the flexibility of a framework is desired. Frameworks also seem to be ideal for situations where you would normally build from scratch, but you prefer to have a good starting point that has been well-tested.

Frameworks are much more expensive to license than storefronts.

On the storefront side, it's been pretty easy to find people willing to talk about their experiences with different systems. So far - based on the reviews I've read - AbleCommerce and ZNode seem to be the best options. The reviews I weighted heavily came from developers who were paying particular attention to how easy the systems are to extend - and how active the particular developer community seems to be.

On the framework side, it's been difficult to find reviews that weren't published by the originating company (Matt Moore's post above is an exception). It sounds like MediaChase ECF G5 and Microsoft Commerce Server are the standard-bearers in this area - with Aivea Commerce Server a relative newcomer.

My take on this is strictly based on researching online opinions and reviews - as well as discussions with sales folks. I've also done demos of the various systems and installed a few on test servers.

I'm I off on this? I'd love to hear more from people who have actually implemented one of the framework systems.

link|flag
1  
Yes and No. One of the things that's interesting about AbleCommerce is that it essentially is made up of two parts, the storefront and CommerceBuilder, which is the back end framework. And really, I think any well architected Storefront should have a backend system/API that encapsulates/exposes the key E-Commerce funcationality. This allows separation of form and function and also enables very flexible customization and also gives you a store that runs right "out of the box". – EfficionDave May 4 at 21:37
vote up 0 vote down

My experience with AspDotNetStoreFront so far...

Customization was a huge concern for my current project and it seems to be relatively easy to skin the product. Out of the box it supports and ton of different setups as far as inventory/organization. For instance, tracking inventory by color/size was a big deal for me and it handled it no problem. The architecture does seem a bit hooky but I have not had to edit any of the code yet. It also has a CMS built in so that may be a plus for some users. The best thing I ever did was add jquery to my custom skin.

link|flag
vote up 0 vote down

I have done one project with ASPDotNetStoreFront. There wasn't really any additional functionality involved. We did extensive customization using the skins and the administration section. We also did not purchase the source code version just the application. So far it has been running well. The customer support has been very good for ASPDotNetStoreFront.

link|flag
vote up 1 vote down

I've used Media Chase (version 4) in the past and would not recommend it. I found the performance to be poor and it difficult to customize the UI.

link|flag
vote up 0 vote down

I have used ASPDNSF in the past... I found customizing it's functionality was a nightmare. The code is pretty much a mess, in-line SQL, no DAL, etc. Really amateurish in that regard. At the same time, the software works and is rich in features. So I guess if you aren't concerned with customizing anything but the look of the site, it may be a good choice.

I have a new project I'm working on and I"m leaning towards AbleCommerce. It seems to have a more modern approach and better coding architecture. I'm not even planning on doing that much customization, but I just believe that a well coded app will run better and be easier to debug than something written like a classic ASP app!

No experience with the others. I did try out NOP Commerce, and open source solution, but it's lacking in so many features I can't really recommend it except for the most basic of sites. Maybe in a year or so when it has more features, but like Dash Commerce, these open source e-commerce projects seem to start with a bang then fade away... That said NOP is outstanding in it's architecture, incredibly well written and easy to understand.

link|flag

Your Answer

Get an OpenID
or

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