Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion notes/checkout_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ Login/Register or Enter an Email (as Guest)
Shipping Address
Billing Info
Billing Address
payment amount
Credit Card / Payment

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

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

Backup Fixtures python manage.py dumpdata products --format json --indent 4 > products/fixtures/products.json
Backup Fixtures python manage.py dumpdata products --format json --indent 4 > products/fixtures/products.json