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 place allowing for some awesome customizability and configuring.
WooCommerce Advanced Fees
The plugin allows you to setup any amount of fees which will be applied as soon as the user matches the conditions that have been set for the given fee. Each fee that you setup consists out of two core parts; 1) Setting the conditions, 2) setting the fee settings.
Setting up conditions
The conditional logic works in three main parts;
1) Selecting a condition
As I’m writing this there are 17 conditions that come by default with the plugin (this may still change a bit as I’m figuring out which ones should be in there).
The conditions are outlined in the screenshot int he right. You can select any condition from that list and it will require the customer to match the given conditions before it will apply the fee you’ve setup.
2) Select a operator
There are four operators available in the plugin:
With these operators you can change the behaviour of how a condition/value is being matched against each other. For example, when you set a ‘subtotal’ condition to ‘greater or equal to’ – ‘200’ it will require the customer to have at least $200 worth of products in its cart. While if you set the operator to ‘less or equal to’ it will require $200 or less.
3) Set a value
The value field can be either a input field or a drop down selector depending on the set condition. In the screenshot on the right you will see a drop down selector when the ‘payment gateway’ condition is selected. It will automatically pull all the registered payment gateways from WooCommerce and display the options. This works the same for all other conditions that have a drop down selector (such as country, state, shipping class, category etc), it will only display the WooCommerce-recognized options, if you need custom options its recommended to add those to WooCommerce.
Adding multiple conditions
You can add multiple conditions by clicking the ‘+’ button on the right side of the condition. This will add a new ‘AND’ condition, which means that the customer needs to match all conditions in that condition group in order to apply the fee. This is a great way of setting up fees, for example, you can setup a fee for carts with more than $200 for someone in the US and selects the ‘PayPal’ payment gateway.
Adding multiple condition groups
It is also possible to add multiple ‘condition groups’. The difference between adding multiple conditions and conditions groups is that all the conditions in one condition group need to match for the fee to be applied. So with condition groups you can set a ‘OR’ group of conditions for the customer to match. This way you can apply the same fee to different conditions without the need to create a separate fee for each different scenario.
In the screenshot on the right it will apply the fee as soon as there is either a ‘Happy ninja’ or ‘Flying ninja’ product in the cart
Setting up fee settings
In the fee settings section you can setup the ‘fee title’ which will be displayed in the cart/checkout to the user, and the ‘fee amount’. The fee amount is the price that should be applied to the order. You can set either a price increase or a price decrease amount. It is possible to set a fixed fee amount of a percentage of the cart subtotal. Some example values:
5%
– Will add 5% of the cart subtotal as a fee
5
– Will add $5 to the order
-5%
– Deducts 5% of the cart subtotal
-5
– Deducts $5 of the order
How WooCommerce Advanced Fees looks like
This is how WooCommerce Advanced Fees is looking like in the cart:
Checkout
Order backend
User email
Get WooCommerce Advanced Fees
You can get WooCommerce Advanced Fees at Ace Plugins.
Screenshots
Feature requests
Got a feature request? I’d love to hear them! Get in touch via the