I’ve found that I spend more and more time in the terminal over the years as I become more familiar with the command line. It’s often the quickest and most efficient way to accomplish something. And with custom scripts and aliases, annoying/lengthy tasks can be reduced to just seconds. This weekend, I moved my site […]
Hide uncategorized / default category in WooCommerce
WooCommerce 3.3 added a new "uncategorized" category that is now required as a default category. This means any products without a category assigned to it will be automatically assigned to this default category. You can rename the category, and I recommend doing so and using it. But if you would like to hide the default […]
Shipping Rate Configuration in WooCommerce
We previously looked at the two different parts of shipping in the context of eCommerce. If you missed that article, I recommend giving it a read. In this post, we are going to dive into the shipping rate side of things. We'll be looking at the options that are available when it comes to presenting […]
Understanding Shipping in WooCommerce
Setting up shipping for your eCommerce site can be simple, but it can also quickly turn into a complex system. The goal of these guides is to take an in-depth look at all things shipping in WooCommerce. I'll start in this post by first giving an overview of what all shipping entails in the context […]
Rename WooCommerce Shipping Labels
Shipping methods in WooCommerce can only have one title / label. But what if you need the title to change conditionally based on the actual cost of the shipping method? Consider the following flat rate shipping method. If a “Large Item” is in the cart, shipping will cost $10. Otherwise, the flat rate method will actually […]