How To Add Custom Front-End Fields in WooCommerce

Posted on February 17, 2022

In a previous post called Adding custom WooCommerce product fields I wrote about how to add custom fields in the backend for products. As a follow up on that, this post will guide you through adding (those) custom fields at the WooCommerce front end, including adding the custom field values to the cart and in the order. […]

Ultimate Guide to WooCommerce Checkout Fields

Posted on June 21, 2018

This post is meant as a one stop shop if you’d like to make any kind of customizations to your WooCommerce checkout fields. Whether this is adding additional fields, removing some unneeded ones or changing the order they’re displayed in. Additionally there will be guides on how do display fields two field side by side, […]

How to Setup Weight Based Shipping in WooCommerce

Posted on March 16, 2018

The WooCommerce Core features for shipping has become quite more extensive with WooCommerce 2.6 a while back. One of the things that is not possible to configure in WooCommerce Core is weight based shipping. To accomplish that you’ll need to use a shipping plugin that supports that. In this post I’ll be explaining how you […]

Add ‘Free’ after a shipping label

Posted on January 16, 2018

In older versions of WooCommerce there would display a ‘(Free)’ label behind any flat shipping rate without cost. Since WooCommerce version 2.6.0 it no longer shows this automatically behind shipping rates. Instead it doesn’t show anything, which is not as clear as it can be. Which in turn can confuse your customers and lead to lower […]

A guide to shipping taxes in WooCommerce

Posted on November 08, 2017

Lets face it, taxes are not fun to deal with, let alone configure in your WooCommerce store. In this guide I’ll guide you through setting up taxes for shipping cost in WooCommerce. What I won’t be doing is providing the taxes you’ll need to setup, all the data is fictional and you should check with your […]

Hiding product prices in WooCommerce

Posted on November 01, 2017

There are many plugins that allow you to setup special accounts for your wholesalers for example. Often times the user role feature of WordPress is used to identify users within a specific group. In this post I’ll show some examples of how you can display/hide prices for specific user groups, including only for specific products / […]

Showing sale prices in the cart – in WooCommerce

Posted on October 25, 2017

Sale prices are the most used marketing technique in the world. Its no secret that a good discount on a product can push the customer over the edge of buying the product they wanted to have for a long time, or make the decision easier when they see the discounted product coming by. In WooCommerce […]

Adding custom product tabs in WooCommerce

Posted on October 04, 2017

In this post I’m going to show you how you can add custom tabs on a product listing on the front-end. These tabs are additional to the default ‘Description’, ‘Reviews’ and ‘Additional information’ tabs that WooCommerce has available by default. In case you’re looking for adding custom tabs in the admin area, check this post that […]

How the ‘Advanced’ plugin conditions work

Posted on September 25, 2017

If you landed on this page you’re probably using one of my ‘Advanced’ plugins. All the plugins where I use ‘Advanced’ in the plugin name allows you to use conditional logic to setup when something should happen. This blog post is here to help you understand how the conditions work and get things working to […]

Showing a ‘Add $10 more for free shipping’ notice

Posted on September 20, 2017

Everybody wants to increase the average order value for their store, right? A good way to do this is to offer free shipping above a certain order amount. If you have this on your site you should of course promote this as a selling point on a prominent and default position. Alongside with that, it […]