/data/class/pages/entry/LC_Page_Entry.php の144行付近

 

// ログイン状態にする
$objCustomer = new SC_Customer_Ex();
$objCustomer->setLogin($objFormParam->getValue('email'));
 

 

// ログイン状態にする
// $objCustomer = new SC_Customer_Ex();
// $objCustomer->setLogin($objFormParam->getValue('email'));

 

後々、ログイン状態にしないといけないかもしれないので

 

ログイン処理をコメントアウトで対応