Magenerds / BasePrice

37 stars 38 forks source link

Base price result wrong when prices in backend catalog are excl. tax #6

Closed JSchmidt63 closed 7 years ago

JSchmidt63 commented 7 years ago

Hi, when prices in backend catalog are setup as excluding tax. The baseprice module picks up that price and calculates the baseprice on that. Sadly though the result shown is incorrect if there are taxes applied to the price in the frontend. Obviously the applied Tax is not taken into account.

Example in the picture: backend catalog price is 13.44€ ex. tax included in the frontend price is 19%. The product amount for base price calculation is 30ml and the reference amount is 1ml.

Magento Version 2.1.3, Module Version 1.0.4

price-ex-tax

sydekumf commented 7 years ago

Hi there, thanks for reporting. Unfortunately I cannot reproduce this. I am not sure if I understood you correctly. I have set the following system configuration: Sales -> Tax -> Calculation Settings -> Catalog Prices: Excluding Tax.

I have a product in the backend with 29€ and in frontend 19% tax get added to it, so it has a price of 34,51€. 30ml -> 1ml this will be 1,15€ then.

This is what I got: bildschirmfoto 2017-03-18 um 20 15 34

JSchmidt63 commented 7 years ago

Hi there, that's exactly what i meant. Odd. Close the ticket then. Cheers.

sydekumf commented 7 years ago

So you can not reproduce it either?

JSchmidt63 commented 7 years ago

I still can reproduce it, but i blame another bugsource meanwhile. I see the problem in other parts of the application as well.

sydekumf commented 7 years ago

Okay, if you still have problems somewhere, feel free to open an issue again :-)

violuke commented 6 years ago

I have this same issue. Prices entered into the admin without tax, but displayed on the website with tax. I'll try to resolve it, but if anyone else can help that would be much appreciated.

bug