-
- maarlin

-
Total Posts: 8
Joined: 2008-07-02
|
Hi,
I have a small problem after upgrade from 1.1.6 to 1.2.0.1.
When I want to choose any shipping method in checkout process, I’m redirected to /checkout/cart.
I think Magento use the “failure variable” in /app/design/frontend/*/*/template/checkout/onepage.phtml ->
var checkout = new Checkout(accordion,{ progress: '<?php echo $this->getUrl('checkout/onepage/progress') ?>', review: '<?php echo $this->getUrl('checkout/onepage/review') ?>', saveMethod: '<?php echo $this->getUrl('checkout/onepage/saveMethod') ?>', failure: '<?php echo $this->getUrl('checkout/cart') ?>'} );
The question is: Why does Magento redirect me to “failure URL”??
|
| |
-
- Posted: January 11 2009
-
| top
-
|
 |
 |
 |
|
|
-
- tyoyang

-
Total Posts: 5
Joined: 2008-08-07
|
i meet the same problem
|
| |
-
- Posted: July 23 2009
-
| top
| # 1
-
|
 |
 |
 |
|
|
|
|
-
- rickert

-
Total Posts: 47
Joined: 2009-11-22
|
Same problem here. Any solutions yet?
|
| |
-
- Posted: December 19 2009
-
| top
| # 3
-
|
 |
 |
 |
|
|
-
- rickert

-
Total Posts: 47
Joined: 2009-11-22
|
I checked out the first suggested solution for a missing Com.php file and this works like a charm! Thanks Sonassi.
|
| |
-
- Posted: December 19 2009
-
| top
| # 4
-
|
 |
 |
 |
|
|
|
|
-
- Anduin

-
Total Posts: 9
Joined: 2009-09-21
|
Hello, i can’t clear that problem
May some idea?!
|
| |
-
- Posted: April 17 2011
-
| top
| # 6
-
|
 |
 |
 |
|
|
-
- ryan_shuhart

-
Total Posts: 2
Joined: 2009-11-30
|
I had a similar problem when I upgraded from 1.4.1 to 1.6.1. I spent hours upon hours looking for a solution on here. No one had it so I want to share what I found.
Problem: After pressing the “place order” button you would get redirected to the shopping cart with your item still in the cart. The credit card was charged but nothing showed up in the admin and no confirmation emails were sent out.
Solution: I came across this error -
Undefined offset: 1 in app/code/core/Mage/Paygate/Model/Authorizenet.php on line 1251
What was happening was the array was missing a character. I couldn’t tell you why. Replace the character and it works.
I really need to give credit to John from Tranquilblue. He was such an enormous help. He is really the one who found the error and fixed it for me. I suggest you give him a call if your about to have a heart attack over this like I was.
|
| |
-
- Posted: October 26 2011
-
| top
| # 7
-
|
 |
 |
 |
|
|
-
- jacdesigner

-
Total Posts: 5
Joined: 2010-07-20
|
ryan_shuhart - 26 October 2011 01:22 PM I had a similar problem when I upgraded from 1.4.1 to 1.6.1. I spent hours upon hours looking for a solution on here. No one had it so I want to share what I found.
Problem: After pressing the “place order” button you would get redirected to the shopping cart with your item still in the cart. The credit card was charged but nothing showed up in the admin and no confirmation emails were sent out.
Solution: I came across this error -
Undefined offset: 1 in app/code/core/Mage/Paygate/Model/Authorizenet.php on line 1251
What was happening was the array was missing a character. I couldn’t tell you why. Replace the character and it works.
I really need to give credit to John from Tranquilblue. He was such an enormous help. He is really the one who found the error and fixed it for me. I suggest you give him a call if your about to have a heart attack over this like I was.
One of our client sites has been experiencing this same behavior, but only intermittently. It seems to happen only in IE 8 browser so far. The strange thing is that no recent updates or upgrades have been made, and some orders are successful in general without errors. Any more insight as to what causes this type of issue to begin with? Thanks for the lead - we are looking at the gateway module.
|
| |
-
- Posted: January 17 2012
-
| top
| # 8
-
|
 |
 |
 |
|
|