I have implemented phone verification in my Spree Application.
So the user have to verify phone number first before placing an order, but once the user places the order as guest, the next time his email is stored and it goes straight to /checkout/address
without going to /checkout/registration
first.
Where can I modify this code so that guest checkout always goes to /checkout/registration
first
Edit:
I checked the checkout_controller
and I think I can edit the functionality using checkout#edit
action.
But I am unable to find it in the gem files.