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
frequently, when users want to zero something out, they just delete the field so that it is now blank. EO does not handle these situations well at all.
if one blanks out the shipping cost, you get to here:
frequently, when users want to zero something out, they just delete the field so that it is now blank. EO does not handle these situations well at all.
if one blanks out the shipping cost, you get to here:
edit_orders/YOUR_ADMIN/includes/classes/editOrders.php
Line 280 in 769b2cc
and i have no idea what that method does, but the value starts at blank and it returns a blank value.
so now you update to a blank value here:
edit_orders/YOUR_ADMIN/includes/classes/editOrders.php
Line 287 in 769b2cc
and then this chokes here:
edit_orders/YOUR_ADMIN/includes/classes/editOrders.php
Line 379 in 769b2cc
The text was updated successfully, but these errors were encountered: