Username or Email
Password:
Forgot Password
I have this issue since updateing to 1.5.1.0.
I tried the last fix, without any result.
Anyone other face this problems and have a working solution??
Currently on 1.5.1.0
Same Version (1.5.1.0), same problem ... Have you solved the problem already?
maybe you have an extension that overrides the CheckoutController, so you have to check the newly added code in 1.5.1.0 to this Class.
@GFEMajor: I think that’s indeed the reason. We are using a checkout extension.
Now I just wrote an easy patch, so the cart will be emptied after a succesful checkout (event).
See attachment! Usage without any warranty or support promises ...
But this is a bug of magento or depends on an extern extension?
My problem is that after successful checkout my cart is already empty but my shopping bag is istill showing products in it.
This only happen when I put more than one product in my shopping cart.
If I only have 1 product… it works ok.
If I have 2 ... my shopping bag has 1 after checkout success…
If I have 3 ... my shopping bag has 2 after checkout success…
but session is empty.
Any help on this?