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. […]

Adding a Icon to External Links

Posted on October 12, 2021

Many times there are links to internal and external sources within content. For a reader it’s not always clear if they’ll be taken to a different site or stay on the current site. Hovering over a link to check the left bottom corner matches the domain is simply a inconvenience. You and I can both […]

How to Add ‘Help’ Tabs in WordPress

Posted on August 24, 2021

The ‘Help’ tabs can be found all over in the WordPress dashboard. They can be helpful in providing information to customers on how to use a feature in your plugin. I recently started adding information to the ‘Help’ section for my own plugins and customers have found it very useful to find the additional information […]

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 Block Dashboard Access for Non-Admins

Posted on March 19, 2018

So you’re building a website and want to create the best experience for the visitor. What doesn’t take par in your vision is the standard and out of context WordPress admin bar and dashboard (/wp-admin). You want this gone and forgotten about for your logged in users as quickly and cleanly as possible. There are […]

Releasing a new plugin: Keyboard Action

Posted on March 16, 2018

I’m very excited to announce that I’ve just officially released a new plugin. Its a product of months of hard work and facing various challenges to get it to work exactly as I’d like it to. This new plugin is all about user experience (from the website admin/author perspective) and I wanted to make it […]

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 / […]