I'd like to know if it's possible to change the checkout steps order. By default, the steps are: - Billing address - Shipping address - Delivery methods - Payment method - Order review.
I'd like to put the billing address in third place, so it would be: - Shipping address - Delivery methods - Billing address ...
Is that possible?
Thanks
You can go to:
app/code/core/mage/checkout/block/onepage.php
change the line
$stepCodes = array('billing', 'shipping', 'shipping_method', 'payment', 'review');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With