A Review Of The Yith Woocommerce Wishlist Plugin

If you’re looking for the ability to add Wishlist functionality to your Woocommerce store then the  Yith WooCommerce Wishlist plugin is definitely a solid choice. The plugin is available as both a free and a premium plugin, so let’s take a look at what functionality the plugin provides and how it works. The TLDR Section … Read more

How to Bulk Edit Products in WooCommerce

If you have a lot of products in your WooCommerce store then it can take a while to perform edits, and it can be particularly frustrating if you need to perform the same change across multiple products.  In this article, we’ll take a look at what options you have to bulk edit products in WooCommerce. … Read more

How to Setup WooCommerce Bulk Discounts and Promotions

Are you looking to set up bulk discounts for your customer’s in your WooCommerce store? In this article, we’ll take a look at the various options you have for setting up discounts and promotions. Out of the box, WooCommerce doesn’t provide any discount functionality, so you’ll need to either write some code snippets or install a plug-in … Read more

How to Hide a Category from the Shop Page in Woocommerce

By default, the shop page in Woocommerce will show products from all categories, but if you want to prevent a category from being shown altogether, or from specific customers what steps can you take? Hiding A Category With a Snippet Here’s a snippet that will hide specific categories from the shop page. add_filter( ‘woocommerce_product_query_tax_query’, ‘hwn_hide_shop_categories’); function … Read more

Setting up a Woocommerce Development Environment with Local by Flywheel and Visual Studio Code

In this article, we’re going to take a look at how to set-up a development environment for Woocommerce, by the time we’ve finished we should have an environment that will allow us to – Quickly spin up a fresh Woocommerce site that includes test data Edit code productively using an IDE Step through code using a debugger … Read more