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

Checkout module redirect to cart, if cart has error, ignores html suffix #2471

Closed
michb opened this issue Jun 30, 2023 · 1 comment
Closed
Labels
Milestone

Comments

@michb
Copy link
Contributor

michb commented Jun 30, 2023

If you go to the checkout page but your cart has an error and the iso_cart_jumpTo page is set in the checkout module. You will be redirected to the cart as you cannot complete the checkout.

But the redirect happening in

Controller::redirect($objJump->getFrontendUrl(null, $objJump->language));

ignores html suffix. If I test it with ... ->getFrontendUrl() ... it works in my case.

So in my case

  • I go to /kasse.html
  • Cart has error and will be redirected to /warenkorb
  • But it should be /warenkorb.html

Contao: 4.13.25
Isotope: 2.8.14
legacy routing on

@michb michb changed the title Checkout module redirect to cart if cart has error ignores html suffix Checkout module redirect to cart ,if cart has error, ignores html suffix Jun 30, 2023
@michb michb changed the title Checkout module redirect to cart ,if cart has error, ignores html suffix Checkout module redirect to cart, if cart has error, ignores html suffix Jun 30, 2023
@aschempp aschempp added the bug label Jul 14, 2023
@aschempp aschempp added this to the 2.8.15 milestone Jul 14, 2023
@aschempp
Copy link
Member

Fixed in acdec47

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

No branches or pull requests

2 participants