by michelle | 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 michelle | 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...
by michelle | Jun 13, 2022 | Tutorials, Woocommerce, Wordpress
Remove the Product Meta on the Single Product Page In the Woocommerce Single Product Pages, the categories to which the product belongs are displayed by default under the “Add to cart” button. This can be removed using the woocommerce_template_single_meta...
by michelle | Jun 13, 2022 | Tutorials, Woocommerce, Wordpress
Adding Custom Currency to WooCommerce In this post you will learn how to add another custom currency and a symbol for same in addition to the many available currencies provided by Woocommerce. Example In the example, the currency “Arrow Design Euro”...
by michelle | Jun 6, 2022 | Tutorials, Woocommerce, Wordpress
Top 68 Woocommerce Code Hooks and Filters In this article, you will get to know some hooks and filters for Woocommerce with which you can change and improve your theme. Just copy the code snippets to the functions.php file of your active theme. WooCommerce support...
by michelle | May 30, 2022 | Tutorials, Woocommerce, Wordpress
Add a Custom Checkout Field in Woocommerce In this blog post you will learn how to add a custom field that is not part of billing and shipping to your Woocommerce checkout page. In our example we add a PO Number above the Notes field. Step 1: Add a New Field to...