Woo Subscriptions 2.0 is here, with multiple subscription support and more

Written by Brent on October 5, 2015 Blog, News, Product News.

TL;DR: Woo Subscriptions version 2.0 has arrived! You can upgrade via your WordPress dashboard or download it from your My Account dashboard, but first, be sure to read and follow the upgrade instructions. Enjoy!

Want to sell different subscription products in the same transaction? Or change the expiration date for an existing subscription? Or perhaps you want customers to be able to view the full details of their subscription, including taxes, shipping method and shipping address?

You can now do all of this, and much more, with the release of Woo Subscriptions 2.0!

header@2x
Announcing WooCommerce Subscriptions 2.0!

Woo Subscriptions 2.0 reinvents one of our most popular extensions to take into account three years of feedback from store owners. As well as introducing new features, version 2.0 improves a number of existing features and changes the internals, making it easier to customise the extension and scale it to meet the needs of your growing customer base.

Here’s a look at some of the best new additions in Woo Subscriptions 2.0.

Multiple subscriptions

Prior to version 2.0, the customer needed to repeat the entire checkout process to subscribe to different products. No more!

Your customers can now purchase any number of different subscription products in the same transaction.

Better yet, Subscriptions intelligently groups products based on their billing schedule. This reduces payment gateway fees by processing the sign-up and renewal of multiple products in one transaction. It also streamlines fulfillment by creating a single renewal order instead of multiple orders for what might be a single shipment.

Learn all about the way this feature works in the new Guide to Multiple Subscriptions.

Multi
Multiple subscriptions are now possible in version 2.0.

New add/edit subscription screen

Sometimes, a customer will phone in an order and you’ll need to manually add a subscription for them. Other times, you might need to change the terms for an existing subscription when providing a discount or increasing the length of a free trial.

With Subscriptions 1.5, the Edit Order screen was where you could add or modify a subscription. But this was counterintuitive. We knew we could do better.

That’s why Woo Subscriptions 2.0 introduces a new administration screen exclusively designed for adding and modifying subscription information.

But that doesn’t mean you need to learn how to use yet another interface. The new screen is based on the WooCommerce Edit Order screen. So if you’ve ever added or modified an order, you already know how to add or modify a subscription.

Edit
Edit your subscriptions with ease.

Now that Subscriptions has a specially designed interface for modifying a subscription, it also provides you with more power over a subscription’s details.

You can now add and modify all of a subscription’s details, including fields that previously could not be changed or added, including:

  • trial end dates
  • expiration dates
  • payment methods
  • shipping methods
  • line items

Learn more about the new WooCommerce > Edit Subscription interface in the Guide to Add or Edit a Subscription.

New page for customers to view subscription information

Woo Subscriptions 2.0 also makes it easier for your customers to view and manage their own subscriptions.

Instead of having to contact you, the store owner, to ask about details, like the shipping address for their next order, they can now view that information on a special page under their My Account section.

Similar to WooCommerce’s View Order page, the new View Subscription page comprehensively displays the information about a subscription. Customers will see their billing schedule, payment method, address(es), products, fees, taxes, shipping costs, and other associated line items.

Learn more about the new View Subscription page.

View
Customers can view their subscriptions in full detail from their Account page.

A new way to PayPal

PayPal Standard has always been bundled with WooCommerce and Subscriptions. However, out of the box, the PayPal Standard payment method can’t support all of Subscriptions’ new features, like multiple subscriptions.

That’s why, in Subscriptions 2.0, we’re introducing an entirely new way to work with PayPal: Reference Transactions.

This new system makes it possible to sell multiple subscriptions, change recurring totals and billing schedules, and allows your customers to switch the subscriptions they’ve purchased with PayPal. None of this is possible with PayPal Standard out of the box.

To take full advantage of Subscriptions 2.0’s new features, PayPal must enable Reference Transactions support on your account. But don’t worry: if you use PayPal Standard and PayPal takes a while to enable Reference Transactions on your account, you can continue to sell until you receive approval. You just won’t have access to the system’s new features until then.

And much more

Woo Subscriptions 2.0 also introduces:

You can see a full list of features by reading through the docs.

A peek under the hood for developers

Woo Subscriptions 2.0 introduces a new architecture built on the WooCommerce Custom Order Types API. This fundamentally changes how subscription data is stored and accessed.

This was necessary to make it possible to purchase multiple subscriptions, but it also makes it much easier to write custom code on top of Subscriptions.

New subscription order type

By making a subscription an order type in WooCommerce, it is also now a custom post type. This means you’ll find subscription data in WordPress’s familiar posts, post meta tables, and WooCommerce’s order items and order item meta tables. It also makes it possible to use all the familiar WordPress functions to query or modify subscription data.

The best part: because Subscriptions now uses this familiar database schema, subscription data is as scalable as WordPress and WooCommerce core post types, like posts and orders.

New subscription object

As a custom order type, a subscription is also now instantiated as an object at the application level. The cumbersome APIs for retrieving or modifying a subscription’s data are gone! Instead, you can operate on a subscription with the new WC_Subscription class.

Because the WC_Subscription class extends WC_Order, you can use its familiar methods for working with a subscription, like $subscription->update_status() or $subscription->get_total().

There’s also a few new methods specifically for subscription data, like $subscription->update_dates() and $subscription->get_related_orders().

REST API endpoints

We didn’t just improve interfaces for humans, we also improved them for computers. Applications can now create, read, update or delete subscriptions in a WooCommerce store via RESTful API endpoints.

Want to list all the subscriptions on a site? Get /wc-api/v2/subscriptions/. Want the details of a specific subscription? Get /wc-api/v2/subscriptions/<id>/.

Upgrade instructions

Version 2.0 is a major update to the Woo Subscriptions extension. Before updating, please:

  • update all other WooCommerce extensions
  • create a backup of your database and site’s files
  • test all plugins, custom code, and payment gateways with version 2.0 on a staging site if possible

To help ensure you have a smooth upgrade experience, please follow the instructions in the Woo Subscriptions Upgrade Guide.

Try Subscriptions 2.0 now, and stay tuned for even more

That’s all for now. But it’s certainly not the end of the story for Woo Subscriptions.

Now that we’ve finished this major redevelopment, we’re already looking at what to bring you with version 2.1 and beyond. In the future, you can expect better reporting on recurring revenue, a new failed payment retry system, a way for customers to gift subscriptions to someone else, as well as a mini-extension allowing customers to subscribe to almost any product, not just subscription products.

Stay tuned for updates on these new features. But in the meantime, if there’s a particular feature or update you’d like to see, submit an idea on our ideas board.

Have any thoughts or questions about Woo Subscriptions 2.0? Let us know in the comments — we’re always keen to hear from you.

cta-banner-10-product-page-v2_2x

56 Responses

  1. Elliot Taylor
    October 5, 2015 at 6:30 pm #

    So very very excited to see this launch! A big hip hip hoorey, pat on the back and general Well Done Woo for all the team at Prospress. It’s premium extensions like this that really make WooCommerce THE ecommerce platform to choose.

    • Brent
      October 5, 2015 at 7:45 pm #

      Thanks Elliot! It’s great folks like you that make THE WooCommerce ecosystem a great community to be a part of. 🙂

  2. Vitor
    October 5, 2015 at 6:31 pm #

    Hi! And as for use in other languages?

    The plugin simply does not work with the transfix traduação.

    Please help?

    • Brent
      October 5, 2015 at 7:55 pm #

      Hi Vitor, sorry to hear you’ve had trouble with this in the past.

      We have put a lot of work into improving i18n support in v2.0 too. Every single string has been reviewed to make sure it is using the correct translation function. We’ve included a lot of new comments and used appropriate functions to help translators understand the context of each string. We also make sure the .pot file is always updated before releasing new versions now.

      I know you’ve been in contact with Gabor about translations in the past, so if you continue to have troubles with 2.0, please reach out again and we can make sure we get it all working for you. 🙂

  3. pronet1
    October 5, 2015 at 6:38 pm #

    2.0 is not showing up under my downloads.

    • unitednetworks
      October 5, 2015 at 6:50 pm #

      Same here!

      • Nicole Kohler
        October 5, 2015 at 7:49 pm #

        Hi there, we apologize for the delay, bit of a mixup on our side 🙂 Update should appear for you shortly.

    • Syrehn
      October 5, 2015 at 7:09 pm #

      Latest version doesn’t appear to be updated in the WooThemes “My Account > Downloads section”. It’s still showing v. 1.5.31.

      • Nicole Kohler
        October 5, 2015 at 7:48 pm #

        Hi Syrehn, sorry for the delay! v2.0 should appear for you shortly.

      • Brent
        October 5, 2015 at 7:53 pm #

        Should be showing up now, sorry for the delay: https://cloudup.com/cm_S7h1X6F2

    • Nicole Kohler
      October 5, 2015 at 7:47 pm #

      Whoops, our apologies! Should be appearing shortly 🙂

  4. douglas
    October 5, 2015 at 8:07 pm #

    Still no mass import user functionality?

    • Brent
      October 5, 2015 at 8:22 pm #

      Hi Douglas, we haven’t released it yet, but many customers have successfully used a Subscriptions CSV Importer we have in private beta. We’d love to give you access to it too. Please open a ticket and request it here: https://woo.com/my-account/create-a-ticket/

      We will need to update it for 2.0, which is largely why it hasn’t been released yet because if it was already public, we’d need to have updated it before 2.0 was released, further slowing the 2.0 release.

  5. Nathan
    October 5, 2015 at 8:35 pm #

    Brent,
    Thanks so much! We have been waiting for some of these updates. So very excited to get them to testing and then live!

    • Brent
      October 5, 2015 at 9:05 pm #

      Hi Nathan, thanks for your patience! The new version took much longer (and much more work) than original anticipated, which I’m terribly sorry about. I hope you find it to be worth the wait. 🙂

  6. Chris
    October 5, 2015 at 9:19 pm #

    Ho, all well and good but ” PayPal must enable Reference Transactions support on your account. ” Appears only available in the US of A?

    • Brent
      October 5, 2015 at 9:42 pm #

      Hi Chris, thanks for letting us know. Over the last couple of month, I’ve asked multiple different PayPal representatives what the requirements for reference transactions are but I haven’t been able to get an answer (this is the first time I’ve heard it’s a US only feature).

      We obviously want to know those requirements! It allows us to publish them in the docs (https://support.woothemes.com/hc/en-us/articles/205151193-PayPal-Reference-Transactions) and also decide how to best design how we support them. For example, at the moment we include the “Reference Transaction” administration notice for all stores, but if we know the feature is US only, we can only show that notice for stores based in the US.

      For now, PayPal Standard will continue to work with all the same features in 1.5 except for Switching. If we hear a lot of stores are having trouble getting Reference Transaction support enabled or find out for sure it is US only feature, we’ll try to find a way to implement the new switching process with PayPal Standard so there is no difference in features between 1.5 and 2.0. But we’ll never be able to support multiple subscription with PayPal Standard unfortunately.

  7. Basilakis
    October 5, 2015 at 9:48 pm #

    Been waiting for that! Amazing news thanks a lot for the analytic explanation!

    • Brent
      October 5, 2015 at 11:31 pm #

      Great to hear Basilakis! Thanks for your patience. We hope you like it. 🙂

  8. Syrehn
    October 5, 2015 at 9:52 pm #

    Am I totally out to lunch or does adding a manual order with a subscription product no longer create a subscription?

    • Brent
      October 5, 2015 at 11:29 pm #

      Hi Syrehn, that’s correct. The process for manually creating a subscription has been changed to use the new Add/Edit Subscription interface.

      We’ve updated the instructions and screenshots in the “How to Manually Add or Edit a Subscription” guide for 2.0. Check it out here: docs.woocommerce.com/document/subscriptions/add-or-modify-a-subscription/

      If you don’t like the new UI or have any feedback on it, please let us know via Support (woocommerce.com/my-account/create-a-ticket/). 🙂

      • Syrehn
        October 6, 2015 at 12:12 am #

        Hey Brent,

        That’s what I thought, I’ve been spending the afternoon reviewing all the 2.0 docs. I’m all for the new screen but when creating a manual subscription there seems to be no way to link the new subscription to an order when it’s done manually; unless I missed it. This is key because I, and a few other Subscription users I know, use the Order Numbers for financial purposes (i.e. Quickbooks).

        The only way an Order + Subscription is created at the same time is if the entire process is done from the front-end. 🙁

        I also use Sequential Order Numbers Pro and my Subscription name used to be my lovely Sequential Order number for manual and front-end orders; with the new screen it’s some randomly generated number for manual orders.

        I can get around this by doing everything from the front-end under my username and then modifying the Subscriber name in the back-end but that’s super cumbersome.

        P.S: Other than this I’m looking forward to further testing the new 2.0 features.

        • Brent
          October 6, 2015 at 1:05 am #

          Hi Syrehn, I’ve seen your support ticket outlining the above questions/issues and I’ll answer there. 🙂

  9. Doug
    October 5, 2015 at 10:17 pm #

    Congratulations on shipping version 2!

    I had the privilege of beta testing, mostly to test the new REST API features for a project I’m working on. I’m thrilled with the great work you all have done and eager to put the new features to work.

    • Brent
      October 5, 2015 at 11:30 pm #

      Thanks Doug, both for your kind words and your help beta testing! We’re really excited to include REST API endpoints in this version and looking forward to see what you build on them. 🙂

  10. Brad Dalton
    October 6, 2015 at 5:09 am #

    I wonder if this is a good option for membership sites?

    Looking at membership plugins but like this solution just not sure it’s the way to go for a membership site.

    • Brent
      October 6, 2015 at 7:07 am #

      Hi Brad, WooCommerce Subscriptions is focused on selling products with recurring payments rather than on creating a membership site.

      Check out WooCommerce Memberships for the best way to create a membership site with WooCommerce: http://woo.com/products/woocommerce-memberships/

      Of course, if you want to sell your memberships on a recurring basis, then you can combine the two. 🙂

      • Brad Dalton
        October 25, 2015 at 8:25 am #

        Yes. Already selling memberships on a monthly recurring PayPal subscription using Gravity forms but looking for a more flexible solution for members who want to come and go.

        Sounds like i need both extensions.

  11. kentzo
    October 6, 2015 at 6:12 pm #

    Is this plugin suitable for selling coffee as subscription services? I am selling coffee to customer who sign up a monthly package where we provide different kind of coffees to their office every week.

    • Jerry
      October 6, 2015 at 6:51 pm #

      I too am excited to give this a go, however I’ve been trying to find out if it can be setup using PayPal Advanced. PayPal technical department said they would be glad to work with you guys to make this happen. Can the new 2.0 handle PayPal Advanced?
      Thanks,
      Jerry

    • Brent
      October 6, 2015 at 10:59 pm #

      Hi Kentzo, yes, it can definitely work with selling coffee subscriptions, there are a number of great coffee vendors already using it. 🙂

  12. johnwiggity
    October 6, 2015 at 6:26 pm #

    After upgrading all renewal orders don’t go through. They remain as pending. This is not acceptable. What should I do as I am losing money every day now?

    • bradgriffin
      October 6, 2015 at 9:12 pm #

      Rollback the update. Use a staging environment.

  13. Tom
    October 6, 2015 at 6:54 pm #

    Donations? This is a pre-sales question, but I’m not seeing any mention of it. Will Subscriptions 2.0 handle donations? I use the First Data Payeezy Gateway, and I need monthly donations setup in my Woocommerce store. The site is a non-profit, and we have both physical products, and donations. Please let me know. Thank you.

    • Brent
      October 6, 2015 at 11:04 pm #

      Hi Tom, the Name Your Price extension works with Subscriptions and can be used to accept donations for an amount set by the donor: http://woo.com/products/name-your-price/

      If you just want fixed price donations, like “$10 / month” you can use the subscription product types built into WooCommerce Subscriptions. 🙂

  14. Paul
    October 6, 2015 at 8:02 pm #

    Does Woothemes have a non-profit partners program like the one at https://theeventscalendar.com/knowledgebase/do-you-offer-discounts-for-non-profit-organizations/. We are a small non-profit that can’t handle $199 a year + payment processor + other needed plugins to make this work. We however would love to add you to a sponsors page or something equivalent to be able to utilize this great tool. Any thoughts are welcome.

    • Nicole Kohler
      October 7, 2015 at 3:00 pm #

      Hey Paul, open a ticket with us here: https://woo.com/my-account/create-a-ticket/ Use the “Before You Buy” option and provide a bit of info on your non-profit. We’ll help you out 🙂

      • paullryan
        October 9, 2015 at 4:15 am #

        Thank you Nicole, I’ve taken your suggestion.

  15. Patrick
    October 6, 2015 at 8:25 pm #

    Hi, Could your product be used as a way to run a layaway program?

    Example:If I sell an antique table for $1299 + 6% tax = $1376.94 and require a down payment of 20% ($275.39) with 3 monthly payments of (367.19) on the remaining balance.

    Is this possible?

    If it is, would it be possible to have a blank (or empty) product so that it could be filled in on the front side of the website using the above product example’s price and description? This would allow flexibility for the store owner if his products are one of a kind, but he’d like to accept payments on them. Thanks!

    • Nicole Kohler
      October 7, 2015 at 3:05 pm #

      Hi Patrick! WooCommerce Deposits might be more what you’re looking for here, since this allows for down payments/monthly payments on single items vs. ongoing payments on recurring shipments.

      Here’s the extension: http://woo.com/products/woocommerce-deposits/

      Let us know if you have questions on either this or Subscriptions!

      • Patrick
        October 7, 2015 at 9:40 pm #

        Thank you, Nicole. Yes that looks perfect, except for the lack of automatic payments. I will keep checking back to see when this is implemented. Thanks again!

  16. Spencer
    October 7, 2015 at 2:01 am #

    Hello. This is a pre-sale question. We already use WooCommerce. We sell legal services, so our products have high prices compared to most online sales. We would like to be able to offer to split up the price into 2 or 3 monthly payments, preferably without requiring the client to come back to the site repeatedly to make payment each time, and without the client being able to stop the payment stream before it is complete. Can the Subscriptions plugin handle this? It’s more of a payment plan than a subscription, so we also wouldn’t want the client to be prompted to “renew” the subscription after the last payment. Thanks.

  17. Morten
    October 7, 2015 at 11:31 am #

    Hello,
    can I use the Stripe payment gateway http://woo.com/products/stripe/ as an alternative to PayPal: Reference Transactions?

  18. Steve Billington
    October 7, 2015 at 11:51 am #

    Hi Brent,

    Really keen to use Subscription v2 but wanted to check if there is an easy way to automatically move users to a specific User Role dependent on a subscription being purchased/subscription status.

    I need this to set conditions based on the User role

    Regards
    SteveB

    • Steve Billington
      October 16, 2015 at 4:10 pm #

      Hi Brent,

      Just checking if you have had an opportunity to consider?

      Regards
      SteveB

  19. Gary
    October 7, 2015 at 1:05 pm #

    Will subscriptions 2.0 work with any payment gateway?

    We are currently running paygate and FNB as our merchant account.

    Are we able to continue with this or would you recommend a different option?

  20. ryanc189
    October 7, 2015 at 7:10 pm #

    Hey there. Will 2.0 finally have a better system for prepaid tiers? Example if I offer my customers 1, 3 and 6 months subscription options. We ship physical products every month, is there a better shipping management with this upgrade?

  21. Jp
    October 8, 2015 at 5:16 pm #

    Hi, tell me dose 2.0 support 2Checkout, and recurring payments?

    Thanks

  22. peg
    October 9, 2015 at 7:03 am #

    Hi there.
    Since the upgrade the Groups WooCommerce Plugin doesn’t work anymore… It’s showing a notice in the user page about a deprecated function.
    Are you taking care of this plugin update?

    • Krys
      October 15, 2015 at 6:24 am #

      Can you solve this problem?

  23. Jonathan Wold
    October 11, 2015 at 11:56 pm #

    Great work guys : ). Where can I find documentation for the new REST API endpoints?

  24. mandoonandy
    October 27, 2015 at 6:57 am #

    I’m also trying to find the RESFful API documentation. I can read the code, but is there a complete list of the API’s??
    In particular, it would be great to find the expected values of the API fields.

  25. Live Tech
    October 30, 2015 at 4:07 pm #

    We’ve upgraded to the latest. But the issue is

    * If you go to `Woocommerce > Subscriptions > All` = it shows 220 in count, but only lists max 30 in two pages.
    * If we navigate to “Active” which shows count as 198, & lists all of those paged correctly.

    It’s only at the default “All” screen, all of them do not show up.

    Is it a bug or something needs to be fixed our side? Thanks

  26. bomakalu
    November 2, 2015 at 4:30 am #

    Still not getting the multiple subscriptions to work
    at the same time i get the old error that one has been removed from the cart???

    please advise

    thanks

    bo