kashifkhan112 Posted February 26, 2013 Share Posted February 26, 2013 I have created a new account by using One Page Checkout, so account created successfully, but not logged in automatically, i need to refresh the page, then it work. Can anyone has solution for this. Link to comment Share on other sites More sharing options...
kashifkhan112 Posted February 26, 2013 Author Share Posted February 26, 2013 (edited) I have temporarily solution for it but need real solution. open this file: themes/default/js/order-opc.js under this line: $('#opc_account_saved').fadeIn('slow'); just add this line: location.reload(); it should be look like this: $('#opc_account_saved').fadeIn('slow'); location.reload(); Edited February 26, 2013 by kashifkhan112 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts