I am trying to update a product page in Woocommerce. However, when I make the update, the decimal comma is being removed from the product prices in the currency field, when the base price includes decimals. For example, the base price of EUR 107.96 (excluding tax) becomes 10796 after I update and refresh the product edit pages.
Interestingly, when I save the EUR price as 107.96 and refresh the page, the decimal comma is not removed. It is only after I subsequently click the update button and refresh the product edit page that the comma is removed. As a result, the prices for products in the EUR currency become excessively high
Link to a page where the issue can be seen: hidden link
I expected to see: EUR 114,70 (Round Dog Bed Cushion) and EUR123,95 (Soft-sided dog carrierbag)
Instead, I got: EUR 11.470,00 (Round Dog Bed Cushion) and EUR 12.395,00 (Soft-sided dog carrierbag)
I have troubleshooted for plugin conflict (by swithing of plugins) and for theme conflicts (by switching to different themes) and the problem still persists.
I can provide temporary access to a staging site if need be.