by michelle | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Remove the Company Name from Woocommerce Checkout In this post you will learn how to remove the “Company” text field on the Woocommerce Checkout page with PHP. This is how the Checkout Page looks like before changing the code: You can remove...
by michelle | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Hide Products Count in the Category View In this post we will show you how you can hide the products count when the category view is active. To activate the category view, go to Appearance –> Customize on the menu in the WordPress backend. Then choose...
by michelle | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Replace Out of Stock with Sold In this post you will learn how you can change the “Out of stock” text to “Sold” (or any other text you want) on the Woocommerce Single Product Pages. This is how the page looks like before changing the...
by michelle | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Remove Product Categories from the Shop Page In this post we will show you how you can easily products with specific categories from the Woocommerce Shop Page with PHP code. In this example, the first three products on the Shop Page are assigned to the category...
by michelle | Jul 8, 2022 | Tutorials, Woocommerce, Wordpress
Replace Shop Page Title In this post you will learn how you can change the “Shop” title on the Woocommerce Shop Page to any text you want with PHP. This is how the Shop Page looks like before changing the code: You can change the text by...
by michelle | Jul 8, 2022 | Tutorials, Woocommerce, Wordpress
Add a New Country to Countries List In this post we will show you how you can add a custom country to the Woocommerce countries list, so you can sell to more countries. In this example, we will add “Dubai” to the countries list. This will be done using PHP...