Error “Please enter a value with one decimal point (%s)”
-
Hello,
Like other people before us, we have the woocommerce error “Please enter a value with one decimal point (%s) without thousand separators.” when in our woocommerce settings the Decimal Separator is set to a comma “,”
see screenshot:The DHL plugin only accepts dots “.” which shows the woocommerce error, see screenshot:
This is normal since the input field “id=”pr_dhl_weight”” has the class “class=”wc_input_decimal””
A simple workaround is to remove “_decimal” to just get “class=”wc_input””.
See screenshot:We tested and it works perfectly.
Can you implement this change as quickly as possible or fix your code differently to make it work correctly?
- The topic ‘Error “Please enter a value with one decimal point (%s)”’ is closed to new replies.