Guest Posted April 17, 2013 Share Posted April 17, 2013 Hey guys, I can't figure out why my Create Your Account button is not working on my install of prestashop. Here is my authentication.tpl file code; http://pastebin.com/1NVfAzbw Is there anywhere else I should be looking? When I'm at; http://anewall.com/a...back=my-account I click the button and it becomes; http://anewall.com/a...ccount-creation I would really appreciate any help! Thanks in advance! Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2013 Share Posted April 17, 2013 Also if anyone wants access to the site to check it out; anewall.com username: stack password: overflow Thanks again! Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2013 Share Posted April 17, 2013 well you use ajax to create it, it is non default template it is really hard to say whats goin wrong i tried to create own account, but i don't know how it looks in back office. Also, have you got an access to the error log? If so - Can you check logs? Link to comment Share on other sites More sharing options...
razaro Posted April 17, 2013 Share Posted April 17, 2013 Thing it is similar issue like in this topic So instead $('#center_column').html('<div id="noSlide">'+$('#center_column').html()+'</div>'); try $('.container').html('<div id="noSlide">'+$('container').html()+'</div>'); Code is in authentication.tpl. 2 Link to comment Share on other sites More sharing options...
PascalVG Posted April 17, 2013 Share Posted April 17, 2013 That change into ../authentication?back=my-account#account-creation seems allright. In 1.5.3.1 you get something similar: "www.mysuperprestashop.com/index.php?controller=authentication&back=my-account#account-creation" But of course you then need to get the info fields for the new customer with name, address etc., Which you don't... hmmm... Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2013 Share Posted April 17, 2013 Hey everyone, I can't thank you enough for the help! razaro your solution was correct and actually for some reason I interpreted your previous solution wrong to include "columns" instead of .container but now I understand that my main column is the container class. Should have realized that. Anyways I really appreciate the help guys! Thanks so much. Link to comment Share on other sites More sharing options...
minas1500 Posted June 9, 2015 Share Posted June 9, 2015 just add "<div id="center_column" class="center_column col-xs-12 col-sm-{$cols|intval}">" this in " header.tpl " after closing-" </header>" section 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