An article from Kevin Hillstrom called “Shopping Cart Abandonment” recently asked the question, “Is there anything wrong with a sixty percent shopping cart abandonment rate?”
Hillstrom was reacting to a blog post from the Marketing Experiments Blog that concluded that simple page changes could increase conversion rate by decreasing cart abandonment rate.
In his blog post, Hillstrom concluded that “an abandoned shopping cart is a non-issue.”
I couldn’t disagree more.
There are definitely cases where having high shopping cart abandonment is inherent. Having worked in electronics and consulting for a golf retailer that frequently sells products governed by Minimum Advertised Price guidelines, I understand that a customer must place something in the shopping cart to see the actual price of the product.
In all cases, however, you want as many customers as possible to proceed through the shopping cart and into checkout. It’s a natural part of improving your checkout process. So isn’t it at least worth testing different designs and messages to see if you can improve your conversion rate rather than just dismissing abandonment as a non-issue?
Absolutely! It’s a no-brainer. Why? Let’s assume you have a site with 10,000 visitors per month. 25% of shoppers on average place something in their shopping cart, which means that 2,500 shopping carts are created per month. If the industry average‚Äî40%‚Äî proceed to checkout, then 1,000 people per month enter checkout. Increase the success rate to 45% and 1,125 people per month enter checkout. That’s 125 more chances per month to get a sale!
You can see that even a small decrease in cart abandonment will result in thousands of dollars per year (or more) in incremental revenue. The only cost of getting this incremental revenue is the time it takes for staff to run and analyze one-page shopping cart tests. We’re not talking rocket science here‚Äî simply changing the size, placement and color of a button could be a test.
All retailers should run tests to optimize their ecommerce checkout processes. If they don’t they’re leaving lots of money on the table.


February 16th, 2007 at 11:53 pm
How to calculate shopping cart abandonment : Web site effectiveness blog: Rick Whittington Consulting says:
[...] There’s also a metric called cart abandonment rate that is related to this calculation. [...]
November 8th, 2007 at 7:37 pm
Eathan says:
Another important piece of the puzzle is capturing the data so abandoned carts can be recovered. A quick phone call is often enough to close an otherwise lost sale, so storing that data beyond the session can be a great way to alleviate some cart abandonment problems. There are costs associated with order recovery, but usually lower than the cost of lost orders.
January 19th, 2010 at 9:12 am
How to calculate shopping cart abandonment | Rick Whittington Consulting says:
[...] also a metric called cart abandonment rate that is related to this [...]
August 15th, 2010 at 8:32 am
Jason says:
I agree with Eathan that actually capturing the data to report is important.
For example, my shopping cart system stores the cart items in a database table. The items were persist after the user has left the store, but I’m not tracking weather the user has actually entered the checkout or not.
Also, a user can delete all of the items in the cart and it would be deleted and I would not be able to report on it.
This does give me some ideas to start recording the data so I can report on it and set some metrics.