Closed solverat closed 6 years ago
Products with Price 0.00 get skipped during the save process (db value = null). Since a product also could be a container product, they should get stored in db regardless its price.
0.00
null
doesn't that just happen on migrations?
I don't see any condition on saving them: https://github.com/coreshop/CoreShop/blob/master/src/CoreShop/Bundle/CoreBundle/CoreExtension/StorePrice.php#L248
Products with Price
0.00
get skipped during the save process (db value =null
). Since a product also could be a container product, they should get stored in db regardless its price.