Move checkout signup above Place Order button (instead of below)
-
Is it possible to move the checkout page “Subscribe to our newsletter” checkbox above the Place Order button instead of below it? We already have a checkbox to accept terms/conditions above the button and it looks odd to have them spread out above and below.
Is there something we could add in functions.php?
In plugin > core > App.php I found
add_action('woocommerce_review_order_after_submit', array(__CLASS__, 'woocommerce_subscription_box'));
and when I change the action to woocommerce_review_order_before_submit it works, but obviously I don’t want to modify the plugin files and my WP PHP skills aren’t good enough to get it working with remove_action.Any help would be greatly appreciated, thank you!
- The topic ‘Move checkout signup above Place Order button (instead of below)’ is closed to new replies.