by michelle | Jun 23, 2022 | Tutorials, Woocommerce, Wordpress
Change the Number of Products on Shop Page In this post you will learn how you can change the number of products per page on the Woocommerce Shop Page. In the following example, there are 10 products in the shop. By default, Woocommerce displayes 9 products per page,...
by michelle | Jun 22, 2022 | Tutorials, Woocommerce, Wordpress
Make the Phone Number Field Not Required The phone number field on the Wocommerce Checkout Page is required by default. If you don’t need the phone number of your customers, you can set it to optional by adding the following code to your functions.php file:...
by michelle | Jun 22, 2022 | Tutorials, Woocommerce, Wordpress
Order by Title Price or Date on Shop Page Learn how you can change the arrangement on the Woocommerce Shop Page. You can order the products by title, price or date. In this example we will order the products by price. This is how the shop looks like before...
by michelle | 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 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...