View Single Post
Old March 2nd, 2010, 11:34 AM   #7 (permalink)
Mike_K
Member
Verified Customer
 
Join Date: Dec 2005
Location: Germany
Posts: 165
The above code is from showproduct.php? Correct?


After changing the type to "1" I have the result:

Input with comma on uploadproduct.php: 5,60 / Output on showproduct.php: 560,00
Input with point on uploadproduct.php: 5.60 / Output on showproduct.php: 5,60

The output on showproduct is now correct. But I need more the input on uploadproduct correct (for me... with comma).



edit: Is this someting to edit in uploadproduct?



Code:
Content visible to verified customers only.

Last edited by Mike_K; March 2nd, 2010 at 11:42 AM.
Mike_K is offline   Reply With Quote