_coreRegistry = $coreRegistry; parent::__construct($context); } /** * Initialize action * * @return $this */ protected function _initAction() { $this->_view->loadLayout(); $this->_setActiveMenu( 'Magento_CheckoutAgreements::sales_checkoutagreement' )->_addBreadcrumb( __('Sales'), __('Sales') )->_addBreadcrumb( __('Checkout Conditions'), __('Checkout Terms and Conditions') ); return $this; } }