Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.5.0-b2
-
Fix Version/s: 4.0.0-b1
-
Component/s: None
-
Labels:None
Description
The order plugin's checkout controller can perform a redirect on error to /checkout/cart/, however, this URI is invalid and results in a 404 error as the checkout controller does not have a cart method. Instead, this should redirect to /cart/index/.
The fix that should work I described here: http://www.blesta.com/forums/index.php?/topic/5551-checkout-pay-404-error/?p=39708