Tell us what you are trying to do?
Have a bookable product with costume fields.
I got a word from woocommerce and woocommerce bookings cannot be displayed with a shortcode.
Is there any documentation that you are following?
I found this article but it looks like something out of my league...
https://toolset.com/forums/topic/booking-reservation-system/
I am looking into a couple of options I would like to know if you have experience with some of these plugins and if toolset could maybe recommend something.
This is a list of the plugins I am considering:
hidden link
hidden link ( this one is kind of expensive! I would like to really know it works before acquiring something like that)
Thanks
Is there a similar example that we can see?
What is the link to your site?
Hello,
I assume you are going to add custom fields to the Woocommerce product posts.
If it is, that is possible within Types plugin, please check our document to setup your custom fields to post type "Product":
https://toolset.com/documentation/user-guides/using-custom-fields/
You can display those custom fields in front-end by using Types shortcode [types ...][/types] or Types API function types_render_field(), see our document:
https://toolset.com/documentation/customizing-sites-using-php/functions/
And there isn't exact same booking system feature within Toolset, since it needs reservation by date and time.
And you can try other booking system plugins, and feedback if there is any compatibility problem.