I'd like to know what everyone's experiences are with various shopping cart solutions. I'm considering Google Checkout for payment processing, but would like to know of alternatives as well, and any reasons for or against those alternatives. At this point, teh technology stack doesn't really matter - but please specify what stack is being used if you suggest a solution.

clarification: I'm interested primarily in your experience with shopping cart solutions (pre-built). I'm also interested in the payment processor (paypal, google checkout, etc..)

One specific question though - what kind of integration with UPS is offered? I'd like for the user to get an accurate estimate from UPS and for the administrator to have the ability to print a shipping label.

Bottom line - I am looking to get something up and running pretty quickly, and would like to know what your experiences have been.

Thanks,

Ian

link|improve this question

feedback

closed as not constructive by Will Apr 1 at 5:42

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.

6 Answers

up vote 2 down vote accepted

From the Stater Kits and Community Projects page on the ASP.NET site:

Those all seem like they could get you setup relatively quickly... My only experience is with CSK, which is definitely able to get you up and running quickly (it's a fully functioning site out-of-the-box, assuming you don't have any additional requirements). I'm not sure how integrated it is with UPS, but otherwise it's quite nice.

link|improve this answer
Thanks Brian, this is very helpful. FYI - Paypal eCommerce Starter Kit is now the same thing as dashCommerce. – Ian Robinson Sep 10 '08 at 14:45
feedback

E-commerce is my bread-and-butter, and I can tell you if up-and-running is your primary driver, including an application approval for a merchant solution, then you want an all-in-one SaaS like Yahoo! Store. You can also find a hosting provider that is recommended by the solution provider like ASPDotNetStorefront. These are the next best thing to an SaaS, and typically supported well. The most popular solutions will include both Google Checkout and PayPal, or one or the other. If you have more specific questions about feature sets I can provide further information.

link|improve this answer
Thanks very much for the suggestion, on the surface Yahoo! seemed like the perfect solution, however we discovered that they don't allow the end-user to log in and view a history of their orders, which is a requirement for this particular site. Thanks for the info! – Ian Robinson Sep 10 '08 at 14:46
feedback

I have no answers, but I do have a question.

How much do each of these cost?

You can work around any API with a decent abstraction layer, but you cannot work around someone charging twice your expected profit margin.

link|improve this answer
feedback

The biggest problem with Google Checkout is that it doesn't have acceptance in a number of countries. We use it, but every so often we get requests from customers where Checkout is not supported, so we have to resort to wire transfers and the like (or have to turn them away).

Most services will have this limitation, so be prepared to turn them away or have a backup plan for payment.

link|improve this answer
Is paypal an acceptable alternative to Google checkout in most cases? It seems like paypal is very "international" – Ian Robinson Sep 10 '08 at 14:47
feedback

Too late I suppose, but I'll add to this.

Yahoo Commerce etc are all very US focused, and you will struggle to introduce very basic but necessary features. The whole SaaS model means you have to work within the box they create for you.

Same applies for Volusion, BigCommerce and Shopify. I have personally invested a lot of time customizing all of them, and found them to be not only very US-centric, but also lacking in many features. For simple carts any one of them should do fine. But you're at their behest.

There are shopping cart platforms like Magento or ProCommerce or ZenCart. Many of them are woefully out of date (ZenCart, which also looks pretty ugly) or unbelievably complex (Magento). Magento has a "magento go" version, which might work for you.

Finally, in our case, for the sheer ability to customize (easily! that was high priority) and introduce new features, and work with many countries (requirement for global ecommerce) we went with a self-hosted solution.

If your CMS is Wordpress, which is a serious platform now, not just a "blogging thing", then you have a rich set of options: WP Ecommerce, Shopp, Jigoshop, WooCommerce. My personal favorite for small to medium sites is Jigoshop.

Drupal has a couple too, but you need to be familiar with the labyrinthine world of Drupal.

Short answer: you will have to play a little with the above options and pick one with which YOU are comfortable. Not all shopping carts are the same.

Hope this helps.

link|improve this answer
feedback

The main disadvantage of almost all shopping carts I know is that they are localized for the region/country they were developed in, mostly US. I blogged about it recently, and I came to conclusion, that unless your business is in US, you are better off with a framework/platform rather then out-of-the-box shopping cart (you must be developer or invest money initially).

I know two e-commerce platforms that address this. Apache Ofbiz for medium - big businesses and Broadleaf Commerce for small - big businesses.

link|improve this answer
feedback

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