forked from codingforentrepreneurs/eCommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40e7c81
commit 41f813f
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |