_validateMinimumAmount()) { return; } if (!$this->_getState()->getCompleteStep(State::STEP_SELECT_ADDRESSES)) { return $this->_redirect('*/*/addresses'); } $this->_getState()->setActiveStep(State::STEP_SHIPPING); $this->_view->loadLayout(); $this->_view->renderLayout(); } }