protected function setupShippingAddress() { $address = new \Mage_Sales_Model_Quote_Address(); $address->importCustomerAddress($this->getCustomerShippingAddress()); $this->getQuote()->setShippingAddress($address); return $this; }