Is it possible to enter price in USD in back-end and show in different currency in front-end? For example I enter price 10.00 for products in back-end and want quick cart to show price 10.00 multiply by 2.51(10.00*2.51) in front-end for customers. Actually I just need to show price for customers multiply by 2.51(or any othet number).
Probably I need to change function displayPrice in core, but I don't know how.