..
Edit History
Hi,
I want to know if this is a bug or am I looking at the wrong place.
As far as I know, every order has details - product added, price of that product (net, gross, tax), quantity etc
and as we know, in a matter of time the price may vary, so the price on "product" table can change, but the price given on an order should not. There is even a possibility of changing tax rate (so for example when the product A was added, A's tax rate was equal to 0, and after few months A's tax rate changed to 23%).
My question is: Is product's tax rate given to order detail at the time of order realisation?
If it is given to "order_details" table in column "tax_rate" then I have an issue. The given gross and net prices are different (few pounds), but tax_rate is 0.00
It is 0.00 in every order detail I have. Shouldn't it be given after order realisation?
I am sorry for my bad english. If there is any issue with understanding what I just said, please ask.
Regards,
Maciej Piekarniak