Thank you very much for this update! I was really hoping we could get this one here because version 3.8.3 is the only one compatible with Magento 2.4.6. Much appreciated. Thank you again for your effort.
You need to have NullCash (at least 11 for this one) then when you have enough NullCash you need to click "like" the post and only then you are able to download this (really great) extension.
Thank you very much for this update! I was really hoping we could get this one here because version 3.8.3 is the only one compatible with Magento 2.4.6. Much appreciated. Thank you again for your effort.
In your Magento you have a folder called "app" and inside "app" you have a folder called "code"
- Unzip the folder "Improved Import Export extension by FireBear Studio 3.8.3" you downloaded here on nulledfrm.
- Go to your Magento folder you should have a folder called "app" and inside it a folder called "code"
- Inside "code" create a folder called "Firebear" not "FIREBEAR" nor "firebear"
- Inside "Firebear" create a folder called "ImportExport" not "importexport"
- Now copy all files from the folder Firebear import export 3.8.3 you got here (I mean the folders like Api, Block, Console etc and files like bitbucket-pipelines, composer etc...) and paste them inside "ImportExport"
- Now you should have in your Magento folder "app" then "code" then "Firebear" then "ImportExport" and then a long list of folders and few files
- Start cmd and type type: composer require bcncommerce/json-stream league/oauth2-client microsoft/microsoft-graph openspout/openspout salsify/json-streaming-parser tcdent/php-restclient tmwk/client-prestashop-api google/apiclient
- Those extensions are required to make Firebear Import Export work (you can check that list in the composer.json file from Firebear.
- Do the usual stuff when you want to install an extension (upgrade, compile etc)
- Done
Post automatically merged:
Since Microsoft just updated today microsoft/microsoft-graph to 2.0.0 and since I didn't test this new version you should type: composer require bcncommerce/json-stream league/oauth2-client microsoft/microsoft-graph:1.104.0 openspout/openspout salsify/json-streaming-parser tcdent/php-restclient tmwk/client-prestashop-api google/apiclient