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

Cart must display calculations for grand total #236

Open
10 tasks
tmesser opened this issue Feb 8, 2020 · 0 comments
Open
10 tasks

Cart must display calculations for grand total #236

tmesser opened this issue Feb 8, 2020 · 0 comments

Comments

@tmesser
Copy link

tmesser commented Feb 8, 2020

The current functionality is still fine, but it needs to be a React component.

Note: We currently cannot calculate shipping rates based upon API calls to courier services; we only handle flat shipping rates as part of this issue.

Tasks:

  • Add line items to obtain subtotal
  • Display all discounts including Coupons, etc
  • Calculate and display shipping rates
  • Calculate and display tax rates

Acceptance Criteria:

  • Can see all line items
  • Subtotal equals the sum of all line items
  • Can see discounts from Coupons or special offers
  • Can see shipping rate
  • Can see tax rate
  • Grand total is equal to sum of Subtotal, discounts, shipping, and tax rate
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