Category: Tips

WooCommerce: Redirect to a Specific URL on Coupon Removal

Here’s a super short snippet, that someone asked a couple of days ago: how to redirect a visitor to a…

Read Now
How to Fix Error “Another update is currently in progress” with WP-CLI

While I was working on a local install, I tried to update WordPress core to the latest version, and I…

Read Now
WooCommerce 3.5: Bring Me That Preview Button Back!

Alright alright! You just updated to WooCommerce 3.5, and you can’t see the Preview Changes button anymore in the Publish…

Read Now
Force Customer Creation in Stripe with WooCommerce

By default, when an order is placed on a WooCommerce site using Stripe, the order is obviously sent to Stripe, a…

Read Now
WooCommerce: Remove Default Products Ordering Dropdown Select

By default, WooCommerce displays a nice and useful drop-down select to re-order products on the shop page. But many of…

Read Now
WooCommerce Stripe: Add Custom MetaData

Adding custom metadata to Stripe is easy with WooCommerce Stripe. You can send any kind of value to Stripe from…

Read Now
How to Disable All Payment Gateways in WooCommerce

So you have a WooCommerce shop but you don’t want to take payments? That’s neat! Please remind me to place…

Read Now
Replace “Includes $xx.xx Tax” in WooCommerce Cart

Here is a super snippet that will allow you to tweak the way the WooCommerce cart displays the tax amount…

Read Now
Add WooCommerce Version Check Support to Your Plugins

WooCommerce 3.2 was launched a couple days ago, and it brought some great new features. And there’s one that I…

Read Now