by cathal | Jul 14, 2022 | Tutorials, Woocommerce, Wordpress
Redirect Users to a Specific Product After Login In this post you will learn how to redirect all users to a product after logging in on the wp-login page. In our example, we want to redirect the users to this product: To redirect to a product, you need to know...
by cathal | Jul 14, 2022 | Tutorials, Woocommerce, Wordpress
Block Purchase from Logged Out Users In this post we will show you how you can add text to the Single Product Pages and hide the Add to cart button to block purchase from users who are logged out. This is how the Single Product Pages look like before changing...
by cathal | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Add Text to a Specific Product Taxonomy In this post you will learn how to add a text to a specific Woocommerce Product Tag with PHP code. This text will be shown on the Single Product Pages. This is how the Single Product Pages look like before changing the...
by cathal | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Add Trust Logos to the Checkout Page In this post we will show you how to add content to the payments and terms & conditions section on the Woocommerce Checkout Page. In our example we will add an image with trust logos. This is how the Section on the...
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...