Hi,
I have a big event coming, where people -should be able to register only and select different options according to their needs (such as “stay for dinner +25€”, “will do this visit +40€”, etc.), knowing that there is 3 visits each day and attendee must select only 1 visit per day.
I added as much ticket on a dedicated page as needed, one for each option.
It seems to works as intended, but I need to achieve 2 things to be perfect :
1/ in woocommerce, I set up different categories : visits-day-1, visits-day-2. How can I show these categories before the tickets on my page ?
I’d like something like that :
** TICKET ** (already done by the plugin 🙂 )
*** CATEGORY NAME #1 ***
——- ticket 1 ——-
——- ticket 2 ——-
——- ticket 3 ——-
*** CATEGORY NAME #2 ***
——- ticket 4 ——-
——- ticket 5 ——-
——- ticket 6 ——-
2/ How can I force user to select only one visit for each day ?
this kind of solution : https://www.proy.info/woocommerce-allow-only-1-product-per-category/ may works ?
Thanks for your help