Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.0-rc1
Component:
Order
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2017 at 19:35 UTC
Updated:
4 Aug 2017 at 09:45 UTC
Jump to comment: Most recent
Comments
Comment #2
bojanz commentedWe don't offer such an option. The billing address depends on the selected payment method (selecting an existing payment method hides the billing address input cause one is already known), so it doesn't make sense for the order to be reversed like you describe.
Of course, you could always try to hack something together with hook_form_alter() + a #process callback but I don't recommend it.