Jump to content

Opc Checkout Problem


Recommended Posts

DOWNLOADED AND INSTALLED PS 1531 SEVRAL TIMES 2 LAPTOPS.

 

cace disabled and force recompile on

 

when we go to one page checkout . it dosent update the (welcome) or hide the form filled. it says information saved.

ok info is saved

 

now i noiced that it takes ne w user as guest.

 

if i disable this line below then it works fine line 585

 

isGuest = ($('#is_new_customer').val() === 1 ? 0 : 1);

 

or

 

swap updateAddressSelection(); and updateNewAccountToAddressBlock();

becuse refresing is in updateNewAccountToAddressBlock();

if (isGuest)
  {
   isLogged = 1;
   $('#opc_account_saved').fadeIn('slow');
   $('#submitAccount').hide();
   updateAddressSelection();
  }
  else
   updateNewAccountToAddressBlock();

 

is it a bug or ?????

 

no peoblems with any 1.4 version

 

problem seems to be in opc.js

 

 

 

uploaded to the server too and same proble is replicated

Edited by boxybh28 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...