Vinai Kopp
Vinai Kopp
Hm, interesting. Which API method are you calling? catalogProduct.create or catalogProduct.update? I would have to debug what happens in `Mage_Catalog_Model_Product_Api_V2::_prepareDataForSave()`, in the `additional_attributes` branch of the code. If all is...
On a side note, I know some people had issues with importing the attribute value NOT LOGGED IN customer group, which mapps to the ID 0 (zero). This hardcoded choice...
Lets keep the discussion here, that way someone else with a similar problem might benefit from it in future. Please let me know if you have some success with a...
This was the issue thread i was thinkning of. But please keep in mid that it might not be related at all, as here we are dealing with the API....
Thanks for your nice report. I need a little more information to try and help. Please post the output of the query ``` .sql SELECT * FROM core_config_data WHERE path...
Changing the type from "multiselect" to "checkbox" in the _etc/system.xml_ file and the `frontend_input` type of the `groupscatalog2_groups` attributes in the `eav_attribute` table should be enough in theory. However, in...
Thanks for the update on this issue! If you manage to get it working stable, and its in a maintainable state I would definitely be willing to include it in...
Hi, thanks for the report. I'm afraid it doesn't sound familiar, but I'll look into it. Currently I'm refactoring the indexing process, which might have the side effect of resolving...
I do use logging a lot during development, but by default no logfiles are written. You would have to add calls where needed. The module does generally work in a...
Thank you for your feedback. I'm still unable to reproduce the issue :( If you find a way to do so in a reproducible manner, please let me know! I...