Running into an error. Revision 2027. Prices are being displayed 1000x too high. For example, if an item is priced at 14.95, it's being displayed as $1495.
When trying to process a dummy charge, I encounter this error: RoundedDecimalError - Partial Unit Rounding Error Exception Occured I'm running Mac OS X. I think it has something to do with my locale settings. They're currently set to: LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL= And I've tried changing them to. LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_ALL= No luck with either. In my settings.py I have: LANGUAGE_CODE = 'en_US' Not sure if this is a bug, and if it should be posted to Satchmo Developers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
