How to add template files in your plugin

Posted on October 21, 2015

If you’ve worked with WooCommerce before on a website then chances are you’ve also had to copy some of their templates files to your own theme in order to make sure structural changes to the page. This is a great system if you need to output HTML and still want to allow the end-user to […]

Enable/Disable payment gateways for specific shipping methods

Posted on October 14, 2015

There are different reasons why someone wants to specifically enable or disable specific payment gateways for some shipping methods. In this post I will show you how you can enable or disable payment gateways based on the shipping method with a code snippet. Disable payment gateways for shipping methods For this example I will disable […]

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

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