Magento 2 - Improved Import / Export extension by FireBear Studio 3.8.3

potatoinsideoutpiano

Well-known member
Master
Diamond
Elite
Joined
Apr 9, 2021
Messages
1,735
Reaction score
1,748
Points
113
NullCash
3,243

3.8.3 (released 03.04.2023)​

This release adds support for Magento 2.4.6 (including M2 Open Source, Commerce, Adobe Commerce and Mage OS) and PHP 8.2.

Bugfixes:

  • Zend_Validate_Regex is replaced with Laminas\Validator\Regex.
  • Zend_Mime is replaced with Magento\Framework\HTTP\Mime.
  • Zend_Validate is replaced with Firebear\ImportExport\Model\ValidatorChain.
  • Zend_Uri dependency is removed.

    https://firebearstudio.com/the-improved-import.html
 

Attachments

  • importexport-v3.8.3.zip
    3.4 MB · Views: 27

Creepshow

Member
XNullUser
Joined
Oct 17, 2021
Messages
127
Reaction score
5
Points
18
NullCash
493
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.
 

johnny5945

Member
XNullUser
Joined
Oct 27, 2021
Messages
80
Reaction score
28
Points
18
NullCash
11
you rock it, thanks bro.
its a must have extenison for me.
 

solange

Member
XNullUser
Joined
Jul 9, 2022
Messages
620
Reaction score
2
Points
18
NullCash
279
Thank you for the module. thx for update.
 

Ponas

Well-known member
XNullUser
Joined
Jan 17, 2022
Messages
1,262
Reaction score
91
Points
48
NullCash
873
Thank you very much for sharing !!!
 

Adrian_CH

Well-known member
Diamond
Elite
XNullUser
Joined
Dec 7, 2020
Messages
479
Reaction score
301
Points
63
NullCash
152
Thank you for sharing this plugin is nice one
 

suopu88

Member
XNullUser
Joined
Sep 17, 2019
Messages
103
Reaction score
1
Points
18
NullCash
4
you rock it, thanks bro.
its a must have extenison for me.
 

oyuce

New member
XNullUser
Joined
Jul 4, 2023
Messages
3
Reaction score
0
Points
1
Location
ist
NullCash
5
nice module.. I dont know how can ı download
 

Creepshow

Member
XNullUser
Joined
Oct 17, 2021
Messages
127
Reaction score
5
Points
18
NullCash
493
nice module.. I dont know how can ı download
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.
 

klmmm

Member
XNullUser
Joined
Jul 17, 2021
Messages
582
Reaction score
1
Points
18
NullCash
17
salla, teşekkürler kardeşim salla, teşekkürler kardeşim
 

adk78

Member
XNullUser
Joined
Mar 7, 2021
Messages
36
Reaction score
40
Points
18
NullCash
84
Hi,
Does anyone have the latest version 3.8.4
 

mrc26

Active member
Elite
Joined
Oct 8, 2019
Messages
133
Reaction score
135
Points
43
NullCash
1
Thank you very much for sharing this plugin
Post automatically merged:

Hello, how can I install it in magento 2.4.6?
Post automatically merged:

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.
Hello, how did you install it in magento 2.4.6?
 
Last edited:

Creepshow

Member
XNullUser
Joined
Oct 17, 2021
Messages
127
Reaction score
5
Points
18
NullCash
493
Hello, how did you install it in magento 2.4.6?
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
 
Last edited:
Top