Hi,
I have a similar problem, when gateway return errors in payments, how to get the order id but the product remains in the basket ?
Function validateOrder clear cookie and empty cart, and I would not want it to happen.
Thanks
Thanks Alexander, help me a lot. Front have method preProcess and this is a "problem" ...
Solution is simple: in override, CartController->preProcess() comment/kill/delete line parent::preProcess(); at beginning of method.
Hi,
When override CartController->preProcess() and add product to a cart, call preProcess original, then call same method in override controller and result is add 2 product.
How to solve this?
Version is 1.4.8.3
Thanks