Users can create an account outside of the Membership purchase pathway (/accounts/new
)
Once the account is created, I'm redirected to /orders/new
(Complete Your Purchase) for a $0 transaction.
If a user creates an account and there are no items in the cart, redirect them to /contact_info/edit
Ideally would redirect to Tickets app
Ideally would redirect to Carts app
The login link on the /guest_orders/new
page isn't wired up yet. Ideal behavior is:
- Link goes to
/accounts/sign_in
- User logs in
- User is redirected to back to
/orders/new