• Welcome to KonaKart Community Forum. Please login or sign up.
 

Accessing user's currency from a manager

Started by lrkwz, January 05, 2012, 04:49:54 pm

Previous topic - Next topic

lrkwz

Hello,
   I'ld like to read the currency chosen by the current user from within a manager's code i.e. com.konakart.bl.CustomProductMgr how can I access it?

ryan

You can't. The server engines are stateless.

lrkwz

:-(

I wish to use a custom price field (i.e. product.setPriceExTax(product.getPrice1()) ) depending on the language choose by the customer.
The u.i. let's the user choose English UK so that British will have English language set + GPB currency
In a custom ProductMgr I would like to setPriceExTag() depending on what user has done in the u.i.

ryan

With the Enterprise version of KonaKart you could use Catalog prices and choose the catalogId  from the store-front application depending on the language chosen by the customer.