This repository has been archived by the owner on Apr 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
ImportExport - Sample Files in own Modules #53
Labels
Comments
From @BaDos on September 15, 2016 9:9 Thank you for reporting. |
From @MathieuJJ on July 25, 2017 5:27 Hi BaDos, |
From @drdrak3 on August 30, 2017 1:55 I'm also after this functionality, any news? |
@dmanners, it's too difficult for me or maybe I misunderstood something. |
magento-engcom-team
pushed a commit
that referenced
this issue
Aug 27, 2018
MAGETWO-66666: Adding a product to cart from category page with an ex…
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @EliasKotlyar on September 9, 2016 8:29
Preconditions
Happens in all Magento2 Versions.
Steps to reproduce
Try to provide your own Sample file in
/Files/Sample/<yourentity.csv>
Expected result
You can add your own sample-file to your module and it will be taken from the ImportExport Wizard in the Backend
Actual result
The sample file needs to be placed in the Module "ImportExport".
Why it happens?
This happens because of this code:
vendor/magento/module-import-export/Controller/Adminhtml/Import/Download.php
This Code is taking sample Files only from the ImportExport-Module. There is no way to provide your own sample File.
Greetings
Elias
Copied from original issue: magento/magento2#6553
The text was updated successfully, but these errors were encountered: