Skip to content
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

Open
dm-becker opened this issue Jul 17, 2015 · 7 comments

Comments

@dm-becker
Copy link

hi everyone,

i have a problem with the DnD-MagentoConnectorBundle.
I installed the extension exactly as told in the README:

  • I added the two necessary additions into the composer.json
  • php composer.phar update
  • And i added the bundles-line into the app/AppKernel.php

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.

installing_assets

I would appreciate it, if someone could give me a clue where the error could be.

Thanks

@gregos
Copy link

gregos commented Aug 20, 2015

only need to clear the cache :

php app/console cache:clear -e prod

@DnD-Mimosa
Copy link
Contributor

Hi @PeterBeckerDM,

Did you cleared the cache of your Akeneo PIM ? Then, were you able to see the differents exports in your interface ?

Regards,
Florian.

@gregos
Copy link

gregos commented Sep 4, 2015

yes on the akeneo PIM server , you can clear the cache with this :

php app/console cache:clear -e prod

@kuldeepemol
Copy link

I am not able to see the DnD Magento Connector Bundle in the export profile as well. I did remove the cache using php app/console cache:clear -e prod.

screen shot 2017-10-31 at 2 37 53 pm

@ghost
Copy link

ghost commented Nov 2, 2017

Hello @kuldeepemol,

It seems you are using an Akeneo 1.6 or 1.7.
Dnd Magento Connector Bundle is deprecated since the Enhanced Connector was released by Akeneo.

Please use the Enhanced Connector to export your attributes and families and the native PIM export for others entities.

Regards,

Benjamin

@kuldeepemol
Copy link

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,
Kuldeep

@ghost
Copy link

ghost commented Nov 3, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants