-
Notifications
You must be signed in to change notification settings - Fork 189
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
Fix : Implement Dynamic Price Calculation in CartItems #86
Fix : Implement Dynamic Price Calculation in CartItems #86
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@ramith-kulal |
@ramith-kulal Make one more PR |
i guess its working fine should i re check that? |
Oh fine |
@ramith-kulal |
@ramith-kulal |
well leaderboard isnt updated yet , i hope points will be added. 😁 |
got you. |
Title and Issue number
Title : Resolving Issues regarding Cart section.
Issue No. : #85
Close #85
This pull request introduces dynamic price calculation in the CartItems component to accurately reflect the total price based on the quantity of each item in the shopping cart. Previously, the price displayed was static and did not consider the quantity of each item.
Changes Made
These changes ensure that the subtotal and total prices in the cart are accurately calculated, taking into account the quantity of each item. This enhances the user experience by providing a more realistic representation of the shopping cart contents and the total cost.
[List the specific changes made in this pull request.]
Screenshots (if applicable)
[Include any relevant screenshots or images to support your changes.]
Checklist