Hi,
I keep getting error messages as a js dialog, when refreshing certain store modules (Administrator):
Windows Internet Explorer
The Shipping Fee must be in the format: #.##
<OK>
The problem, is that I'm selling downloadable software, so shipping should be $0.00. If you type 0.00, it will accept it when you press update, but it does not get stored in the database, (probably a SQL thing with zero - 0.00) and the next time, the dialog pops-up again. As soon as you type in 0.01, it works fine. Change it back to 0.00 - problem.
You either need to fix it, or change the error message to:
The Shipping Fee must be in the format: #.## and must > 0.
But of course, I need shipping to be zero, so perhaps the former?
Cheers!