Click to See Complete Forum and Search --> : commas and Verisign
Please help with this problem,. I'll even direct you to my site in peril. I have a website which sells musical instruments and the shopping cart is integrated to Verisign. When an item totals anything under $999 then it works, but for some reason whenever the information is sent over and it is over $999 there is a comma sent and verisign does not read commas. Please help is anyone knows how to remove commas from my shopping cart script. here is what some of it looks like:
<b>TOTAL: <% = FormatCurrency(curTotal)%></b><br>
i can send you more info
---in distress
Phil Karras
07-30-2003, 11:09 AM
This really sounds like a task for a consultant since some time will no doubt need to be put in to find where that comma is being added. I think it should only take an hour or two, but there's no telling.
My suggestions are: Look in the JS functions that deal with the total it's got to be in either one of them or there's a special function used to reformat the data into money with commas added. It may be used by all input fields but since only your total goes over $999 it's the only one you have a problem with. To test that, try adding an item that costs over $999 and see if it works OK. If so, then the function may only be called when you post the form to the server.
You can contact me directly if you're interested in more personal help. My e-mail address should be in my signature.