Store the current selected country language in a cookie?
Hello all,
I am currently working on a umbraco ucommerce store which has shops for multiple languages (Danish, English, German etc.) I
need to store the current selected "Country" in a cookie for determing
the PriceGroup in uCommerce - e.g. Danish = Danisk Kroner, German =
Euros, English = Pounds..
So I was thinking of making a cookie on
page_load to handle this - anyone got any examples or feedback on how to
make this happen in the smartest way? - Furthermore I would appreciate
any advices.
Currently i have a hard time justifying the dev. time for making a currency changer without creating seperate catalogs (and i have yet to find a really good argument for giving users the option to change the currency).
That's almost the way uCommerce 4 handles multi-currency. Basically you can assign multiple currencies to a single catalog and use the new change price group API like so:
Store the current selected country language in a cookie?
Hello all,
I am currently working on a umbraco ucommerce store which has shops for multiple languages (Danish, English, German etc.)
I need to store the current selected "Country" in a cookie for determing the PriceGroup in uCommerce - e.g. Danish = Danisk Kroner, German = Euros, English = Pounds..
So I was thinking of making a cookie on page_load to handle this - anyone got any examples or feedback on how to make this happen in the smartest way? - Furthermore I would appreciate any advices.
/Mikkel
Anyone? :)
There has been a lot of talk about currency changes lately, try taking a look at this thread : http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/40537-uCommerce-Change-currency
Currently i have a hard time justifying the dev. time for making a currency changer without creating seperate catalogs (and i have yet to find a really good argument for giving users the option to change the currency).
Hi Mikkel,
That's almost the way uCommerce 4 handles multi-currency. Basically you can assign multiple currencies to a single catalog and use the new change price group API like so:
uCommerce 4 will be released during August.
is working on a reply...