by michelle | Jul 7, 2022 | Tutorials, Woocommerce, Wordpress
Add a Footer Text to the WordPress Login Page In this post we will show you how you can add a custom footer text to the WordPress Login Page with PHP. In this example we will add a simple text with a top border, but you can also add a more complex text/table/whatever...
by michelle | Jul 7, 2022 | Tutorials, Woocommerce, Wordpress
Remove or Change the Out of Stock Text In this post we will show you how you can change or remove the “Out of stock” text on the Woocommerce Single Product Pages with PHP. This is how the text looks like before changing the code: You can...
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 the customer who place orders, you can set it to optional by adding the following code to your...
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...