• Hi All,

    We’ve got a site where we show different currencies based on the users location using an IP lookup and Currency Switcher for WooCommerce.

    It works well to some extent, users shop from different locations, their local currency is shown on the front end and checkout works well with our payment gateway. The user then gets the order confirmation email in the currency they selected.

    The problem is when we view the order in WP Admin it always shows the sites default currency, the plugin shows the currency the user actually used in a separate section. Not ideal but we can deal with that, the major problem is when we WP sends emails when we update the order status, the emails are sent with the sites default currency. So say they ordered using SGD, the email goes out saying USD.

    There must be a way to hook into the currency formatter before it is displayed, well one would think so.

    Anyone know of any actions or filters to do this, we’d obviously need to know the order ID so we can look up the currency the order was placed using.

    Thanks a bunch.

The topic ‘Workin with multi currency sites’ is closed to new replies.