Replies: 1 comment 2 replies
-
Hmmm, yea, that is a tricky one as there is nowhere that you could configure the price fields in the shipping area like you can for prices in the product area. One idea might be that we remove any enforcement of decimal places in the input fields and we just allow any decimal places. We'll have to review this for a future sprint. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been playing with the demo store to PoC an implementation I am planning to do, I have modified the price data type so that it allows for 3 decimal places, this is working for products. However the postage costs are being trimmed to 2 decimal places in the back office (seems to allow me to type 3 then it trims instantly (before save). I am using v13. This seems like a bug unless I am missing something and doing something wrong. Specifically I am in the dynamic pricing area.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions