Hello, I want to do something with the selector and I want to see if you can help me.
I want to make a selector of options in a product, for example, a product can have light, can have reinforcement, can have color. What I want is to make a selector with the different options and when clicking on any of them, those values lead to a shortcode html block. For example when clicking on the light (option 1) the value returned is not 1, it is [html_block id=“16”] so in this way with a simple check I can paint on the web page the html that correspond to each of the options.