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

USER STORY : Vouchers

tomik-z-cech opened this issue · 1 comments

As a Site User, I have an option to redeem dicount codes in order to get discount on my purchase.

Acceptance Criteria :

When I navigate to "Secure Checkout" then I have an option to redeem dicount code in clear manner.

Tasks :

  • Create a form for redeeming vouchers forms.py in checkout
  • Implement form for redeeming vouchers incheckout.html template
  • Create logic to compare code entered by User with codes in database
  • Update price of order accordingly
  • Create clear feedback to User
  • Test functionality as logged in User
  • Test functionality as not logged in User

Epic :
EPIC 10

This was done in commit 0fbac68.