Tito Posted September 25, 2008 Share Posted September 25, 2008 Hi,I noticed that if customers choose another currency as the default curency,Their invoice etc is also in their selected currency, as it should.But how can I get on overview of all order in the Back Office in 1 default currency ?fe, now in order list : sorting how->low make 1.1 euro less then 1.2 dollar...In 'view order' in BackOffice, a quick peak at the total paid amount should give me a good estimation of what is ordered, or wether its similar to another order.Now, I have to convert , manually with a desktop calculator, the different orders from $ to € if I want to view on overview of orders...I hope my English makes sense... Link to comment Share on other sites More sharing options...
humbert Posted April 4, 2014 Share Posted April 4, 2014 I also need a solution. Presta 1.5.6.2 Link to comment Share on other sites More sharing options...
humbert Posted April 15, 2014 Share Posted April 15, 2014 I solved the problem file - classes/Tools.php public static function setCurrency($cookie) In the very beginning of the if($_POST['confirm']==1) return $currency = Currency::getCurrencyInstance(Configuration::get('PS_CURRENCY_DEFAULT')); Configuration::get('PS_CURRENCY_DEFAULT') - currency by default, can be replaced by any currency ID Link to comment Share on other sites More sharing options...
Recommended Posts