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

Redirect and Error Issues During Checkout with Stripe #63

Open
RobinTheHood opened this issue Jul 16, 2024 · 0 comments
Open

Redirect and Error Issues During Checkout with Stripe #63

RobinTheHood opened this issue Jul 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@RobinTheHood
Copy link
Owner

See: https://www.modified-shop.org/forum/index.php?topic=34167.msg403225#msg403225

Problem: When using the Stripe module during checkout, users experience errors when clicking the back button in their browser or on the Stripe page.

Steps to Reproduce:

  1. Install the Stripe module.
  2. Follow the described setup steps.
  3. Proceed to checkout and be redirected to the Stripe payment page.
  4. Click the back button in the browser or on the Stripe page.

Observed Behavior:

  • Clicking the back button in the browser redirects to checkout_confirmation but displays an error.
  • Clicking the back button on the Stripe page redirects to checkout_payment.
  • In both cases, the order is created in the shop's backend (as shown in the provided screenshots).

Findings:

  • The issue might be related to the requirement for confirming the terms and conditions (AGB).
  • When AGB confirmation is required, the error can be reproduced.
  • In the test environment where AGB confirmation was not required, no errors were initially found.

Suggested Fix:

  • Investigate and resolve the issue related to AGB confirmation causing errors during the back navigation.
@RobinTheHood RobinTheHood added the bug Something isn't working label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant