by michelle | 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 michelle | 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 michelle | 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 michelle | 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...
by michelle | Jun 17, 2022 | Tutorials, Woocommerce, Wordpress
Hide all Shipping Methods but Free Shipping Normally, all shipping methods are displayed in the cart, even if free shipping is available. Then the customer has to choose which shipping method they want. In this tutorial we will show you how to hide the other shipping...
by michelle | Jun 17, 2022 | Tutorials, Woocommerce, Wordpress
Limit Woocommerce Order Note Length In this tutorial we will show you how you can limit the Woocommerce order note length to any length you wish by adding PHP code. We will use the “woocommerce_checkout_fields” filter to change the note length and it is...