by cathal | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Remove the Checkout Terms & Conditions conditionally in WooCommerce In this post you will learn how to remove the Terms & Conditions text on the Woocommerce Checkout Page with PHP code. This is how the Terms & Conditions section on the Checkout Page...
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 13, 2022 | Tutorials, Woocommerce, Wordpress
Deny Checkout if a User Has Pending Orders In this post we will show you how to prevent a logged in user from placing an order when he already has an order with the “Pending Payment” status. This means that the user can only place another order once he has...
by cathal | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Activate Woocommerce Holiday/Pause Mode In this post you will learn how you can simply activate the Woocommerce Holiday Mode with PHP code. This is how the Shop Page looks like before changing the code: You can activate the mode by adding the following...
by cathal | Jul 12, 2022 | Tutorials, Woocommerce, Wordpress
Remove the Woocommerce Checkout Fields In this post you will learn how to remove all or only some of the fields on the Woocommerce Checkout Page with PHP code. This is how the Checkout Page looks like before adding the code (all fields are displayed): ...