initCurrentCustomer(); $resultLayout = $this->resultLayoutFactory->create(); $resultLayout->getLayout()->getBlock('admin.customer.view.cart')->setWebsiteId( (int)$this->getRequest()->getParam('website_id') ); return $resultLayout; } }