Skip to content

magento man

After upgrading Magento from 2.3.5-p1 to 2.4.6-p3, my frontend shows a bug

1 exception(s): Exception #0 (Exception): Item (MagentoCatalogModelCategoryInterceptor) with the same ID “258” already exists. Exception #0 (Exception): Item (MagentoCatalogModelCategoryInterceptor) with the same ID “258” already exists. <pre>#1 MagentoEavModelEntityCollectionAbstractCollection->addItem() called at [generated/code/Magento/Catalog/Model/ResourceModel/Category/Collection/Interceptor.php:266] #2 MagentoCatalogModelResourceModelCategoryCollectionInterceptor->addItem() called at [vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:1145] #3 MagentoEavModelEntityCollectionAbstractCollection->_loadEntities() called at… Read More »After upgrading Magento from 2.3.5-p1 to 2.4.6-p3, my frontend shows a bug

Magento 2 Admin Panel Layout Collapses or Sidebar Auto-Collapses at 1920×1080 Resolution with SwissUp Theme

I’m experiencing an issue with the Magento 2 admin panel (version 2.4.x) where the layout or sidebar menu collapses or breaks unexpectedly on a desktop resolution of 1920×1080. The client reports that sometimes the admin dashboard UI appears “collapsed” or… Read More »Magento 2 Admin Panel Layout Collapses or Sidebar Auto-Collapses at 1920×1080 Resolution with SwissUp Theme

Magento2 Tree design pattern

Is there anyone that has got an implementation of Magento2 Tree Design Pattern? it’s described in docs but i can’t find any reference to code or working example. https://developer.adobe.com/commerce/admin-developer/pattern-library/displaying-data/tree/