• Resolved lbrumfie

    (@lbrumfie)


    Is there a way to remove the “Participant #1” and all associated text on the checkout form? Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Allyson

    (@allysonsouza)

    Hi @lbrumfie,

    You can try put this code in your theme functions.php to remove the action associated to “participants” custom checkout fields generation. But first, update to the latest version, we patched some bug fixes to prevent errors when removing these fields.

    remove_action( 'woocommerce_after_order_notes', 'WC_Registrations_Checkout::registrations_checkout_fields', 10, 1 );

Viewing 1 replies (of 1 total)
  • The topic ‘“Participants in..” text in Order form’ is closed to new replies.