Hi,
we have a requirement for sale agents. They want to have an option (e.g. checkbox) to switch between "Business mode" (to see the website as sale agents, with B2B prices) and "Shop mode" (to show the website to their clients, with B2C prices). The prices will be different all along the website: in the product info, in the orders, quotes, etc.
Which is the best/simple way to achieve this feature? We consider to use a session cookie to store the mode (and to read it every time that is needed), or to use impersonation to get the different prices.
Do you have any suggestions?
Regards,
Tomas