I’m contemplating to buy this extension from Firebear studio: https://firebearstudio.com/the-improved-import.html In order to move products from Magento 1.9.3 to Magento 2. They have replied the following: In regard to Magento 1. You can use default magento export or in addition our free extension https://github.com/firebearstudio/iimagento1 Note. This extension is no longer […]
Magento
Magento 2.3.4: I want to edit the breadcrumbs so that instead of showing Home > Product name, they show Home > Store > Product name. How and where should I make modifications?
I would like to have users log in to a separate application using their Magento 2 credentials. Is there a way to validate Magento 2 passwords using php without accessing any Magento pages? Thanks, Mike
I want to exclude some custom extension JS from merge functionality. so how can i achieve this functionality?
PHP version: 8.1 composer: 2.2.0 Trying to fresh installed Magento open source 2.4.6 using the below command composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.6 magento246 and getting the below error: - Installing composer/pcre (3.1.0): Extracting archive - Installing composer/class-map-generator (1.0.0): Extracting archive - Installing composer/metadata-minifier (1.0.0): Extracting archive - Installing composer/spdx-licenses (1.5.7): Extracting […]
I have to exclude some categories from the product search, I have tried many ways but I can’t exclude specific categories, I know that a product can be set not to appear in the search result, but I would like to know if it is possible create Same for categories. […]
Autoload error {$e->getMessage()} HTML; http_response_code(500); exit(1); } $bootstrap = Bootstrap::create(BP, $_SERVER); /** @var MagentoFrameworkAppHttp $app */ $app = $bootstrap->createApplication(MagentoFrameworkAppHttp::class); $bootstrap->run($app);
Magento 2.4.5-p1 We do local deliveries and many customers fill out the incorrect delivery address. Is there any kind of functionality or a module that can be used with Magento 2 to verify the address as the customer is putting it in?
Now I need an admin grid to show a collection of customers_visitor. The problem is that I’m not able to populate the grid with the records from the customers_visitor table. I simply tried to create a new Model/ResourceModel/Collection that links to the core table but that doesn’t work,