by cathal | Jul 12, 2022 | Tutorials, Woocommerce, Wordpress
Hide a WooCommerce Category from the Search Result In this post we will show you how to add a product category restriction to the search bar results in the menu. In our example, we will search for “sample products” because there are some products with the...
by cathal | Jul 12, 2022 | Tutorials, Woocommerce, Wordpress
Disable the WooCommerce Variable Product Price Range In this post you will learn how to replace the price range on Woocommerce variable products by a “From:” text. This will be done using PHP code. This is how the Product Pages look like before...
by cathal | Jul 12, 2022 | Tutorials, Woocommerce, Wordpress
Add Custom Checkbox Fields above the Terms and Conditions in the Woocommerce Checkout In this post we will show you how you can add one or more custom checkboxes on the Woocommerce Checkout Page with PHP. In the following example, we will add two checkbox fields with...
by cathal | Jul 12, 2022 | Tutorials, Woocommerce, Wordpress
Remove a Category from the WooCommerce Category Widget In this post we will show you how you can remove one or more categories from the Woocommerce category sidebar widget. In this example we want to remove the “Remove” category. The ID of this category is...
by cathal | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Reorder the Checkout Fields in WooCommerce In this post you will learn how you can reorder the fields on the Woocommerce Checkout Page with PHP code. In this example, we want the email field to be placed at the top. This is how the Checkout Page looks like...