Okay
  Public Ticket #4523839
Checkout
Open

Comments

  • iqbal started the conversation

    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?

  •  977
    Zhivko replied

    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

  • iqbal replied

    can i make a customization with coding?

  •  977
    Zhivko replied

    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

  • iqbal replied

    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!

  •  977
    Zhivko replied

    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

  • iqbal replied

    Okay thank you.

    does Stachethemes Event Calendar and Seat Planner, can integrate?

  •  977
    Zhivko replied

    No at this point they don't.


    Stachethemes Developer