Nicola Mustone

Support Lead @ Automattic


Leadership, web, programming. Short essays and hands-on guides, focused on results, not hype.


Essays

Reflections, lessons, and guides on leadership, the web, and programming.

  • In the past, we discussed how to change the Return to Shop button URL in the Empty Cart page. Today, we will learn how to change the Continue Shopping button URL on the cart page to redirect wherever you want.

    This button appears when the option Redirect to the cart page after successful addition is selected in WooCommerce > Settings > Products > General > Shop pages > Add to cart behaviour.

    Read more →

  • Cross-sells and Up-sells in WooCommerce are a very powerful tool to give suggestions to your customers.

    You might know that most people who buy product X will probably need product Y as well, and you want the customer to know that. How do you do it? You use cross-sells and up-sells.

    Read more →

  • Self-hosting gave me control. WordPress.com gave me peace of mind — and I didn’t lose any of the flexibility I cared about.

    For years, my site lived happily on SiteGround. I managed the SSLs, the CDN, the updates — all the knobs and switches that come with running your own WordPress installation. It worked, but it also pulled focus away from what I actually wanted to do: write.

    At some point, I realized that maintaining my own infrastructure was solving a problem I didn’t have anymore. I wanted a space that just worked — one login, one dashboard, zero maintenance. That’s when I moved everything to WordPress.com.

    It wasn’t a professional decision because I work at Automattic. It was a personal one, shaped by the same instinct I wrote about in Do You Trust Your Instincts? Making Smart WordPress Choices. Sometimes, the best move is simply choosing ease over control.

    Read more →

  • Do you still have hundreds of expired coupons sitting in your database?

    If you’re giving discounts to first-time buyers or loyal customers, chances are your store creates coupons automatically. That’s great — everyone loves a discount. But once those coupons expire, WooCommerce doesn’t delete them. They just sit there, taking up space for no reason.

    Let’s fix that.

    Read more →

  • Sometimes you only want customers to buy one thing.

    If you sell digital licenses, event tickets, or one-off bookings, you might need to stop customers from mixing that product with anything else in their cart. Other times, you simply want to prevent them from buying more than one unit of a limited item.

    WooCommerce only supports the second scenario out of the box. To handle both properly, you’ll combine a small built-in option with a short snippet that enforces the single-product rule at checkout.

    Read more →