WooCommerce conditional product add-ons and options

You’re adding extra options to your products but you only want to show them when certain conditions are met. For instance, customers can enter text to be engraved on your products – but only if they’ve selected a checkbox first. Or – some options are available only for certain product variations. This article will show you how to use the WooCommerce Product Add-Ons Ultimate plugin to create conditional product add-ons.
Everything you need to know about WooCommerce conditional product options and add-ons
Through this article, we’ll look at what WooCommerce extra product options are and how you might use them in WooCommerce.
Use the menu on the left to navigate the article.
We’ll look at how you can apply conditional logic to enhance your product options, with several examples of how this might apply in real life. The examples will include:
- An online jewellery store that offers optional engraving
- A store selling personalised gifts
- A furniture store selling highly customisable products
I’ll walk through examples of simple and complex conditions, including fields that are dependent on multiple conditions being met, with clear instructions on how to set them up.
With the Product Add-Ons Ultimate plugin, you can apply your conditions to fields or to groups.
We’ll also look at applying conditional logic to WooCommerce product variations so that the customer will only see certain fields if they choose specific variations.
Conditional extra product options in WooCommerce
Product options are extra fields, like checkboxes, text fields, dropdowns, etc, that are added to WooCommerce products, usually through an add-ons plugin like WooCommerce Product Add-Ons Ultimate plugin.
WooCommerce Product Add-Ons Ultimate
Personalise products with extra fields and custom options
Product add-ons are essential if you want to allow your customers to personalise or customise your products. Extra fields:
- Allow you to collect extra information about your customers
- Let customers configure your products in different ways
- Enhance your customers’ experience on your site
Related Tutorial
There’s an in-depth article on customising products in WooCommerce with extra options here.
WooCommerce Product Add-Ons Ultimate
In order to add extra options with conditional logic to your WooCommerce products, you’ll need an add-ons plugin. Add-Ons Ultimate has conditional logic built in to the Basic and Pro versions, allowing you to create products where you can apply WooCommerce product add-ons conditional logic.
Group conditions
Note that the examples in this article show you how to display or hide individual fields based on conditions. But you can extend this to apply your conditions to entire groups. This means that you can show or hide multiple fields with a single set of conditional rules.
What is conditional logic?
Let’s step back for a minute and think about what we mean exactly when we talk about conditional logic.
The term ‘conditional logic’ does sound a bit scary. But all it really means is:
If this thing happens, then that thing will happen too
So, for example, let’s imagine we’re running a jewellery business and we’d like to offer our customers the option to have an engraving on their purchased product.
We don’t want a great big text field cluttering up the page so we add a checkbox saying ‘Would you like engraving?’ When the customer selects the checkbox, then the text field appears:

That, in its simplest form, is what conditional logic means.
There are several examples below of how to create product options in WooCommerce using simple conditional logic like this and using more complex conditional logic.
Conditional logic triggers and outcomes
In all cases, the outcome of a piece of conditional logic is to change the visibility of a product option: either to show or hide it. In the example of the engraving above, the outcome of selecting the checkbox is to show the text field.
However, even if the outcome is always the same, the triggers can be different.
Conditions based on other fields’ values
The most common trigger is based on checking the value of one or more fields. The customer can trigger a piece of conditional logic when they change the value of a field. For example:
- Checking or unchecking a text box
- Entering certain defined text into a text input field
- Choosing a specific option from a group of radio buttons or from a dropdown field
- Selecting a specific combination of checkboxes from a group of checkboxes
Cost-based conditional logic
Another trigger is based on cost. So, for example, let’s say that your custom engraving is only available when the customer chooses a product over a certain cost.
We can set a trigger so that the extra field only displays when the cost of the product goes over a certain value. The cost can be altered by the customer if they choose certain options, or if they increase the quantity they’re purchasing.
Product variations conditional logic
A third conditional logic trigger is based on product variations. Using the jewellery example again, let’s imagine that you are using variable products. Engraving is only available on certain variations. In this case, the extra field will only be displayed when specific variations are selected.
Multiple triggers
Product Add-Ons Ultimate can handle all these triggers, even complex ones like showing/hiding a field only when certain options are selected in a checkbox group. It can also handle combining multiple triggers, like only showing a field for certain variations when the cost is greater than a certain value.
Evaluating conditions – how to check what’s true and what’s not
As I mentioned above, the outcome of a condition is to change the visibility of a field. There can be more than one trigger and triggers can be defined in multiple ways. Let’s have a look at an example:

On the first line, we have two select fields. One is an action to define what the outcome of the logic will be – i.e. to ‘Show this field’. The second is an operator to define whether all your triggers need to be true or if any trigger needs to be true. In this case it’s set to ‘Any rule matches’.
The next two lines show two rules. Firstly, we’ll check the value of ‘Field 1’ to see if it’s set to ‘Option 1’. Then, we’ll check the value of ‘Field 2’ to see if it’s set to ‘Option 2’.
Only one of our rules needs to be true for this field to be displayed because our operator is ‘Any rule matches’.
Make sense? Let’s look at some real-life examples.
Adding a custom engraving option to your product
We’ve talked a lot about our example of the jewellery store offering optional engraving, so let’s actually look at how it works.
(By the way, there’s a tutorial on creating a WooCommerce engraving product here).
Very simply, we’re going to use WooCommerce product add-ons conditional logic to show a text field if a checkbox is enabled.

In the image above, you can see that the checkbox called ‘Add personalized message’ is checked and the text field called ‘Text to be engraved’ is displayed.
There’s a working demo product here so you can see first-hand how it functions.
Adding extra option fields
Before we can create our conditional logic rules, we need to create the extra fields for the product – namely the checkbox and the text field – using the Add-Ons Ultimate plugin. I’m not going to go into details about doing this – there’s a detailed guide to adding extra fields here.
The fields will look like this:

I’ve highlighted the condition at the bottom of the image. You can see that we add the condition to the second field – the one that will be displayed if the condition is met.
We’ve set the action to ‘Show this field’. This means that when the user first visits the product page, the field will be hidden. It will only be displayed when the condition is met.
For the condition rule, we’ve selected the checkbox field in the left hand select field and chosen ‘Is’ as the operator. If you wanted the field to display if the checkbox was deselected, you could choose ‘Is not’ here.
Because the field is a checkbox, the value of ‘Checked’ gets automatically added.
So very simply, the text field will display if the checkbox is checked.
Personalised gifts using WooCommerce conditional variations
Okay, for our next example we’re going to imagine we’re selling personalised gifts. We’ve got a special romantic gift – a personalised poster where you can add your name and your partner’s name. You can also add a special date if you like.
(By the way, you can find out more about how to add a gift wrapping option to your products here).
WooCommerce product conditional variations
We’re using a variable product – one variation is for ‘Names only’, the other variation is for ‘Names and date’. The names fields will be displayed for both product variations but we’ll use conditional logic to display the date field for the ‘Names and date’ variation.
You can see the working product demo here. Note how the ‘Date’ field appears when you change the ‘Post type’ variation to ‘Names and date’.

How to set up WooCommerce product variations conditional logic
After creating our variable product, we need to add three add-on fields: ‘First Name’, ‘Second Name’ and ‘Date’. All three are just text fields.
To ensure that the ‘Date’ field only appears when the ‘Names and date’ variation is selected, click into the ‘Variations’ field and select the variation from the list:

That’s a really simple way to set conditional logic on WooCommerce variations.
Complex conditional logic – upload a file for printing
Let’s make a product with more complicated conditional logic. In this example, we’re running a store where customers can create personalised greetings cards.
Depending on what choices the customer makes, they might need to upload a file. But they’ll only see the file upload field under the following circumstances:
- They select the option to use their own image
- They choose to upload their image rather than emailing it

You can view the demo here.
You can also find out more about uploading files to a WooCommerce product page here.
Setting up the conditional logic
In total, the product has four add-on fields:
- Textarea for the message
- Checkbox for using an image
- Radio group to select how to provide the image
- File upload field
The logic works like this: if the customer checks the option to use their own image, the radio group will appear. If they select the option to upload the image, the file upload field will appear.

From the image above, you can see how the conditions have been set for the upload field.
In theory, you can add as many condition rules as you like.
Conditional options for WooCommerce – final thoughts
WooCommerce product add-ons conditional logic sounds like a scary topic – but hopefully you’ve seen how easy it is to set up, even for groups and variations.
All you need is the WooCommerce Product Add-Ons Ultimate plugin.
WooCommerce Product Add-Ons Ultimate
Personalise products with extra fields and custom options
Hey Gareth. This is a pretty cool plugin but I have noticed that when it comes to conditional checks.
Show if an image swatch item contains a certain string.
I am limited to Is or Is not as options when what I really want to check is
Contains or Does not Contain.
These options are enabled until I try to use them to show or hide an element then for some reason they are greyed out and I cant use them.
Are there certain elements that are unable to be used Contains or doesnt contain logical test?
Please let me know
The options depend on the field type – for instance, you can’t use ‘greater than’ on non-numeric field types.
Can I add a condition to hide/show an entire group based on a selection in a different group?
Hi
At the moment, you can only add conditions to fields.
Thanks.
Gareth
Hi there
I run a Bedroom furniture e-commerce and interested in the Add Ons plugin for WooCommerce. My question is I sell beds that are variable products mainly for the size i.e. king size, double, single – I want to add the extra option of including a mattress on the production selection but as the mattress sizes are variable king size, double and single I would only want the same size options chosen for the bed to be displayed i.e. king size bed selected, mattresses available should only be king size mattress
Is this something that is possible with this plugin?
Thanks in advance
Hi
Yes, absolutely. You can do this using variation specific fields: https://pluginrepublic.com/documentation/variation-specific-fields/
Thanks
Gareth
is it possible to disable the form (add to basket) submission unless a checkbox is selected
Hi Ian
Not at the moment but it’s something I’m considering for a future version.
Thanks.
Hi,
About the “WooCommerce product conditional variations” option, the working product demo is not the same as the screenshot (or the description of it). On the demo, there is not a variable product : why? It doesn’t work anymore? There is a another demo somewhere with this feature?
Hi Miguel
Thanks for pointing this out. I’ve updated the link in the article. You can see the demo product here: https://pluginrepublic.dev/product-extras/product/personalised-print-variable/
Thanks.
Hi Gareth,
Thanks for your quick anwser !
Hi Gareth,
Is it possible to have conditional logic based on a customer’s past order history? e.g. if they are only able to see a variant of product Y if they have previously bought a variant on product X (on an earlier date)? We run training courses, and want a ‘defer your course’ option that will only be available to currently enrolled students. Our courses are all sold as variable products.
Our objective would be to have a single ‘deferral product’. This would have a series of variations, each of which would be visible only to students who had previously purchased a specified product variant.
Hi Mark
That’s an interesting idea. You could do this by using the Members Only plugin. When the student purchases product X, they can be assigned a new role. Then you could make product Y restricted so that only students with that role are able to see it.
Thanks.
Is there a limit of fields with associated conditions per product (in my case a single product)?
I have 2 soaps that I can have printed differently. Each either with logo OR with text OR with predefined symbol OR with text + predefined symbol.
And then there would be special packaging. But these fields are no longer saved.
Hi Barbara
Could you submit this as a support request via the form at https://pluginrepublic.com/support/? Then we can take a look and get straight back to you.
Thanks.
Hi Gareth!
I solved the problem with your link – thanks a lot!
My company sells grain by lb. where some customers may wish to have the grain purchased to be milled. We charge a nominal fee ($0.20) per unit order to mill the grains. Can this plugin handle and calculate the milling fee based on the variable amount of units the customer desires to purchase?
Hi Mark
Yes, the Pro version of the plugin can do this using a ‘Calculation’ field. You can create a field that will add cost based on the quantity selected by the customer.
Thanks.
Hello
Is there a way to put in different picture in options if the customer chose A or B
Hi Thomas
You could do this by creating two separate fields (with different images) then display Field A or Field B based on the user’s selection.
Thanks.
Hello
what type of field should i use?
Hi
This depends on what you want to achieve. There are a number of different field types that allow the user to select options, e.g. radio, checkboxes, select fields, etc.
Thanks.
Hi
Is possible for you to ad a Field for an image box?
You can add an Image Swatch field – e.g. https://pluginrepublic.dev/product-extras/product/radio-group-image/.
Thanks.