Originally posted by Ben Souther:
Have you looked at the log files on your production machine to see why it's failing?
Yes,
I have done with it.
I have checked the log files and confirmed that the problem is with currency.
hmmm let me explain it more clearly.
My wiork is on b2b shopping .
so we have localization ,currency facility in the storefront for the enduser.
when the user login to the application default currency will be set to MXN.
when the user wants to purchase a product he will select a particular product by selecting a particular category and then he will add to the basket.
so when the first time user adds a product to the basket there is no problem related to currency.
But when the user adds second product there is servlet which checks the currency of existing product which was added to the basket and the currency which is going to be added.
so here suddenly the currency is going to be changed to USD.
we are getting that currency from a session.
so there might be problem with that session only (i guess).
but the same thing is working fine in my local system even after taking the latest code and latest database dump from production server.
please Ben can you help me out on this issue,
thanking you.
regards
saikrishna