cson Posted October 17, 2013 Share Posted October 17, 2013 (edited) Nothings happens when you click on create account / (opret konto) see: http://www.purplewine.dk/index.php?controller=authentication&multi-shipping=0&display_guest_checkout=1&back=http%3A%2F%2Fwww.purplewine.dk%2Findex.php%3Fcontroller%3Dorder%26step%3D1%26multi-shipping%3D0 I have tried many things. It works ok with the custom theme. Tried to uninstall and reinstall my theme, doesent change anything. Regards Carsten Edited October 17, 2013 by cson (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 17, 2013 Share Posted October 17, 2013 it's easy to fix. open authentication.tpl file located in your theme directory you've got there code: <input type="button" id="SubmitCreate" name="SubmitCreate" class="button_large" value="Opret konto"> change type="button" to type="submit" <input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="Opret konto"> 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now