[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Locale price_picture reacts a little late
Hi all,
In my shop I have connected the locale settings to the country the order
should be sent to. On the checkout page (like simple-demo starts with
basket summary followed by checkout form) the costumer can select the
country of delivery from a drop down list. After pushing the
"update"-button (or automatic submition by onChange-javascript call on
drop down list), the prices in the [item-list] have numerically changed
to the values of the country selected, but the presentation has not. So
if you changed the country of delivery from US to France the price
presentation changes as follows:
$ 1.00 ----> $ 6.50 (made the conversion factor up)
To have the prices represented like "6.50 fr" takes another "update
form" action or visiting any other page. Does anyone know how to get
everything right on the first update.
I'm using the standard Locale setting is in the documentation
(p_cs_precedes p_sep_by_space mon_decimal_point mon_thousands_sep) for
every currency, use [setlocale locale=etc. currency=etc. persist=1] on
the top of the page, tried both PriceDivide and separate price fields
in the products database. Minivend 3.14
Bas Bezemer