Timon Burkard

Results 19 comments of Timon Burkard

Hi, @grabelle, @Doodoune, I agree with the logic suggested by @grabelle. As I work around we implemented a script which prints a warning if a product is assigned to a...

Hi @stevelou2, I guess this is the intended behavior by Akeneo. It seems that the family can only be changed by bulk for **simple** products: ![image](https://user-images.githubusercontent.com/54314495/152057177-db0d190f-ad22-4566-9712-779b98462915.png) (https://help.akeneo.com/pim/serenity/articles/product-mass-actions.html#available-bulk-actions)

Hi @krishankantshandilya, Under "Content" / "Attributes" you can choose "EDIT": ![image](https://user-images.githubusercontent.com/54314495/181170291-4f68d52a-4aec-4e3f-a659-ad96bab90df2.png) Doing so you have the possibility to manually select which attributes you'd like to export: ![image](https://user-images.githubusercontent.com/54314495/181170642-e1a5cb2f-4898-4ef3-b3e7-f5522e4eb47d.png) Are you aware...

Hi @Philippe-M, Unfortunately this is by design. See [documentation](https://help.akeneo.com/pim/v6/articles/product-export-builder.html#filter-on-categories): ![image](https://user-images.githubusercontent.com/54314495/181018117-4afd5d9d-99e3-4a30-a579-8f2b979de3b0.png) I am in discussion with Akeneo Support Team (we have an enterprise licence) about that issue and they opened an...

Hi @aloksinha3110, Did you configure a valid path on the server? ![image](https://user-images.githubusercontent.com/54314495/181018942-262599e4-3536-473e-830d-e2e4e18684cf.png) Alternatively, you can choose "UPLOAD A FILE" instead of "IMPORT NOW" and upload a file by drag and...

I agree, it does not work on my side as well. I tried the following, which updates the product values correctly. However, I am not getting an output with the...

Hi @LevFlavien, Thanks for your reply. I tried your suggestion as follows: ```php $responseLines = $api->getProductApi()->upsertList( [ [ 'identifier' => 'TCK-171', "values" => [ 'Mar_StatusComment' => [ [ 'data' =>...

@LevFlavien it works with curl: ![image](https://user-images.githubusercontent.com/54314495/170225369-04a25819-219d-4753-a218-4f00847c9221.png)

What is the value you have configured in the corresponding attribute setting? ![image](https://user-images.githubusercontent.com/54314495/187171739-15c0b12b-a821-4b72-8ed2-6f0201ccab3c.png)

@DrMabuse-2017 screenshots might be useful. Additionally, did you try to reindex the products and elasticsearch?