WooCommerce 3.5 Beta is here!

Today we’re pleased to announce that WooCommerce 3.5 is available for beta testing!

You can download it directly here or use our new WooCommerce Beta Tester plugin to easily test WooCommerce beta versions and release candidates.

Release highlights

3.5 is the last minor release this year. Being a minor release, all new functionality should exist in a backwards-compatible manner. Updating from any version since 3.0 should be hassle free!

Here is what to look out for in the update.

REST API v3

The latest version of the WooCommerce REST API is ready, and features new endpoints as well as improvements to existing endpoints. Some of the new features include:

  • A reviews endpoint to list, get, create, and update product reviews.
  • Date fields are now editable on the products endpoint, and the endpoint has been updated to work with the “on backorder” stock status.
  • A series of new reports endpoints to get total counts of orders, products, customers, coupons and reviews.
  • New orderby options for the products endpoint to allow listing products by price, popularity, or rating.
  • Automatic total calculations when applying/removing coupons in the orders endpoint.

More documentation around the new version of the REST API will be available within the next few weeks.

Improved copy for transactional emails

The wording of the WooCommerce transactional emails has remained largely unchanged for years. We have improved the default wording of the emails to be friendlier and more human. Improving the default content will improve the customer experience and reduce the need for store owners to do template overrides of the transactional emails.

This is the first phase of a larger initiative to improve WooCommerce’s emails and email content editing experience. Stay tuned in 2019 for more improvements.

Custom Product Tables support

The use of the postmeta database table for storing product information has been a big bottleneck when scaling WooCommerce stores. We’ve been working on migrating the product information that WooCommerce currently stores in the postmeta table to custom database tables developed and optimized for product data. This will provide large performance boosts to stores and greatly improve their scalability. In our testing we achieved a 30% performance improvement on product-heavy pages with these custom tables!

The 3.5 release will add the hooks and filters required for the Custom Product Tables feature plugin to WooCommerce. Currently the feature plugin is in beta, but it will be production ready soon-enough, and WooCommerce stores will be prepared.

In the meantime, this will make it easy to beta test the feature plugin and see what sort of performance gains your store will get. Please follow beta testing best practices and don’t test on production systems, as the custom tables plugin has the potential to cause loss of data.

Read more about the Custom Product Tables plugin, our plans for custom tables, and how to test the plugin here.

Everything else . . .

Other features include:

  • The ability to export products by category in the CSV exporter.
  • The ability to set a low stock threshold for individual products.
  • An improved payment method settings page with greater accessibility among other accessibility improvements.
  • Error logging for transactional emails using the WooCommerce logger.
  • The Action Scheduler background processing library used by the WooCommerce Subscriptions plugin is now included in WooCommerce and provides a robust, scalable background processing solution for developers. In 3.5 webhooks will be delivered using this library.
  • Numerous performance improvements.

On top of the new features, there are a variety of minor tweaks, new hooks, and fixes. We won’t go into detail here, but you can see the full list of changes in the readme if you’re interested!

Template file changes

  • All of the email templates have been updated with new wordings.
  • cart/cart-shipping.php – Improved shipping calculator experience.
  • cart/mini-cart.php – Removed unnecessary nbsp;s from template.
  • cart/shipping-calculator.php – Improved shipping calculator experience.
  • myaccount/form-edit-account.php – Add form tag hook.
  • myaccount/form-login.php – Add form tag hook.
  • notices/error.php – Run notices through new wc_kses_notice function.
  • notices/notice.php – Run notices through new wc_kses_notice function.
  • notices/success.php – Run notices through new wc_kses_notice function.
  • order/order-again.php – Refactored order again handling.
  • content-widget-product.php – Add extra check to prevent fatal errors when global $product is not a product.
  • single-product-reviews.php – Removed unnecessary aria-required attributes.

Deprecated functions and methods

No functions, classes, or methods will be deprecated in this release.

Release schedule and testing

We’re hoping to keep WooCommerce 3.5 in beta for the next 2 weeks. If you’re a developer please check extensions and themes are compatible to be safe.

Release Candidate 1 should be tagged on September 26th and will remain in RC for a further 3 weeks until October 17th which is our target launch date.

If you’d like to help us test, you can use our new WooCommerce Beta Tester plugin. We posted a nice little write-up on beta testing here which should get you started. Please read that and jump right in!

If you’d like to help translate 3.5, you’ll find it on the development branch on translate.wordpress.org.

Thanks to all of our testers and contributors!


17 responses to “WooCommerce 3.5 Beta is here!”

  1. Looking good. 🙂

    I expected https://github.com/woocommerce/woocommerce/pull/20644 to be in 3.5, but two things:
    – it’s not listed in the changelog.
    – it’s only partially working. I can now specify the placeholder image in the WC settings (that’s cool!), but the placeholder is not being resized to the aspect ratio in the settings.

    Please clarify. Thanks!

    1. Hi Glen,

      Thanks for the heads-up! I’ve added that feature to the changelog and created an issue about the aspect ratio: https://github.com/woocommerce/woocommerce/issues/21359

  2. I noticed that in the new version, if you don’t have the shipping cost calculator enabled, no shipping costs are displayed at all in the cart table…that can’t be the way it is supposed to be?

    1. Thanks for the heads-up! I’ve created an issue for the problem here: https://github.com/woocommerce/woocommerce/issues/21360

      1. Radomir Djuric Avatar
        Radomir Djuric

        Hello! Is this problem fixed? Because for me in version 3.5 (final) it still don’t show shipping costs in the cart, and the total price is not including shipping costs either (like in the Issue #21360).

        My settings are: Shipping calculator – disabled, Shipping methods: Flat rate and Free shipping (to specific country), Selling location – specific country, Shipping location – specific country (same as for selling), Default customer location – shop base adress (but tried “No location by default” with the same result).

        1. Hi. This issue is fixed in this patch: https://github.com/woocommerce/woocommerce/pull/21658 The patch will be in WooCommerce in WC 3.5.1 releasing tomorrow.

  3. The new text in the transactional emails says things like:

    Just to let you know — your payment has been confirmed…

    While, these days, double dashes seem to be accepted as proper writing — it’s not. Can we please update the lazy version, into the correct one? The em dash. —

  4. That’s pretty cool 😎

    Pls if i try to test it on my live website, i hope there won’t be any adverse issue

    1. We do not recommend testing on your live site! You can test on a disposable staging site at http://poopy.life/ if you do not have a staging site or local environment for testing.

  5. Good Work guys!

    One thing, I expected https://github.com/woocommerce/woocommerce/pull/20629 to be in 3.5, it’s showing a milestone as 3.5 but not showing in the changelog, though it’s just a small fix.

    Thanks!

  6. The email feature looks good as an update.

    One thing I found is a BIG issue is URL structure for SEO.

    Do you know how hard it is to have:

    Mysite.com/shop/category/product-name

    If you want Mysite.com/category/product-name

    It’s near impossible.

    I thought maybe in the future you could look at SEO URL structure.

    It’s not that important but I always have to hack a WooCommerce site and fix it up for every site.

  7. Why are there updates do frequently? Is woocommerce really so unstable? It is a burden to update software 30-40 times a year. You should make a stable version that allows businesses to focus on their business instead of constant code updates. Make something that simply works.

    1. Thanks guys for making great, stable software – for free! I look forward to each updates; WC 3.5 will be an exciting step forward. Thanks much!

    2. WooCommerce does not exist in a vacuum. There are constant shifts in WordPress (e.g. Gutenberg) and the internet (e.g. GDPR) that require maintenance and updating of the WooCommerce code. Additionally, there are performance improvements, bug fixes, and new features in the WooCommerce releases. All of the WooCommerce releases this year have been fully backwards compatible, so maintenance on your part should be minimal.

    3. Ridiculous! Use another platform if you do not like this 100% free!

  8. The “Increase Stock” and “Reduce Stock” buttons on the order pages in the Admin are gone. Could you explain how Woo 3.5 treats inventory that is added in the Admin to an order and how it treats inventory that is removed from an order in the Admin?

    This is critical to how our store manages inventory counts and it’d be great to understand what we need to do to keep our inventory counts correct.

Leave a Reply

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