- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
Hi Yoakim
did you solve this yet.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
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….
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
Thanks this fixed it for me! Version Magento ver. 1.9.2.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
Thank you. Solved the problem with shipping continue button for me as well. Own you a beer!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
Fixed it for us, too - 1.9.3.6
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: One page checkout process does not work anymore (step 4: payment)
Even after an update Magento 1.9.4 this problem excist and the solution Manish Ebiz solved it.
Thanks for this.
- « Previous
-
- 1
- 2
- Next »