Checkout change position of direct debit checkbox
-
Hi,
how can i change the position of the direct debit checkbox on checkout?
What i was trying….
remove_action(‘woocommerce_review_order_after_payment’, array(‘WC_GZD_Gateway_Direct_Debit’, ‘checkbox’), wc_gzd_get_hook_priority(‘checkout_direct_debit’));
add_action( ‘woocommerce_review_order_before_submit’, array(‘WC_GZD_Gateway_Direct_Debit’, ‘checkbox’ ), wc_gzd_get_hook_priority( ‘checkout_direct_debit’ ) );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Checkout change position of direct debit checkbox’ is closed to new replies.