by cathal | Jun 22, 2022 | Tutorials, Woocommerce, Wordpress
Rename a Product Tab In this post we will show you how you can change the title od the single product pages tabs, like the “Description” tab. This can be useful if you want to add another information besides the normal description, “product...
by cathal | Jun 22, 2022 | Tutorials, Woocommerce, Wordpress
Display “Product Already in Cart” Instead of “Add to Cart” Button In this post you will learn how you can change the Woocommerce “Add to Cart” button text on the single product pages to “Product Already in Cart” (or...
by cathal | Jun 21, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce Redirect After Add to Cart In this post we will tell you why it can be beneficial to redirect an user to the Checkout Page after clicking the Woocommerce Add to Cart button and how you can do this with PHP code. Why it can be beneficial Here are...
by cathal | Jun 17, 2022 | Tutorials, Woocommerce, Wordpress
Show Custom Billing Checkout Fields by Product ID In this post we will show you how you can customize the Woocommerce Checkout Fields with actions and filters. How Woocommerce Builds the Checkout Fields For the checkout, the invoice and shipping fields are...
by cathal | Jun 17, 2022 | Tutorials, Woocommerce, Wordpress
Remove Product Tabs on Single Product Page In this post we will show you how to remove the Woocommerce tabs on the Single Product Pages. To do this, you need to add the code snippets below to your functions.php file. We will show you how to remove the...