Introducing WooCommerce Advanced Fees

Posted on September 16, 2015

A couple weeks ago a new plugin I developed has been released on Ace Plugins. The plugin is named WooCommerce Advanced Fees and as you may imagine it will allow you to set extra fees for an order. As my other ‘advanced’ plugins that I’ve developer this one also has a conditional logic system in […]

Redirect users after add to cart

Posted on September 09, 2015

There is a default option in WooCommerce that lets you redirect users directly to the cart when they’ve added a new product to their cart. If you want to redirect users to lets say a landings page, you can do that by adding a small code snippet. Redirect users to cart after add to cart This […]

Hiding the Admin Bar (Conditionally)

Posted on September 02, 2015

There are dozens of reasons to want to hide the WordPress admin bar. Hiding the admin bar is quite easy and can be done with one line of code. This removes the admin bar from everyone even the admins so you may want to conditionally hide the admin from specific users (roles) only. One common […]

11 Things I Wish Someone Told Me When I Started Programming

Posted on August 25, 2015

Becoming a programmer is not easy and it requires a certain kind of person. A couple requirements are that you need good analytical insight and be a logical thinker. When you decided to become a programmer you’re up for a big challenge learning and understanding a whole new (programming) language (or 2, 3, 4…). Things […]

Automatically add IDs to your headings

Posted on July 17, 2015

At this point I’m starting to write more and more blog posts. Every now and then I get a couple questions from people that I’ve covered in a blog post before and I will send them a link to that blog post. This works great, but can be a bit lacking if you want to specifically […]

Filter WooCommerce orders by user role

Posted on July 10, 2015

There are a lot of people who use WooCommerce to sell their products to customers and wholesalers. For those people who are it would be nice to be able to display all orders that are made by wholesalers or customers separately. In this post I will show you how you can easily add a new […]

Introducing WooCommerce Advanced Messages

Posted on April 18, 2015

‘WooCommerce Advanced Messages’, a pretty broad name isn’t it? I had to really think about a name for this plugin, because you can do a lot with it, and it is broad. In this post I will take you through a walk-through of the plugin, what it does, and how it works. WooCommerce Advanced Messages WooCommerce Advanced […]

Introducing WooCommerce Extended Reviews

Posted on March 14, 2015

Not too long ago, WooCommerce Extended Reviews was released. This plugin was not released on the same market place as WooCommerce Advanced Shipping, but a new one called Ace Plugins. The plugin allows you to setup rating categories where your customers can rate your products on. WooCommerce Extended Reviews This plugin will allow your customers to give ratings, […]

WordPress nearby positions

Posted on February 25, 2015

As a member of the Facebook group Advanced WordPress I see a lot of interesting conversations coming by. Today I came across an interesting post from Fabrizio about setting up a relationship between a custom post types based on geographical locations. I am not sure why, but I researched a bit about this topic a […]

Shipping debug mode

Posted on January 01, 2015

This is a short blog post about the shipping debug mode in WooCommerce. I will explain what it is, where you can find it, how you can use it and for what situations you should enable this setting. Natively WooCommerce caches any earlier retrieved shipping rates for 48 hours in the session. Caching shipping rates […]