I'm using Magento 1.9.2.4 and facing an issue with Onepage checkout. It's not moving to next step when I click on "Continue" button.
I didn't find any errors in browser console.
Site URL: http://handasia.net/en/
Any help would be appreciated.
I'm using Magento 1.9.2.4 and facing an issue with Onepage checkout. It's not moving to next step when I click on "Continue" button.
I didn't find any errors in browser console.
Site URL: http://handasia.net/en/
Any help would be appreciated.
Thanks a lot for your help.
I was checking why registration wasn't working and while searching. I found another post mentioning how to enable "Template Path Hints" which I didn't know about. I used that to find registration and checkout templates that was missing form_key.
form_keyon checkout pages. You can addform_keyusing this code<?php echo $this->getBlockHtml('formkey') ?>in template file.Can you please check
– Oct 16 '17 at 12:28form_keyin form? And addform_keyif missing.form_keyon this page https://handasia.net/en/customer/account/create/ – Oct 18 '17 at 01:35