by cathal | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Show Message After the Country Selection at the Checkout In this post we will show you how to add a message if a specific country is selected at the Woocommerce Checkout. In this example, we will choose the country “France”. This is how the Checkout...
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 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 cathal | 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...