what to do Catalog Price Scope: GLOBAL -> wwebsite or using 3 decimals. #4983
f1-outsourcing
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Can you please try #4701? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For consistency I thought it would be best to keep all prices and amounts in magento in EUR. However there are still some other currencies and when I was trying to set a 399PLN in EUR in the catelog, I had an issue that I can only resolve using 3 decimals.
AI gave me some suggestions on to allow 3 decimals to be entered. I am not really sure what to do. I don't really feel like putting PLN prices in the catelog. I prefer to have everything there in EUR.
I also don't really understand why prices are capped in the backend to 2 decimals. I can understand you do this on the frontend, although with BTC it does not make sense also.
If you save the EUR price as 1.908 it becomes exactly 10,00pln, however when you update eg the product description it reverts back to the two decimal error. So it looks like it saved correctly, but the frontend is only showing 2 decimals and thus creating the rounding errors. So temporary fix is, with every update and the 3 decimal price again.
This work-a-round does not seem to work for the custom options. I guess those values are not stored in 3 decimals

This work-a-round does not seem to work for the when the product is part of a bundled product


Beta Was this translation helpful? Give feedback.
All reactions