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

Credit Card wrong checkout finish #163

Closed
reConNico opened this issue Apr 20, 2021 · 6 comments
Closed

Credit Card wrong checkout finish #163

reConNico opened this issue Apr 20, 2021 · 6 comments
Assignees

Comments

@reConNico
Copy link
Contributor

Describe the bug
When credit card is used the order goes through and is correct in the backend and in adyen as well. Backend wise everything is working. Sadly the frontend isn't working as expected because the customer get's redirected to the checkout changePayment page instead of the checkout finish page. The url is correct: /checkout/finish/ but the view is wrong. Because the order goes through the cart is empty.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://update.livario.com
  2. Choose a product and go to the payment selection page in the checkout process
  3. Choose "Kreditkarte" at the top
  4. Finish the order
  5. See error the wrong view (the correct finish page is not displayed)

Expected behavior
The correct finish page should be shown.

Screenshots
Screenshot from 2021-04-20 11-31-37

Additional Informations
Test cards: https://docs.adyen.com/development-resources/test-cards/test-card-numbers

@acampos1916 acampos1916 self-assigned this May 3, 2021
@acampos1916
Copy link
Member

Hey @reConNico thanks for opening this issue.

Which version of the plugin and Shopware 5 are you using? We can try to reproduce this.

@reConNico
Copy link
Contributor Author

reConNico commented May 4, 2021

Hey @acampos1916 ,

Shopware: 5.6.8
Plugin: 1.7.1

Edit: #154 is included in our version and isn't fixing this problem because it doesn't run into that function.

@reConNico
Copy link
Contributor Author

Short update from my side @acampos1916 :

I've found out what the problem is and it seems like that it's a project specific problem or a third party plugin.

The finishAction in Shopware_Controllers_Frontend_Checkout runs into the second if condition because the sDispatch in the session is null and that's why Shopware is redirecting to the checkout/confirm page without a dispatch selected. The order goies through.

I'll update this issue again when I've new informations.

@acampos1916
Copy link
Member

Thanks for the update @reConNico. Indeed if this isn't reproducible in a clean Shopware installation then it could be a different plugin. Let us know of your findings.

@cyattilakiss
Copy link
Contributor

Hi @reConNico

I hope you had a nice weekend!
Do you have any update for us regarding this issue?

Best,
Attila
Adyen

@acampos1916
Copy link
Member

@reConNico we'll be closing the issue now due to inactivity but let us know if you have an update.

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

3 participants