Believe it or not, WooCommerce does not support UPC product numbers out of the box! There have been many calls from users of WooCommerce to get this feature added, but…
Tag: WooCommerce
How to accept WooCommerce deposits
Do you need to be able to accept WooCommerce deposits or partial payments on your online store? Yes? Good! You’re at the right place. In this in-depth guide we’re going…
How to implement WooCommerce bulk discounts
So, you’re interested in giving your customers a discount if they buy products in bulk from you? Cool! Adding WooCommerce bulk discounts to your store is really easy if you…
How to hide a WooCommerce product from store visitors
Do you need to hide a WooCommerce product from your store visitors? Great! You’re at the right place. In this detailed guide we’re going to show you exactly how to…
Show a different price to multiple WooCommerce customers
In a previous snippet we looked at how to set up customer specific pricing for a single customer in WooCommerce. But what if you wanted to show a different price…
Basic customer specific pricing snippet for WooCommerce
Do you need to treat your best customer to a discount on a WooCommerce product? Or, maybe you want to increase the price of your products for your worst customer?…
How to remove default sorting from your WooCommerce product pages
Do you need to remove the drop down default sorting provided by WooCommerce on your product pages? Perhaps you don’t want sorting at all on your store, or you want…
Hide the price for specific WooCommerce products
Do you want to hide the price for a certain product or multiple products in your online WooCommerce store? Doing so is actually quite easy. In this snippet we’ll show…
How to get a list of WooCommerce products (with shortcode)
Fetching a list of some or all of your WooCommerce products and displaying them on a page is easy. It involves a simple WordPress Query which is used to fetch…
How to programatically create a new order in WooCommerce
Ever needed to make a WooCommerce order without using the online store? It’s actually quite simple to create a WooCommerce order programatically using code on the backend, and in this…
Change the WooCommerce “Add To Cart” text
Do you need to change the text that displays on the WooCommerce “Add To Cart” button? We needed to recently and in this snippet, we will show you exactly how…
How to get a WooCommerce product’s link, title and data from the product slug
When building out a WooCommerce store, there are often times where you have the slug for a WooCommerce product in your code, and you need to fetch the actual product…