Please Help!

Hello

Please help me with a big problem.
I installed the latest version of cscart, everything went very well but I can't do the product feeds with suppliers.
Unable to import urls.
If I try to import the same file on another cscart site ... it works.
Even our programmer doesn't know where to go.
I have attached a video for details.
Thank you!

Hello

Please help me with a big problem.
I installed the latest version of cscart, everything went very well but I can't do the product feeds with suppliers.
Unable to import urls.
If I try to import the same file on another cscart site ... it works.
Even our programmer doesn't know where to go.
I have attached a video for details.
Thank you!

Hello

Please help me with a big problem.
I installed the latest version of cscart, everything went very well but I can't do the product feeds with suppliers.
Unable to import urls.
If I try to import the same file on another cscart site ... it works.
Even our programmer doesn't know where to go.
I have attached a video for details.
Thank you!

I did some troubleshooting and it seems to be a bug in the advanced_import addon.

The checking

if (!in_array(strtolower($ext), $this->allowed_ext)) {

in

app\addons\advanced_import\Tygh\Addons\AdvancedImport\FileManager.php
is not working ($this->allowed_ext array values are now also arrays).
Try to replace with:

if (!array_key_exists(strtolower($ext), $this->allowed_ext)) {

The developer has upgraded the addon - so, there is a new array structure for allowed_ext in
app\addons\advanced_import\schemas\advanced_import\allowed_extensions.php

but the upgrade is not complete - and introduces this bug.

Are you still facing this issue? If yes, please let me know additional details, like how it could be reproduced and which version of CS-Cart/Multi-Vendor you are using at the moment.

Salut colega,
Ce probleme asa dificile ai intampinat?