Non-U.S. currency & number re-formatting problems, decimal placement issues.
PROBLEM:
You may experience issues related to the placement of decimals with some IIS web server installations. This can be due to the database drivers, regional settings, or other currency number formatting settings on your web server.
WORKAROUND:
PDshop comes with a built-in function to properly format your data when saving it.
1. Standard and Plus Edition Users:
In your setup.asp file, there are two variables that allow you to turn on/off the savenum & savecurr functions (which handle some number & currency conversions).
If you are experiencing decimal placement issues, try turning off these functions:
For example, uncomment lines similiar to this:
skipnumfmt="Y"
skipcurrfmt="Y"
2. Advanced and .Net Edition Users:
See the "Formatting" setup page in PDAdmin, see the "Database Formatting" options (in some cases you will have to try different combinations of these settings)
You may experience issues related to the placement of decimals with some IIS web server installations. This can be due to the database drivers, regional settings, or other currency number formatting settings on your web server.
WORKAROUND:
PDshop comes with a built-in function to properly format your data when saving it.
1. Standard and Plus Edition Users:
In your setup.asp file, there are two variables that allow you to turn on/off the savenum & savecurr functions (which handle some number & currency conversions).
If you are experiencing decimal placement issues, try turning off these functions:
For example, uncomment lines similiar to this:
skipnumfmt="Y"
skipcurrfmt="Y"
2. Advanced and .Net Edition Users:
See the "Formatting" setup page in PDAdmin, see the "Database Formatting" options (in some cases you will have to try different combinations of these settings)
Related Articles
Related Topics
Article Applies to:
PDshopPro / Standard, PDshop Plus, PDshop Advanced, PDshop .NET
Search for help...