_getCheckout()->getCustomerDefaultShippingAddress()) { $this->_redirect('*/checkout_address/newShipping'); return; } $this->_getState()->unsCompleteStep(State::STEP_SHIPPING); $this->_getState()->setActiveStep(State::STEP_SELECT_ADDRESSES); if (!$this->_getCheckout()->validateMinimumAmount()) { $message = $this->_getCheckout()->getMinimumAmountDescription(); $this->messageManager->addNotice($message); } $this->_view->loadLayout(); $this->_view->renderLayout(); } }