Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.8.0-b1
-
Component/s: None
-
Labels:None
Description
Currently ajax order forms have no cart page, the user goes straight from configuration to checkout. This causes some issues. The main one is that if there are errors in checkout (like being rejected by anti fraud) have no cart page to redirect users to. It also means that users cannot remove individual items from their cart.
We should consider either adding the cart step to all ajax orders or making the cart page only appear on the ajax form when the user is redirected there by an error.
Issue Links
- Discovered while testing
-
CORE-3283 Order: Ajax form fatal error on fraud check order rejection
- Closed
Create the cart page for the AJAX template but it would not be displayed during normal checkout processes. You would have to get to it from an error that redirects to the cart page.
This task may also need to be updated to replace the temporary fix in
CORE-3283regarding this issue.