Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER STORY : Vouchers #55

Closed
7 tasks done
Tracked by #53
tomik-z-cech opened this issue Mar 2, 2024 · 1 comment
Closed
7 tasks done
Tracked by #53

USER STORY : Vouchers #55

tomik-z-cech opened this issue Mar 2, 2024 · 1 comment

Comments

@tomik-z-cech
Copy link
Owner

tomik-z-cech commented Mar 2, 2024

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

@tomik-z-cech
Copy link
Owner Author

This was done in commit 0fbac68.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant