Plugin Support
Fernando a11n
(@fhaps)
Automattic Happiness Engineer
@akselbf I’m thinking you can make use of the default product variation description, which will only be displayed once a variation is selected.
This is the description I’m referring to, which is configured inside each variation:

When you select a variation on the product page, that description will be displayed. And it will change whenever you change your variation selection.
On my site I have the Variation Swatches and Photos, and I confirmed this works. This is how it looks for customers:

I hope that helps!
Wow thanks for the great answer.
I really want to make it into a box form with a colored outline. How do i do that. Would it be possible to insert some sort of code into the variant description?
Also my products will have 3 different variables (size, color and condition)
Therefore i want the info box to appear as soon as you click on “condition” variant, even though you havent selected color and size yet.
Plugin Support
Fernando a11n
(@fhaps)
Automattic Happiness Engineer
I really want to make it into a box form with a colored outline. How do i do that.
That’s something that would require some level of code customization, perhaps through CSS.
I’m not a CSS expert, but I believe this code will work in making it look more of a notice:
div.woocommerce-variation.single_variation {
background:#AB3016;
color:#ffffff;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:3px;
}
Just change the HTML color codes for the background and color elements, to control what colors you want the box and font to appear in.
This worked on my own site:

Therefore i want the info box to appear as soon as you click on “condition” variant, even though you havent selected color and size yet.
In this case, the description I showed you above will most likely not work for you. The description is only displayed once a variation has been selected – and that only happens once all the options have been chosen.
I don’t know of a plugin that adds the functionality you described, exactly as you listed it. I’m inclined to believe you’ll need a custom-code solution for your site.
I’m going to leave this thread open for a bit to see if anyone is able to chime in to help you out with either plugin or code suggestions.
I can also recommend the following places for more development-oriented questions:
- WooCommerce Slack Community: https://woocommerce.com/community-slack/
- WooCommerce FB group: https://www.facebook.com/groups/advanced.woocommerce/
Good luck!
Plugin Support
Fernando a11n
(@fhaps)
Automattic Happiness Engineer
We haven’t heard back from you or other users in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.