by cathal | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Disable the Payment Method for a Specific Category In this post we will show you how you can disable one or more payment methods in the Woocommerce Checkout for a specific category. In our example, we want to remove the “Cash on delivery” payment method...
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...