Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xlplugins/5b65fd9bb840670a422f46447c643a24 to your computer and use it in GitHub Desktop.
Save xlplugins/5b65fd9bb840670a422f46447c643a24 to your computer and use it in GitHub Desktop.
Multiple order submit printed on checkout page germanized
add_action( 'wfacp_checkout_before_order_review', function () {
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_gzd_template_order_submit', wc_gzd_get_hook_priority( 'checkout_order_submit' ) );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment