Closed simonmaass closed 4 years ago
I will check, but I can't guarantee I will be able to reproduce the bug. :) Are you sure that you don't have any records with a special price in the database regarding this product?
@afirlejczyk so i did a deep dive into this problem and was able to see that database entries exist on the configurable product for special price...
I think this is a magento core bug as these values can be set with the "update attributes" mass update!
Thanks for checking, I will play around this and check how Magento behaves in frontend. I guess Magento is ignoring this special price - due to using prices from configurable children (in this configuration). I should probably do the same when exporting data.
@afirlejczyk " I should probably do the same when exporting data."
I absolutely agree - cause i am now having this exact problem.. that if the child products have a special price the parent product has a special price of "null".... therefore it is very hard to filter for "All Sale Products" (what we are trying to work in in vuestorefront)
hi @afirlejczyk ,
In our case, the special_Price and the regular price is not getting updated if i update in the magento side. I do not see that this is a core issue however is there some thing i am missing here?
However if i change the name or other attributes, it changes instantly.
Please confirm!
Hi @simonmaass, please check out this PR: https://github.com/DivanteLtd/magento2-vsbridge-indexer/pull/312
I made some cleanup regarding configurable products in M2. We have some code from M1, in M1 setting up prices for configurable products works differently so this code was not accurate for M2. ;)
I noticed that on some products the parent product has a special price (but there is none configured in magento) and all child product dont have a special price - which is corrent... but why does the parent have a special price configured - that is wrong..
All configurable children have:
Parent has:
But in magento there is not special Price!!!!
Example: