Currently have a setup with 2 Magento 1.7.0.2 "websites" one for CAD and one for USD. You can switch between the sites using a dropdown so that you can purchase in CAD or USD.
When requesting a shipping estimate via Fedex (using in-built Magento module, with a Canadian Fedex account) it displays correctly in CAD on the CAD website, and displays the CAD amount without conversion but with "USD" next to it in the USD website.
(e.g. if it's $10.00 CAD to ship it'll display as $10.00 USD on the USD site, instead of $10.00 x conversion rate).
I thought that if the base currency of the website is set to USD, and I have setup the currencies correctly in the "Manage Currency Rates" section of the admin, then it should convert the returned rate to USD to display in the front-end?
I don't see anywhere in the code where it does the conversion...anyone have any ideas? Thanks!