[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
[setlocale] problem
Hopefully someone can help with this.
Using MV 3.14-3 I need to set the locale
based on a scratch variable or userdb data field,
to change the PriceField.
Everything works great if I use:
[setlocale locale="dsale" currency="dsale" persist=1]
However, if I try to [setlocale] from a scratch variable
userate set to dsale with:
[setlocale locale="[scratch userate]" currency="[scratch userate]"
persist=1]
I get the following error in the catalog error.log
[09/November/1999:07:09:12 -0500] easi /cgi-bin/easi attempt to set
non-existant locale '
> dsale
> '
In despeation I even tried stuffing that value directly into mv_locale which
of course
didn't work. :)
Perhaps someone else has tried something similiar?
Regards,
Jerry