Hello ,
I am using ubercart and in payment method I use
a.)COD
b.)Check
Afte...

Contribution Date
Technology
Contribution Project
Contribution Details

Hello ,
I am using ubercart and in payment method I use
a.)COD
b.)Check
After filling all my information on http:///cart/checkout, I click on Review order and it takes me to http:///cart/checkout/review page .Now when I am clicking on "submit order" button it take me back to http:///cart/checkout instead of completing the order.
Now I look at the code and found
line no 403
if (empty($_SESSION['cart_order']) || empty($_SESSION['uc_checkout'][$_SESSION['cart_order']]['do_review'])) in
sites\all\modules\ubercart\uc_cart\uc_cart.pages.inc
causes the problem.

because $_SESSION['uc_checkout'][$_SESSION['cart_order']]['do_review'] is empty and when I do not use clean url then this problem is solved but this seems to not work with clean url

Contribution Author
Files count
0
Patches count
0