akeneo / magento2-connector-community

Akeneo Connector for Magento 2
Open Software License 3.0
81 stars 88 forks source link

Visibility is overwritten by Akeneo Connector #592

Open lukebd opened 2 years ago

lukebd commented 2 years ago

At present as far as I am aware there is no way to map Visibility from Akeneo to Magento. This causes issues as it appears that when products are synced from Akeneo to Magento Visibility is set based on the product type with Simple products and Parents set to Catalog/Search and child products set to not visible individually

We need product Visibility set differently to standard and as such everytime we run the Akeneo Connector it changes the visibility back to standard on Magento and we then need to run additional logic on Magento to set the Visibility correctly again.

It would be beneficial to be able to set the Visibility on Akeneo and have that map over to Magento or have the option to stop Akeneo setting visibility altogether and manage that solely on Magento.

thanninger commented 2 years ago

We need this as well.

vamsi-striketru commented 2 years ago

This visibility issues is getting over written by the Akeneo connector. For a simple product, even though the visibility in Magento is set to "Catalog, Search", after the sync from Akeneo to Magento, this attribute is been overwritten and changed to "Not Visible Individually". Can you please suggest a solution for this ?

joachimVT commented 2 years ago

This can be applied quite easy. You could create a plugin where you update the visibility of simple products after linking with the configurable product.

`

`
sumil3890 commented 1 year ago

@joachimVT @thanninger @vamsi-striketru @joachimVT Hello Guys, Did you find any solution for this issue ?