by michelle | 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 michelle | 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 michelle | 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...
by michelle | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Add Text Before and After Add to Cart In this post we will show you how to add custom text before and/or after the “Add to cart” button on Woocommerce Single Product Pages. This is how the pages look like before changing the code: You can add...
by michelle | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Add Content Under the Privacy Policy Text at the Woocommerce Checkout In this post you will read about how to add custom content on the Woocommerce Checkout Page under the Privacy Policy text. This will be done using PHP code. This is how it looks like before...
by michelle | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Set Minimum Order Amount In this post you will learn how you can set a minimum order amount to your Woocommerce website with PHP. In our example, we will use a minimum order amount of five products. You can set the amount by adding the following code to your...