3
4 Comments

Selling in the WooCommerce Marketplace ($384 1st Month)

Hey all. I just launched a new plugin in the WooCommerce marketplace (https://docs.woocommerce.com/document/marketplace-overview/). It was a pretty simple idea that came out of a client project. The plugin extends WooCommerce functionality so that coupons can be restricted to new customers and/or specific locations. I had been selling it through my own site for the last year (with ~100 sales), and am really interested to see how it will do in the official marketplace.

In its first month the plugin had a total of $805 in sales with 25 active yearly subscriptions. WooCommerce pays out 60% of net sales (after discounts, affiliate fees, payment processor fees, etc.), which was $384.

The plugin took at least 200 hours to build. That might seem like a lot for a small feature, but it takes time to read through a complex codebase like WooCommerce and properly extend its features. It was also necessary to build an onboarding process (to help minimize support questions) and automated feature tests.

I have a few more WooCommerce plugin ideas, but am waiting to see how this one does first. It will need to earn at least $30,000 over its lifetime to match a freelance project of the same hours, so this is a bit of a slow start. However, licenses for WooCommerce plugins sold through their marketplace automatically renew every year (unless cancelled), so if people like the plugin and keep it active, sales could compound over time. Also, it's also more fun to work on a product side project than a client side project (imho).

If you're interested in reading more about the submission process (from a developer perspective), I wrote a post on my site: https://devpress.com/woocommerce-marketplace-extension/. Or, if you know someone with a WooCommerce shop, let them know about the plugin: https://devpress.com/woocommerce-marketplace-extension/.

  1. 1

    How much of your time was split between learning woo commerce versus writing the plugin. So, going forward you would need to estimate time to produce the next plugin. also, if you put 30k in the market you'd and it continues through the year your getting a 19% return. Also, after 6 months or more you might be able to sell the plugin as a business and get more money.

    1. 1

      Hey Bob. Developing a second plugin would definitely go much quicker. I could reuse my onboarding code, I'm more familiar the WooCommerce codebase as a whole (especially the CRUD methods), and learned a lot about integration testing. But I can't really separate learning hours from development hours since both happen together.

      I'm hoping the business does make sense as I enjoyed building it and am probably the best one to maintain it moving forward, but selling it could perhaps be an option in the future if I don't have the bandwidth to continue working on it.

  2. 1

    Hi @devinsays, thanks for sharing! Do you take into account the costs of technical support? From my experience, technical support may take some significant time (I've been selling some plugins for WordPress on CodeCanyon a while ago).

    1. 1

      Hi Max. Support is definitely a concern. If the average sale commission price ends up being around ~$20, that doesn't leave a lot of margin for answering support questions (or hiring someone to answer them).

      Thankfully, support has been pretty minimal so far. Of the 100 sales I got through my own site, about 10% had a support question- and a few of those actually turned out to be real bugs. For the release on WooCommerce.com I made a lot of UX improvements (suggested by their team) and added an onboarding, which I think will help with support even further.

      I have sold WordPress themes as well (at a similar price point), and support time is way higher. There's just so many more plugin conflicts, hosting problems, and general questions that can arise.

      So, hopefully support load stays low with this. Great question, and I also enjoyed reading your post (https://maxkostinevich.com/blog/my-experience-with-codecanyon) which is great insight for anyone thinking about selling on Code Canyon!

  3. 1

    This comment was deleted 8 years ago