Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.7.1
-
Component/s: None
-
Labels:None
Description
When clients fail fraud check to the extent that the order is rejected, they are redirected to the cart page. See checkout.php lines 80-90. This problem is that cart.pdt does not exist for the ajax form template. This causes a fatal error on redirect.
As a short term fix we can redirect users to the main/index page rather than cart.index when they are using an ajax form. This has some issue in that the user must re-select their product and they will now see their old cart as well as the product they just re-selected.
In the long term maybe we should consider adding a cart step/template to the ajax order form.
Issue Links
- Testing discovered
-
CORE-3286 Order: Add cart page for ajax template
- Closed