by michelle | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Show Message After the Country Selection at the Checkout In this post we will show you how to add a message if a specific country is selected at the Woocommerce Checkout. In this example, we will choose the country “France”. This is how the Checkout...
by michelle | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Deny Checkout if a User Has Pending Orders In this post we will show you how to prevent a logged in user from placing an order when he already has an order with the “Pending Payment” status. This means that the user can only place another order once he has...
by michelle | Jul 13, 2022 | Tutorials, Woocommerce, Wordpress
Activate Woocommerce Holiday/Pause Mode In this post you will learn how you can simply activate the Woocommerce Holiday Mode with PHP code. This is how the Shop Page looks like before changing the code: You can activate the mode by adding the following...
by michelle | Jul 12, 2022 | Tutorials, Woocommerce, Wordpress
Remove the Woocommerce Checkout Fields In this post you will learn how to remove all or only some of the fields on the Woocommerce Checkout Page with PHP code. This is how the Checkout Page looks like before adding the code (all fields are displayed): ...
by michelle | Jul 12, 2022 | Tutorials, Woocommerce, Wordpress
Hide a WooCommerce Category from the Search Result In this post we will show you how to add a product category restriction to the search bar results in the menu. In our example, we will search for “sample products” because there are some products with the...
by michelle | Jul 12, 2022 | Tutorials, Woocommerce, Wordpress
Disable the WooCommerce Variable Product Price Range In this post you will learn how to replace the price range on Woocommerce variable products by a “From:” text. This will be done using PHP code. This is how the Product Pages look like before...