Skip to content

Magento 2: Upgrade issue 2.4.5 to 2.4.6 | issue with framework repo

While Upgrading from version 2.4.5 – 2.4.6 facing issue with Command use for upgrade composer require magento/product-enterprise-edition 2.4.6 -W error faced during upgrade Warning: foreach() argument must be of type array|object, string given in /var/www/html/vendor/magento/framework/ObjectManager/Helper/SortItems .php on line 44

Magento 2 api for layer navigation filters available?

<?php namespace handymustFilterModel; use handymustFilterApiFilterInterface; use MagentoCatalogModelLayerResolver; use MagentoCatalogModelLayerCategoryFilterableAttributeList; use MagentoCatalogModelLayerFilterList; use MagentoFrameworkExceptionLocalizedException; class Filter implements FilterInterface { protected $layerResolver; protected $filterList; protected $filterableAttributeList; public function __construct( Resolver $layerResolver, FilterList $filterList, FilterableAttributeList $filterableAttributeList ) { $this->layerResolver = $layerResolver; $this->filterList =… Read More »Magento 2 api for layer navigation filters available?

Magento 2.4.2 admin category URL redirect admin dashboard

Admin category URL link redirect admin dashboard issue how to fix this issue Current URL: Category https://test.cm/mv2/admin/catalog/category/edit/id/12/key/a7294ff98a7d8ff0eb16dbf92bd5ffae4da9620da389376dff80aa82e4d42b60/ Real category URL https://test.com/mv2/admin/catalog/category/edit/key/30dcd45cded283314a2410b81138a716658363d538381032f0bb16e3f66d14d0/id/12/ public function getCategoryEditUrl() { $category=$this->_registry->registry(‘current_category’); return $this->backendUrl->getUrl(‘catalog/category/edit’, [‘id’ => $category->getId()]); } above code get https://test.cm/mv2/admin/catalog/category/edit/id/12/key/a7294ff98a7d8ff0eb16dbf92bd5ffae4da9620da389376dff80aa82e4d42b60/ this URL but real… Read More »Magento 2.4.2 admin category URL redirect admin dashboard

The shipping address is missing. Set the address and try again

I am getting an error like The shipping address is missing. Set the address and try again in magento2 checkout page….. vendor/magento/module-checkout/Model/PaymentInformationManagement.php(206): MagentoQuoteModelPaymentMethodManagement->set()n#1 /var/www/html/artisandev/vendor/magento/framework/Interception/Interceptor.php(58): MagentoCheckoutModelPaymentInformationManagement->savePaymentInformation()n#2 /var/www/html/artisandev/vendor/magento/framework/Interception/Interceptor.php(138): MagentoCheckoutModelPaymentInformationManagementInterceptor->__callParent()n#3 /var/w…code/Magento/Webapi/Controller/Rest/Interceptor.php(23): MagentoWebapiControllerRestInterceptor->__callPlugins()n#12 vendor/magento/framework/App/Http.php(116): MagentoWebapiControllerRestInterceptor->dispatch()n#13 /var/www/html/artisandev/vendor/magento/framework/App/Bootstrap.php(264): MagentoFrameworkAppHttp->launch()n#14 pub/index.php(30): MagentoFrameworkAppBootstrap->run()n#15 {main}”