Add a minimum WooCommerce order amount

How to Restrict Checkout in WooCommerce if Order Amount is Too Low If you run an online store using WooCommerce, you might want to set a minimum order amount to…
WordPress tutorials and more
WordPress tutorials and more
How to Restrict Checkout in WooCommerce if Order Amount is Too Low If you run an online store using WooCommerce, you might want to set a minimum order amount to…
With the help of ChatGPT. I began exploring how to switch product image on hover. I had to share that I was using Full Site Editing, the theme Twenty Twenty…
How to attach a file to a WooCommerce order email. I went searching online as I had to include an pdf document into the order email. I found what I…
Setting up an invoice payment in WooCommerce. Part 1: Install and activate PDF Invoices & Packing Slips plugin. (Or any of the other PDF plugins.) I am using: WooCommerce PDF…
How to modify the WooCommerce Cart page. Here is the default cart page using the theme Twenty Twenty Two. Add a continue button. Result: For a variation of the above…
I have added on to this tutorial.Adjust shipping fee based on quantity in cart.Adjust shipping fee based on total amount in cart. Adjust shipping fee based on quantity in cart.…
Part 1: Modifications of the current fields seen in the checkout page. We are now at part 2: Add custom fields to the Checkout page. Here is the default Checkout…
I decided to create a separate tutorial for adding a Continue Shopping button to multiple pages.The following example uses the theme Twenty Twenty Two. The CSS: Result: The Single Product…
We are now at part 1: modifications of the current fields seen in the checkout page. Next up is part 2: Add custom fields to the Checkout page Here is…
The following code will add a button to a product that is out of stock. Clicking the button will open a form. Example from Theme Twenty Twenty Two. If product…
Show a product category if user is logged in and another product category if user is not logged in. A default shop page with a few products using the theme…
The Single product page. Changing the Add to Cart quantity selector. Add the following code to change from arrow select to a drop-down. Add the following CSS: Result: Minimum quantity…
The typical shop page will look something like this:(Example using the theme Twenty Twenty Two.) Remove “Showing all x results” and sorting drop down. The WooCommerce Shop page contains the…
Here is an example of a single / individual product page in WooCommerce. Using the default theme Twenty Twenty Two. There are different ways to add code. Through a code…