cancel
Showing results for 
Search instead for 
Did you mean: 

Place an order does not work on checkout/onepage/ after moving from 1.7 to version 1.9.1

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Place an order does not work on checkout/onepage/ after moving from 1.7 to version 1.9.1

I have upgraded from 1.7 to version 1.9.1. I have made many changes but nothing is working.

 

Luckly i manage to fix login page and update cart with few code change in id etc.

 

 

Anyone have any idea. i am realy stuck. Smiley Happy

 

 

Wht changes i have made regarding placing an order so far

 

i have added this at the bottom of info.html

 

review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));

 

 

I also added this value in payment.phtml public_html/app/design/frontend/base/default/template/checkout/onepage

 

<fieldset id="checkout-payment-method-load">
<?php echo $this->getChildHtml('methods') ?>
</fieldset>

 

 

but no luck. the page does not go anywhere at all. any idea!!!!!!!!!!!!!!!!!!!!!!!!!!

 

 

 

 

 

 

1 REPLY 1

Re: Place an order does not work on checkout/onepage/ after moving from 1.7 to version 1.9.1

Have you tested the upgrade with the default theme? 

Magento Moderator since 2009
Keep Calm and Clear Cache!