by cathal | 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 cathal | 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...
by cathal | Jun 17, 2022 | Tutorials, Woocommerce, Wordpress
Hide Quantity on Cart Page In this tutorial we will show you how you can remove the quantity selectors from all products on the cart page and show the numbers of the products in the cart instead. PHP Code We will add a PHP code for this in the functions.php...
by cathal | Jun 16, 2022 | Tutorials, Woocommerce, Wordpress
Remove Zero Decimals in Product Price In this blog post you will learn how to remove decimals in general and how to remove them when they are zero on the Woocommerce products. Remove Decimals in the Woocommerce Settings If you want to remove the decimals in the...
by cathal | Jun 13, 2022 | Tutorials, Woocommerce, Wordpress
Minimum and Maximum Quantity for Woocommerce Products In this post we will show you how you can set a minimum and maximum quantity for all Woocommerce products or also how to set it for specific products. Set the same Quantity for all Products If you want to...