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...
Solved! Go to Solution.
Hello,
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.
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.
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
Hello,
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.
Hello,
Thanks for your help!