Jump to content

After Account Creation Not Logged In Automatically On One Page Checkout Prestashop 1.5.3.1


Recommended Posts

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

×
×
  • Create New...