Olivier ALLAIN

Results 53 comments of Olivier ALLAIN

Do you think to make a PR here to had it?

Hello, I don't think it"s configurable, it's based on https://github.com/FriendsOfSylius/SyliusImportExportPlugin/blob/7aa80b422e56c8d83918a207ba612be7f279abea/src/Exporter/ResourceExporter.php#L31 For exemple : https://github.com/FriendsOfSylius/SyliusImportExportPlugin/blob/7aa80b422e56c8d83918a207ba612be7f279abea/src/Resources/config/services_export_csv.yml#L18

Yes, sorry. Do you want to make a Pull Request for add this feature?

Hello @SofianeMerouane , I think this is due to the list of columns you have in your import file. Columns are defined in ProductProcessor here : https://github.com/FriendsOfSylius/SyliusImportExportPlugin/blob/7aa80b422e56c8d83918a207ba612be7f279abea/src/Resources/config/services.yml#L353 You must override...

Hi @Floflinou Sorry for long time response. Have you already find the solution ? If not, you can see in https://github.com/FriendsOfSylius/SyliusImportExportPlugin/blob/master/src/Exporter/Plugin/OrderResourcePlugin.php#L118 Regards

IMO, it's not possible by config

Hi, If somebody want to make a PR to add parameter to add this feature, your help is welcome :wink:

Hello @4c0n Thanks for feedbacks. > Please keep in mind that currently when you run behat, you're just running the tests against the standard sylius version, without the theme, as...

Hello @LeanderFS Indeed the documentation may not have this level of detail. Personally, I advise you to create a file like config/packages/fixtures.yaml (the file name does not matter, it just...

Hello, This is an interesting idea, which can surely help some people. As for the name of the command `sylius:user:create` is too ambiguous, it should be something like `sylius:admin-user:create`. Regards,