Jump to content

(SOLVED) Customers can`t create account


cson

Recommended Posts

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 by cson (see edit history)
Link to comment
Share on other sites

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">
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...