I’m selling artwork using WordPress and WooCommerce and I have an attribute for Frame Style. I love that when the user selects a frame I can update the photo with a custom image to match that frame, similarly I’m trying to figure out a way to display custom text based on the users selection.
So to clarify, if someone selects “Black Scoop Frame” I want to be able to have that specific frames size and description display. And if they change their selection to “Red Wood Frame” I want the description to change with it.
WooCommerce allows descriptions to be added to attributes and I have been trying for dayys to figure out how to call that meta data and have it change with the drop down selection change.
Any help or even pointing me in the right direction would be appreciated!
Frst of all, give your options
Than set up selecting options on your page
And at the end, put action to your page, where to give it and of course save function 🙂
This is only a guide how to do it, not a specific code.