Pros/Cons of “WP e-commerce” and “Shopp” plugins [closed]

I’ve been looking around for ecommerce functionality for a project that I’m going to be working on. My partner and I will be converting an existing static catalog site with lots of items. We want to do it in WordPress because it’s a basic CMS.

Many of the items are variations of other items, some items will have multiple variations. I guess the best example would be let’s say a shoe…it has different sizes and different colors. But they don’t stock every combination of variations. This is very typical of a store right. They have carry sizes 7, 9, 11 and the 11’s only come in green/blue and red/yellow.

I need a solution that will allow me to specify these variations easily so that I basically don’t have to enter each variation as a new product.

Looking around the web and on forums like Stackoverflow, WP e-commerce and Shopp seem to be the two standouts.

What have people’s experience been with these two products? What are the pros/cons? Which one would you recommend?

Followup
When would one move away from a WordPress plugin to something like Magento or OS Commerce? What do those packages have that the plugins do not? I had a cursory view of Magento and OS Commerce and they seemed really complicated…lots and lots of options.

8 s
8

I have used both plugins. I tested them both extensively and have built and delivered client websites on both platforms. My tests were conducted over a year ago before I went with my preferred (Shopp) but here is what I found.

WP Commerce at the time had buggy code, poorly written markup and many elements were not given classes/id’s making it hard to format via CSS. Support was almost non existent in fact I got better support from a guy named Shayne Sanderson who isn’t even one of the developers (wrote an unoffical guide to the plugin though).

Their forum was poorly tended and the plugin was poorly documented.

Matt Mullenweg mentioned at a recent WordCamp that they have rewritten the plugin to use Custom post types. So they may have improved their code since I last looked.

Shopp on the other hand has proven to be more robust, better coded, and much better supported (at the time of testing). Yes they are a paid for plugin but they are also totally GPL. Their forums are well tended and questions are usually answered by a developer and with minimal delays.

WP commerce does have paid modules for their plugin which can extend its functionality beyond that of what Shopp can do but Shopp is far better documented for those interested in extending it’s functionality themselves.

At the time of testing both provided the same core functionality and both handled the same payment options. I personally preferred Shopp as it was easier to get up and running, integrated with themes with less tweaking required, and was easier to use (for the client). The superior support was an added plus.

Leave a Comment