By default in WooCommerce, if a variable product has multiple prices available, the price will show a range like this: Before WooCommerce 2.1, this was shown a bit differently, with just “From: $x.xx”: In some cases, it may be best to not show your customers the highest possible price. In fact, if you go over […]
Category: WooCommerce
Hide shipping information on product pages in WooCommerce
By default, WooCommerce shows your product’s shipping information on the product page in the “Additional Information” tab. Sometimes this may not be appropriate or necessary for a product, so let’s find a way to remove it! On a default installation of WooCommerce with a Storefront theme, the product page will look something like this: This Additional Information […]
Customize WooCommerce Shipping Rates
There are a lot of shipping extensions out there that can help you perfect the way your store charges customers for shipping. If you plan on entering your prices manually and you think things will get complex, then I definitely suggest Table Rate Shipping. With the new and improved Flat Rate Shipping interface, you may be […]
Conditionally show / hide WooCommerce checkout fields
There is a plugin for creating and removing checkout fields called Checkout Field Editor. But what if you need to add checkout fields that only show up under certain conditions? For example, if Product X is in the cart then you need to add a special checkout field to collect more information from the customer. Ideally in […]
Add analytics tracking to the WooCommerce thank-you page
I get asked this question quite a bit, and that is probably because this is something that every eCommerce store needs. The question usually goes like this: How can I add my tracking code to the WooCommerce thank-you / order-recieved page? There are two ways to tackle this. The easiest being to use a plugin. […]