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 subtotal items #100

Open
kurbycapital opened this issue Aug 5, 2020 · 1 comment
Open

Cart subtotal items #100

kurbycapital opened this issue Aug 5, 2020 · 1 comment

Comments

@kurbycapital
Copy link

When increasing the units for a second product added to the cart...instead of adding the total number of items, it Concatenates it together.

@EdCrux
Copy link

EdCrux commented Sep 1, 2020

Change the value in the before you return the payload in the action.
const quantity = Number(qty)
qty is the parameter that you are passing

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

No branches or pull requests

2 participants