Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifgriffin/bdb60e6d36a816392c8862a27d674beb to your computer and use it in GitHub Desktop.
Save clifgriffin/bdb60e6d36a816392c8862a27d674beb to your computer and use it in GitHub Desktop.
Move IgniteWoo voucher form.
<?php
// Do NOT include the opening php tag.
// Place in your theme's functions.php file
global $ignite_gift_certs;
remove_action( 'woocommerce_checkout_after_customer_details', array( $ignite_gift_certs, 'recipient_detail_form' ), 999, 5 );
add_action( 'cfw_checkout_after_billing_address', array( $ignite_gift_certs, 'recipient_detail_form' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment