akeneo / magento2-connector-community

Akeneo Connector for Magento 2
Open Software License 3.0
85 stars 89 forks source link

images not imported to magento 2 from akeneo 4 in spite of mapping #196

Open akosglue opened 4 years ago

akosglue commented 4 years ago

Environment and configuration

  1. magento2 2.3.5
  2. akeneo 4.0.3
  3. connector version 100.4.5.

Steps to reproduce

  1. set up image mapping according to documentation

Expected result

  1. images appear at magento product gallery, see screenshot

Actual result

  1. images don't appear at magento product gallery, however they appear at the attributes, see screenshot
Screenshot 2020-04-29 at 12 52 33 Screenshot 2020-04-29 at 12 52 23 Screenshot 2020-04-29 at 12 52 12
akosglue commented 4 years ago

The related code to be fixed, somewhere here:

https://github.com/akeneo/magento2-connector-community/blob/1e87e2f0214345f89db4aa2cfa1226c8dafec178/Job/Product.php#L2324

and

https://github.com/akeneo/magento2-connector-community/blob/1e87e2f0214345f89db4aa2cfa1226c8dafec178/Job/Product.php#L2343

because the channel code is neglected.

So, as in the above configuration, if image1 is replaced by image1-channel (for example: image1-ecommerce), then the given ecommerce channel images are imported to all store view, which is of course not desired.

akosglue commented 4 years ago

It concerns a setup with 6 channels and the Website Mapping is correctly filled in the module config.

akosglue commented 4 years ago

Additionally, this line saves only the last message, not all messages as it should: https://github.com/akeneo/magento2-connector-community/blob/1e87e2f0214345f89db4aa2cfa1226c8dafec178/Job/Product.php#L2345

janssensjelle commented 4 years ago

👍 got the same issue

akosglue commented 4 years ago

have you solved it in the meantime ?

akosglue commented 4 years ago

same with version 100.4.7

cengizcoskun commented 3 years ago

still same. can you help us please?

oefterdal commented 2 years ago

I have the same issue https://github.com/akeneo/magento2-connector-community/issues/586