--- a/vendor/magento/module-sales/Block/Order/Recent.php 2025-05-19 07:57:05.096352701 +0000 +++ b/vendor/magento/module-sales/Block/Order/Recent.php 2025-05-19 07:56:49.262828641 +0000 @@ -23,7 +23,7 @@ /** * Limit of orders */ - const ORDER_LIMIT = 5; + const ORDER_LIMIT = 3; /** * @var CollectionFactoryInterface @@ -91,9 +91,6 @@ 'customer_id', $customerId )->addAttributeToFilter( - 'store_id', - $this->storeManager->getStore()->getId() - )->addAttributeToFilter( 'status', ['in' => $this->_orderConfig->getVisibleOnFrontStatuses()] )->addAttributeToSort( @@ -131,17 +128,6 @@ return ''; } - /** - * @inheritDoc - */ - protected function _toHtml() - { - if ($this->getOrders()->getSize() > 0) { - return parent::_toHtml(); - } - return ''; - } - /** * Get reorder URL *