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 4 years ago.
Improve this questionI have a wordpress site that does food catering. I want to be able to do the following configuration when placing an order:
Days: Select the weekdays via checkboxes
Food Options: Select the type of food via radio buttons
Other Options: Other checkboxes for extra options
My idea is to use woocommerce to have 1 product that's configurable with the above options. I looked into variable products, but there's no checkbox options. How to I add checkboxes to a woocommerce product? If that's not possible, are there better recommended options(either via plugins or programatically)?
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 4 years ago.
Improve this questionI have a wordpress site that does food catering. I want to be able to do the following configuration when placing an order:
Days: Select the weekdays via checkboxes
Food Options: Select the type of food via radio buttons
Other Options: Other checkboxes for extra options
My idea is to use woocommerce to have 1 product that's configurable with the above options. I looked into variable products, but there's no checkbox options. How to I add checkboxes to a woocommerce product? If that's not possible, are there better recommended options(either via plugins or programatically)?
Share Improve this question asked Oct 7, 2017 at 17:41 iamarnoldiamarnold 1412 silver badges4 bronze badges1 Answer
Reset to default 0You can use the ACF for WooCommerce plugin for adding field to Woocommerce.