1

I need to change default behavior of onepage checkout customer creation method, but i am unable to locate it.

All i found was method submitOrder Mage/Core/Sales/Model/Service/Quote.php where i see:

 if ($quote->getCustomerId()) { $transaction->addObject($quote->getCustomer()); } 

Please help me to find where are magento receives user inputed form data from one page checkout, thanks !

1 Answer 1

0

The logic behind customer creation when placing an order can be found in the _validateCustomerData function of the Mage_Checkout_Model_Type_Onepage model.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.