tomik-z-cech/PP5-Ohm-Azing-Components

USER STORY : Checkout Page

tomik-z-cech opened this issue · 1 comments

As a Site User, I can see checkout page so I know exactly what am I being charged for.

Acceptance Criteria :

When I add my desired products into Vault and click "secure Payment" then a payment page loads up.

Tasks :

  • Create a checkout view in checkout views.py
  • Update checkout urls.py
  • Provide User with input fields for shipping details form
  • Prefill shipping details form if User logged in
  • Provide User with delivery option selection
  • Provide User with Redeem Voucher section
  • Provide User with Payment form
  • Test functionality as logged in User
  • Test functionality as not logged in User

Epic :
EPIC 10

This was done in commit 8b3724a.