woocommerce offtopic - How can I let the user choose size of a shoe in the store?

admin2025-06-03  2

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 question

I 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 question

I 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.

Share Improve this question asked Feb 10, 2019 at 18:40 MichaelMichael 11 bronze badge 1
  • You can use product attributes for that. – Krzysiek Dróżdż Commented Feb 10, 2019 at 18:45
Add a comment  | 

1 Answer 1

Reset to default 0

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.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748921541a314837.html

最新回复(0)