Olivier ALLAIN
Olivier ALLAIN
Good thing, it's really nice idea 👍
Hi @olia-bn Currently only images are allowed, as you can see valides Mime types are 'image/jpeg', 'image/png', 'image/gif', 'image/svg+xml'. at [src/Controller/Action/Admin/UploadEditorImageAction.php#L67](https://github.com/BitBagCommerce/SyliusCmsPlugin/blob/master/src/Controller/Action/Admin/UploadEditorImageAction.php#L67) Do you want to create a PR to add...
Hello @andychan94 Have you find your answer ? In the Readme we have some informations about exporter, you can find it here https://github.com/FriendsOfSylius/SyliusImportExportPlugin#a-real-example In example, exported fields are in third...
Hello @lwillems and @s4iya Sylius have make a fix who was merged in Sylius 1.7. See at https://github.com/Sylius/Sylius/pull/11802 It fix you issue ?
Hi @alexweggs You launch export from UI or CLI ? Front is not accessible just for you, or for all users ?
This plugin doesn't do any special operation, like the application locks. However, an import/export can be very intensive for the server : MySQL queries, CPU usage, RAM usage ...
Hi @gomcodoctor Yes, we can do that :smile: Do you want to propose PR ?
Hello @mbabker Do you think [NumberFormatter::formatCurrency](https://www.php.net/manual/fr/numberformatter.formatcurrency.php) is the right choice ?
@lsmith77 we have NoSuperfluousPhpdocTagsFixer rule in PhpCsFixer (see https://github.com/FriendsOfSylius/SyliusImportExportPlugin/blob/master/easy-coding-standard.yml#L2) and i run ECS on full project without error. Do you think we can close this issue ?
Yes, all imports can by faster. I created an issue #191 but i haven't time to work on it yet ;(