You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to remedy this by adding 'data_type' => 'price' to the _gift_wrap_cost field and wc_format_decimal() before saving the value. This works on the product level, but I couldn't find a way to do this for the general settings.
The text was updated successfully, but these errors were encountered:
see: https://wordpress.org/support/topic/wrong-decimal-separator-in-settings?replies=1
I tried to remedy this by adding
'data_type' => 'price'
to the_gift_wrap_cost
field andwc_format_decimal()
before saving the value. This works on the product level, but I couldn't find a way to do this for the general settings.The text was updated successfully, but these errors were encountered: