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 !