Jump to content

Currency in Back Office


Recommended Posts

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

  • 5 years later...
  • 2 weeks later...

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

×
×
  • Create New...