by michelle | 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 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 7, 2022 | Tutorials, Wordpress
Wordpress Development – Filters Filters are one of the two types of hooks. With Filters it is possible to change data during the execution of WordPress Core, Plugins and Themes and are therefore the counterpart to Actions. Filters work in isolation and therefore...