Let's say you import a product that has variations with each one having a different price.
I notice that most of the times the "Price" is set to 0 although Sale Price is set to the correct value and the same for Price Original and Sale Price Original.
In order to get the "% discount" flag, this value has to be set to a value higher than Sale Price (and so far, ok).
The problem comes when you do mass update of prices... all the hardcoded prices change - most to 0 (it should at very least be set to Sale Price but not 0)
The problem with this bug is that when you go on the single item page on the right side the "Total Price is set to 0" and since this is very prominent... it looks like that the product is free (the price is however correct in the shopping cart)
Any way to fix this issue?
I notice that most of the times the "Price" is set to 0 although Sale Price is set to the correct value and the same for Price Original and Sale Price Original.
In order to get the "% discount" flag, this value has to be set to a value higher than Sale Price (and so far, ok).
The problem comes when you do mass update of prices... all the hardcoded prices change - most to 0 (it should at very least be set to Sale Price but not 0)
The problem with this bug is that when you go on the single item page on the right side the "Total Price is set to 0" and since this is very prominent... it looks like that the product is free (the price is however correct in the shopping cart)
Any way to fix this issue?