cancel
Showing results for 
Search instead for 
Did you mean: 

Continue button on one page checkout does not move to next step

SOLVED

Continue button on one page checkout does not move to next step

I installed the magento 1.9.0.1 which was working properly. Without making a change, the Continue button on one page checkout does not move to next step.
Can anyone help me to sort out the same...

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Continue button on one page checkout does not move to next step

Hello,

 

https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/code/core/Mage/Core/Controller/Front...

 

Already contain that function.

 

Can you please check your file is that contain function or not?

 

If function contain then check module override that.

 

If it will help you then mark as solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

View solution in original post

4 REPLIES 4

Re: Continue button on one page checkout does not move to next step

Hello, 

 

why you want to move to next step?

 

if you want to add new step then add new step there

 

http://excellencemagentoblog.com/blog/2011/10/10/magento-onestep-checkout-add-step/

 

using above link you can add new step

 

If it will work then mark solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Continue button on one page checkout does not move to next step

Thanks for your answer.
I'm new to MAGENTO.
I installed the magento 1.9.0.1 which was working properly. The problem started suddenly without making any changes to the site.
the problem is:
In the Checkout process, when I click the Continue button, it does not go to the next page to select the Shiping method.
I get the error:

PHP Fatal error: Call to undefined method ../Mage_Checkout_OnepageController::isFormkeyValidationOnCheckoutEnabled() in /magento/app/code/core/Mage/Checkout/controllers/OnepageController.php on line 370.

Can you help me to solve this problem?
Thanks

Re: Continue button on one page checkout does not move to next step

Hello,

 

https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/code/core/Mage/Core/Controller/Front...

 

Already contain that function.

 

Can you please check your file is that contain function or not?

 

If function contain then check module override that.

 

If it will help you then mark as solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Continue button on one page checkout does not move to next step

Hello,

Thanks for your help!