skip to Main Content

After install of magento 2.3.5-p1 the admin page is just showing loading cursor

I'm unable to understand the error. please help if anyone facing the same issue and got rid of it. The Content Security Policy 'font-src 'self' 'unsafe-inline'; form-action geostag.cardinalcommerce.com geo.cardinalcommerce.com 1eafstag.cardinalcommerce.com 1eaf.cardinalcommerce.com centinelapistag.cardinalcommerce.com centinelapi.cardinalcommerce.com secure.authorize.net test.authorize.net 'self' 'unsafe-inline'; frame-ancestors 'self' 'unsafe-inline';…

VIEW QUESTION

Magento 2.3.5 fresh installtion using composer results in error

I am trying to install Magento 2.3.5 using composer. muk@muk:/var/www/html$ composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.3.5 magento23 Creating a "magento/project-community-edition" project at "./magento23" Installing magento/project-community-edition (2.3.5-p1) - Installing magento/project-community-edition (2.3.5-p1): Loading from cache Created project in /var/www/html/magento23 Loading composer repositories with package…

VIEW QUESTION

How to get current product in block in Magento 2 without Register and Object Manager?

How to avoid using depricated Registry and prohibited Object Maneger to get current product? I have this code now: $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $product = $objectManager->get('MagentoFrameworkRegistry')->registry('current_product'); $product = $objectManager->create('NameModuleNameModelFolderProduct')->load($product->getId());

VIEW QUESTION

Is there a way to fetch custom filters for a particular category in Magento 2 using Rest api?

I am using the url below to fetch the products in a particular category and it works fine. /rest/default/V1/products?searchCriteria[filterGroups][0][filters][0][field]=category_id&searchCriteria[filterGroups][0][filters][0][value]=262&searchCriteria[filterGroups][0][filters][0][conditionType]=eq&searchCriteria[filterGroups][1][filters][0][field]=visibility&searchCriteria[filterGroups][1][filters][0][value]=4&searchCriteria[filterGroups][1][filters][0][conditionType]=eq&searchCriteria[pageSize]=10&searchCriteria[currentPage]=0 The only issue is that I would like to show filters based on the categories selected. For eg a price filter…

VIEW QUESTION
Back To Top
Search