Jump to content

Customer Order History in Default Currency


bigpedro

Recommended Posts

If a customer places an order in a different currency then the correct amounts are shown on all of the screens up to payment no problem at all. However if the customer logs back in to view order history the orders are not shown in the currency in which they ordered but the default store currency.

Not ideal. Is confusing for our customers. Is this a bug or how it is supposed to be?

If there a way to Modify it?

Link to comment
Share on other sites

In the file includescurrencyVars.inc.php, near the top, find:


$override = array(

	'viewOrder'		=> true,

	'viewOrders'	=> true,

	'giftCert'		=> true,

);

Try changing this to simply:

$override = array('giftCert' => true);

This solution is predicated on the assumption that the customer will switch the store to their currency in order to see the money amounts relative to their currency.

I cannot answer why viewOrders and viewOrder is set to show the default currency. I suspect it has to do with the fact that, should the exchange rate be updated between the time of purchase and also between viewings, these money amounts would probably change. So, maybe adding an explanatory note on this page would be a good idea.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...