WooCommerce Low Stock Notification Per Product

WooCommerce will send the store administrator an email when a product’s inventory goes below a certain threshold. There are two global inventory thresholds used for all products. These thresholds are named “Low stock” and “Out of stock“.

The global setting works great for most stores, but for some it doesn’t work as well as it could. In this post I will show you how to set up a WooCommerce Low Stock Notification per product and category.

Read more

How to Add Store Notices

Custom notifications for customers can be a handy tool to create more sales or increase the average order total. For example, let’s say a store has Free Shipping on orders of $50 or more. If a customer has $40 of products in their cart, notifying them that they are $10 away from Free Shipping is useful to the customer and to the store owner. Most customers will …

Read more

Setting Up Predefined Shipping Areas

Setting Up Predefined Shipping Areas and Shipping Accordingly picture of ships on water

WooCommerce offers a great set of default settings for payment and shipping. In some cases, you may want to set up predefined shipping areas for customers to choose from.  In this post I will show how you can set that up using code snippets/plugins. Setting Up Shipping Areas I’m going to assume that the current areas are not a …

Read more

How to Add a Code Snippet to Your Site

Many websites post code snippets that can be added to websites to modify the functionality in WordPress. Most websites post these code snippets without instructions on how to add them to your site. The contrary is true as most website owners never learned how to add code to their site. In this post I’ll walk you …

Read more

Setting Up Shipping Validation Rules in WooCommerce

Setting Up Shipping Validation Rules_Checkout Page message

Setting up shipping in WooCommerce can be difficult. There are many different ways of shipping products into the world. If you’re using a shipping carrier like UPS, for example, you can integrate with their plugin in order to get live shipping rates from their API. If you’re not using a shipping carrier like that, you …

Read more