-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DnD-MagentoConnectorBundle options not availble when creating export-profile #40
Comments
only need to clear the cache : php app/console cache:clear -e prod |
Hi @PeterBeckerDM, Did you cleared the cache of your Akeneo PIM ? Then, were you able to see the differents exports in your interface ? Regards, |
yes on the akeneo PIM server , you can clear the cache with this : php app/console cache:clear -e prod |
Hello @kuldeepemol, It seems you are using an Akeneo 1.6 or 1.7. Please use the Enhanced Connector to export your attributes and families and the native PIM export for others entities. Regards, Benjamin |
Hello Benjamin, Thank you for the prompt response. Can PimGento handle export done using Enhanced Connector and native PIM? If so, can this be automated? It would be great if you can point me in the right direction to automate the process of export (from Akeneo) and import (to Magento). Best, |
Hello, Yes PIMGento handle it. If you want to automate the process you need a middleware or a specific development to move exported files from your Akeneo server to your Magento server as Akeneo does not provide sftp export and PIMGento does not provide sftp import for csv files (but it's something we want to add in the future). Regards, Benjamin |
hi everyone,
i have a problem with the DnD-MagentoConnectorBundle.
I installed the extension exactly as told in the README:
Unfortunately when i login into the akeneo account, and then click on "new export profile", it does not offer me the DnD-MagentoConnectorBundle Options.
Im not very familiar with composer yet, but what could maybe be a reason, is that the output-shell while updating composer does not mention the MagentoConnector Bundle.
I would appreciate it, if someone could give me a clue where the error could be.
Thanks
The text was updated successfully, but these errors were encountered: