How Hard Can Membership Be?

Typing on Keyboard
  1. Blogging for Hippo
  2. Schedule Sales with WooCommerce
  3. The Problem with Focus
  4. Give Thanks
  5. Be Thankful for the People Who Inspire You
  6. Give Yourself Space
  7. Build Resources From Support
  8. How Hard Can Membership Be?
  9. Adding Social Media Icons to WooCommerce Product Pages
  10. How to Export WooCommerce Subscriptions
  11. Upgrade Your Contact Form With Ninja Forms
  12. Why I Write
  13. Blog Comments Policy
  14. Content Marketing Works – Even with Furnace Filters
  15. Making Email from Your Website More Reliable with Email Delivery Tools
  16. A Happiness Podcast?
  17. Podcast Compensation
  18. Wishlists Done Right
  19. Enable Free Shipping on a Per Product Basis
  20. Improve Your Writing with the Hemingway Editor
  21. Tell Users What You're Doing
  22. 2014 Business Review
  23. Mind Your Own Business
  24. Think Different to 10x Your Business
  25. Let Projects Die
  26. Maximize Your Creative Energy
  27. Use Git Bisect to Find Bugs in Your Codebase
  28. My Personal Value of Remote Work
  29. Don't Spam Email Receipts
  30. Make Your Own Luck
  31. Cold Showers and the Power of Challenges

Normally I say great things about WooCommerce, not because I have to but because it's really awesome. Today though I found something that wasn't very awesome. Actually that's too nice – it sucks. Have you ever tried to create a membership site with WooCommerce? It doesn't seem like it would be that hard right?

How to Restrict Pages with WooCommerce & Groups

So how many steps do you think it should take to restrict content to members only? Three, maybe four or five? Tell you what – I'll write them down and you can count them.

  1. Install WooCommerce + Groups + Groups for WooCommerce
  2. In the WordPress Admin click on Groups
  3. Click on Groups and then Capabilities
  4. Click on New Capability
  5. Add a name for this capability. Something like “read premium posts” is a pretty good name.
  6. Press the Add button
  7. Click on New Group
  8. Enter a name for the group
  9. Enter your previous created capability for the group
  10. Press the Add button
  11. Click on Groups and then Options
  12. Under Capabilities add the new capability we created.
  13. Click on Pages and then Add New
  14. Add a title and content as you would any other WordPress page.
  15. In the sidebar you should see an Access Restrictions panel where you can enter the capability you created.
  16. Click Publish

Pfew – think we're done? Nope. Not yet. We've created a capability that allows us to restrict content, added that capability to a group, and created a page that can only be seen by groups with that capability. We haven't even touched WooCommerce yet.

  1. In the WordPress Admin click on Products and then click on Add Product
  2. Enter a title, description, and price as you would any other product.
  3. Scroll down to the Product Data panel
  4. Click on the Groups tab
  5. In the Add to Groups field enter the name of the group you created earlier
  6. Press Publish

What's Going On?

In case you were too lazy to count that's twenty two steps. That's way too many steps. When something takes twenty two steps when it only takes a handful of steps conceptually that means that something's broken. It's the difference between plugging your computer into a power outlet vs plugging your computer into an extension cord which is plugged into a power stripe which is plugged into a british power converter because your building was wired wrong.

I know something isn't working when I stumble. When I was writing up these steps I forgot a few and guess what? It didn't work and I had to go back to the beginning to find the missing steps. If I'm a developer and I can't figure that out what does that mean for our users?

Why It's Hard

Why does it work this way? Because it's flexible. Anything that's flexible is also complex. There are a lot of other capabilities you can assign to groups and that's awesome for people who want to have groups that can do all sorts of cool things. But what percentage of membership sites need the added flexibility? Is it worth building a complex product for 95% of the use cases out there or building a simple product for 80%? These days I'm leaning towards building a product for 80% and having something that those 80% love. Not something they see and are confused and disappointed. By removing the capabilities and just having groups of members you might be able to remove a third of the above steps.

What We're Going to Do

I like fixing things. I like looking at how average users use WooCommerce and giving them a voice. If they can't figure it out we built it wrong. I honestly don't know what we're going to do yet. What I do know is that we have to do something. We can't have mediocre products. This isn't the age of the mediocre product. This is the age where you make kickass stuff or you get out of the way and let someone else do it.

I'll be looking into improving the existing integration and also an entirely new product. Which one we go for I have no idea at this time. In the interim if you have any desire to run a membership site let me know. I wrote up a survey to get an idea what people who run membership sites need.

Photo credit: Giphy

2 thoughts on “How Hard Can Membership Be?

  1. Have you looked at Paid Memberships Pro and the WooCommerce add-on? It looks to be a little lighter than Groups and Subscriptions. http://www.sellwithwp.com/paid-memberships-pro-woocommerce-memberships/

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.