Issue with moneyfield when changing decimal factor.
I am currently expirencing issues with the moneyfield registered by coreshop.
When changing the money_decimal_factor in the settings like described here:
Only the store values of the product seem to be respecting the settings in the backend.
The Moneyfields get truncated at 2 decimal places, regardless of what is entered.
It happens before updating, so it looks like the registered javascript does not respect the change.
The values stored in the database then are respecting the setting (10000) in my case. The truncated missing 2 decimal places are just zeroed out - since they never got sent.
Troubleshooting attempts
i did try to increase the money_decimal_precision to 4, but that did not affect the backend behaviour.
Issue with moneyfield when changing decimal factor.
I am currently expirencing issues with the moneyfield registered by coreshop. When changing the
money_decimal_factor
in the settings like described here:Only the store values of the product seem to be respecting the settings in the backend. The Moneyfields get truncated at 2 decimal places, regardless of what is entered. It happens before updating, so it looks like the registered javascript does not respect the change. The values stored in the database then are respecting the setting (10000) in my case. The truncated missing 2 decimal places are just zeroed out - since they never got sent.
Troubleshooting attempts
money_decimal_precision
to 4, but that did not affect the backend behaviour.