by cathal | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Show Credit Card Logos on Cart Page In this post you will learn how to add text and credit card logos at the bottom of the Woocommerce Cart Page (after the “Cart totals” section) with PHP code. This is how the Cart totals Section looks like before...
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...