Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionI am making a shoe store in wordpress using Woocommerce.
I just want to know if there is a way to let the user choose a shoe with a specific size.
For example I want something like this:
Screenshot
Is this possible ?
Thanks.
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionI am making a shoe store in wordpress using Woocommerce.
I just want to know if there is a way to let the user choose a shoe with a specific size.
For example I want something like this:
Screenshot
Is this possible ?
Thanks.
You can setup a Variable Product type and set a "size" product attribute.
This will then let your users choose from a list of options. You will probably need to add some code to change the select dropdown into buttons to match your screenshot.