by cathal | Jul 18, 2022 | Tutorials, Woocommerce, Wordpress
Remove the State Field in the Woocommerce Checkout In this post you will learn how to remove the “State” field for United States orders from the Woocommerce Checkout Page. This is how the Checkout Page look like before changing the code and after...
by cathal | Jul 15, 2022 | Tutorials, Woocommerce, Wordpress
Extend the Admin Fields in the WooCommerce Orders Page In this post you will learn how you can add extra columns with values to the Woocommerce Orders Page. In this example, we will add a “Serial Number” column with values. This is how the Orders...
by cathal | Jul 15, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce Support Declaration in Third Party Theme Woocommerce Support is very significant after WooCommerce 3.3.0 – in the event that your theme doesn’t contain this in your functions.php file, there’s a decent opportunity any Woocommerce...
by cathal | Jul 15, 2022 | Tutorials, Woocommerce, Wordpress
Change the Autofocus Field at the WooCommerce Checkout In this post we will show you how you can change the Woocommerce Checkout Autofocus Field. The default Autofocus Field is the “First Name” field. In our example we will change it to the “Email...
by cathal | Jul 14, 2022 | Tutorials, Woocommerce, Wordpress
Check if a Product Belongs to a Product Category or Tag In this post you will learn how you can check if one or more products belong to a Woocommerce category/tag with PHP. As commented in the code below, we want to check if the products belong to the category...