checkout page is not work completely after payment information not continue but not continue please solve this issue why don’t continue checkout process complete .
alpha_moin@hotmail.com
+92-3452399740
As said, in my case the module "heared4us" was not compatible with this new version, after removing this module everything is ok.
All the best
Christophe B. https://laxmi.digital
Hi Yoakim
did you solve this yet.
After up-grade to my magento into 1.9.2.4, i also gone through woth this issue.
After a lot of experiment, I found the below solution:
Go to /app/design/frontend/base/default/template/checkout/onepage/payment.phtml
look for the code
<fieldset>
<?php echo $this->getChildHtml('methods') ?>
</fieldset>
change it to this
<fieldset id="checkout-payment-method-load">
<?php echo $this->getChildHtml('methods') ?>
</fieldset>
I hope this would resolve your issue….
Thanks this fixed it for me! Version Magento ver. 1.9.2.0
Thank you. Solved the problem with shipping continue button for me as well. Own you a beer!
Fixed it for us, too - 1.9.3.6
Even after an update Magento 1.9.4 this problem excist and the solution Manish Ebiz solved it.
Thanks for this.