Skip to content

Commit

Permalink
Save Checkout Process
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Sep 28, 2017
1 parent 40e7c81 commit 41f813f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions notes/checkout_process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Checkout Process

1. Cart -> Checkout View
?
- Login/Register or Enter an Email (as Guest)
- Shipping Address
- Billing Info
- Billing Address
- Credit Card / Payment

2. Billing App/Component
- Billing Profile
- User or Email (Guest Email)
- generate payment processor token (Stripe or Braintree)


3. Orders / Invoices Component
- Connecting the Billing Profile
- Shipping / Billing Address
- Cart
- Status -- Shipped? Cancelled?

0 comments on commit 41f813f

Please sign in to comment.