• Resolved mitchoum

    (@mitchoum)


    Is it possible to add in the admin panel the possibility to disable the requesting of the participant information ?

    In my case, I will base the information on the billing information, so no need to ask again information on the customer.

    Best,
    Mickael

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Allyson

    (@allysonsouza)

    Hi @mitchoum,

    For now it’s not possible, but maybe it can be a great addition.
    At the moment, what I think it’s possible to do without break anything is remove all these 3 actions:

    remove_action( 'woocommerce_after_order_notes', 'WC_Registrations_Checkout::registrations_checkout_fields' );
    remove_action( 'registrations_display_participant_fields', 'WC_Registrations_Checkout::registrations_display_participant_fields', 10 );
    remove_action( 'woocommerce_checkout_process',  'WC_Registrations_Checkout::registrations_checkout_process');

    I hope it help you!

    Thread Starter mitchoum

    (@mitchoum)

    Hello Allyson !

    Yes it’s help me and it’s works ! Thanks a lot.
    Maybe can you integrate this feature in a next release ?

    Best,
    Mickael

    Plugin Author Allyson

    (@allysonsouza)

    Hi @mitchoum,

    Of course, I think it can be added as feature of next releases.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable requesting participant information?’ is closed to new replies.