Skip to content

Commit 41f813f

Browse files
Save Checkout Process
1 parent 40e7c81 commit 41f813f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

notes/checkout_process.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Checkout Process
2+
3+
1. Cart -> Checkout View
4+
?
5+
- Login/Register or Enter an Email (as Guest)
6+
- Shipping Address
7+
- Billing Info
8+
- Billing Address
9+
- Credit Card / Payment
10+
11+
2. Billing App/Component
12+
- Billing Profile
13+
- User or Email (Guest Email)
14+
- generate payment processor token (Stripe or Braintree)
15+
16+
17+
3. Orders / Invoices Component
18+
- Connecting the Billing Profile
19+
- Shipping / Billing Address
20+
- Cart
21+
- Status -- Shipped? Cancelled?

0 commit comments

Comments
 (0)