-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Can not update configurable products, price of simples suddenly become 0,00 #5973
Comments
I even disabled all installed modules and that did not help |
same here. we use an adminlogger extension, which logs all actions. when the configurable parent is edited, children are updated after saving. the update changes |
@duhon can you give me any update on how much time it will take before this gets patched. We have a huge issue with this as we want to create a lot of configurable products. There are now 2 big issues on the configurables that cost us way more time than before. The second one is that we can not select existing simple products on a newly created (configurable) product. In my opinion these bugs are to huge for a master branch. |
@tempo-ruud I'm trying to reproduce the problem, but I have everything working. You can help me. Have you reproduced the problem without Memcached and Redis? |
@duhon Nope, both are enabled right now, but if you wish, I can give you access to my webserver and Magento admin, so we can figure it out together. |
no memcached here, no redis either. magento 2.1.0 in developer mode on local dev machines. we're using 2 frontend store views (DE + FR) and seeing the error when editing the configurable product in the default storeview. |
I only have one storeview enabled |
I still cannot reproduce this issue. |
@heldchen are you using a clean installation without any additional settings? |
here's a screenshot of one of the examples logged by the adminloger extension (bottom to top): the user was editing the product parent product 31604. upon saving, its stock item was saved (15832), then the product (31640), then the configurable attribute, and then all the child items stock item and product. the stock item kept their values, but the product update set the price to 0.0000. see for example child product 31601. all products were imported/created in 2.0.2 or 2.0.3 and and thereafter upgraded in all the following releases up until 2.1.0. as for the question regarding "clean installation": we started clean except for the products-related data which was imported quite early in the process through csv imports. I can try to create a small db dump containing just some of the broken products if that helps? |
I played around a bit more with it. it only seems to happen the first time a parent product is saved after upgrading to 2.1.0. later saves of the parent product do not affect the price of children anymore. @tempo-ruud is that the same on your system? |
@heldchen Nope, for me it is a clean setup of Magento 2.1. I only installed a theme. After the installation of the theme I imported a csv with only simple products. This did not seem to work as there where a lot of configurable products in the shop and they shop admin could not assign the simple products to a newly created configurable product. |
yeah, that sounds like the exact workflow as we did after initial product import - the customer only had simple and grouped products in the old shop but wanted some of them as configurable products in the new shop. so the show owner manually created the configurable parent products, whereas the simple child products were imported through csv. |
@duhon did this help you reproduce the error. |
@heldchen did you already fix this. I also posted the question on stack overflow as I get really crazy of this. What ever I try I cannot fix it. |
Experienced this as well after having products imported. |
Thanks @paales for confirming |
@tempo-ruud for our system, the values are 'only' resetted once - after correcting the values, further saves of the parent product are not affecting the childrens anymore. are you making the same experience? |
@heldchen no we have the problem each time we save the product. |
Hello @tempo-ruud ! Did your modify imported simple product after import? How you assign simple product to configurable? Which attribute do you use for this? |
Hello guys! Do you all use nginx? |
@oserediuk Yes I use nginx, I use this server configuration: https://github.com/magenx/Magento-Automated-Server-Configuration-from-MagenX |
@oserediuk we only imported simple products and manually associated them to the parents. apache2 / php-fpm / 7.0.8 |
@heldchen which attribute type do you use for configurable options? |
@oserediuk We only imported simple products with the csv imported that is default in Magento 2. |
Excacly the same for us. We added a dutch language package. On admin language en_US the problem isn't there. |
yes, we use de_CH and fr_CH. when one of those is used for a backend user, the data is corrupted - therefore en_US for now in the backend. |
@heldchen Offtopic: I was wondering, for which company do you work in swiss? |
@tempo-ruud sent you an email, I don't want to use github for "advertising" :) |
Hi guys! I've managed to reproduce this issue, so I created internal ticket to fix this (#MAGETWO-58209). This issue will be closed after fix. Thanks to everybody for reporting and investigations! |
awesome, thanks for your time! |
This simple fix saved me today 👍 |
@Pagayo glad that I could help you with this. |
Switching the Interface Locale back to |
Thanks for this, also a dutch user :-) |
Can you provide any update on this issue @AZVO ? |
Yes, thanks (another Dutch user)... |
Would love an update also. |
I have the same problem with the Dutch language pack. |
Is this issue fixed in Magento 2.1.4? |
This issue was fixed in develop branch in scope of internal ticket MAGETWO-57279 |
@tempo-ruud, thank you for your report. |
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: