During the checkout process, if a single buyer purchases five seats (tickets) for their friends, is it possible for the buyer to enter the basic detail information (such as name and contact information) for each of the five friends, corresponding to each individual ticket?
Yes, you can customize the plugin with your own code, but this specific feature isn't included by default, so implementing it would require custom development on your end.
That makes sense. I'm ready to handle the custom code, but I need to know the right entry point in the plugin. Could you point me towards the specific API function, class method, or the action/filter hook that would be relevant for implementing this feature? Any documentation links or a simple code snippet showing where to begin would be greatly appreciated!
During the checkout process, if a single buyer purchases five seats (tickets) for their friends, is it possible for the buyer to enter the basic detail information (such as name and contact information) for each of the five friends, corresponding to each individual ticket?
Hi,
At the moment, there is no built-in feature for this. I will see if we can add it in a future version.
Stachethemes Developer
can i make a customization with coding?
Yes, you can customize the plugin with your own code, but this specific feature isn't included by default, so implementing it would require custom development on your end.
Stachethemes Developer
That makes sense. I'm ready to handle the custom code, but I need to know the right entry point in the plugin. Could you point me towards the specific API function, class method, or the action/filter hook that would be relevant for implementing this feature? Any documentation links or a simple code snippet showing where to begin would be greatly appreciated!
I think you need to use the "woocommerce_checkout_fields" WooCommerce hook for inserting extra fields in the Checkout page.
Also you can check the plugin free version code here:
https://github.com/zbozhilov/stachethemes-seat-planner-lite/tree/1.0.32/
Stachethemes Developer
Okay thank you.
does Stachethemes Event Calendar and Seat Planner, can integrate?
No at this point they don't.
Stachethemes Developer