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

Fix for enter key removing items from cart (bug #7008) #47

Conversation

martin-hofer
Copy link
Contributor

This is a fix for the following bug:

https://bugs.oxid-esales.com/view.php?id=7008

I reversed the order in which the remove and the update buttons appear in the HTML code (but not on the page). This way, when the user hits the enter key after editing the amount, the update button is triggered and not the remove button, as it was before.

…so that hitting the enter key doesn't remove items from the cart
@martin-hofer martin-hofer changed the title Fix for enter key removing items from cart Fix for enter key removing items from cart (bug #7008) Jul 17, 2019
Sieg pushed a commit that referenced this pull request Jul 23, 2019
Reversed the order of the remove and update buttons in the html code so that hitting the enter key doesn't remove items from the cart

Related #47
Sieg added a commit that referenced this pull request Jul 23, 2019
@Sieg
Copy link
Member

Sieg commented Jul 24, 2019

Thanks @martin-hofer, Have merged the fix recently. Will be available with next wave release.

@Sieg Sieg closed this Jul 24, 2019
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

Successfully merging this pull request may close these issues.

2 participants