extcode / cart

Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
GNU General Public License v2.0
57 stars 51 forks source link

[BUGFIX] Use PRG pattern for multistep checkout #519

Closed rintisch closed 5 months ago

rintisch commented 5 months ago

Avoid errors when navigating in the multistep checkout between different steps with the browser navigation (back and forward buttons of the browser) by redirecting to the same page.

To avoid that the customer can go back to the last step of the multistep checkout after sending the order we also redirect to the first page of the checkout if there are no products in the cart.

Fixes: #518