by cathal | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Add Text Before and After Add to Cart In this post we will show you how to add custom text before and/or after the “Add to cart” button on Woocommerce Single Product Pages. This is how the pages look like before changing the code: You can add...
by cathal | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Add Content Under the Privacy Policy Text at the Woocommerce Checkout In this post you will read about how to add custom content on the Woocommerce Checkout Page under the Privacy Policy text. This will be done using PHP code. This is how it looks like before...
by cathal | Jul 11, 2022 | Tutorials, Woocommerce, Wordpress
Set Minimum Order Amount In this post you will learn how you can set a minimum order amount to your Woocommerce website with PHP. In our example, we will use a minimum order amount of five products. You can set the amount by adding the following code to your...
by cathal | 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 cathal | 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...