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


place order not work on checkout/onepage/ after moving 1.7 version 1.9.1 [ new ] options

54 seconds ago

i have upgraded 1.7 version 1.9.1. have made many changes nothing working.

luckly manage fix login page , update cart few code change in id etc.

anyone have idea. realy stuck. :smileyhappy:

wht changes have made regarding placing order far

i have added @ 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 added value in payment.phtml public_html/app/design/frontend/base/default/template/checkout/onepage

<fieldset id="checkout-payment-method-load"> 

getchildhtml('methods') ?>

but no luck. page not go anywhere @ all. idea!!!!!!!!!!!!!!!!!!!!!!!!!!

to solve checkout problem goto:

/app/design/frontend/base/default/template/checkout/onepage/payment.phtml

double check if using file base/default, might overwritten in current design package!

change:

<fieldset> <?php echo $this->getchildhtml('methods') ?> </fieldset> 

to:

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

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -