Magento
  • Personalization for Magento
  • Installing
  • Disconnecting
  • Uninstalling
  • Getting Started
  • Configuring
  • Guides
    • Varnish & Full-Page Caches
    • Advanced User Guide
    • Managing Blocks
    • Overriding or Extending Functionalities
      • Overriding Product Data
        • Excluding Products
        • Customising Pricing
        • Resizing Images
      • Overriding Customer Data
      • Overriding Line Item Data
    • Bulk Product Updates
    • Console Commands
  • Features
    • Variations (Configurable Products)
    • Add to Cart
    • Indexer
    • Customer Group Pricing
    • Supplier Cost & Inventory Level
    • Restore Cart Link
    • Ratings & Reviews
    • Multi Currency (Exchange Rates)
    • Marketing permission and GDPR compatibility
    • Catalog Price Rules
  • Integrations
    • Using Yotpo
    • Using Klarna
  • FAQ
  • Developing & Contributing
  • Visit Nosto
  • Issues
  • Releases
Powered by GitBook
On this page
  • Enabling / Disabling Multi-Currency
  • Updating Exchange Rates

Was this helpful?

  1. Features

Multi Currency (Exchange Rates)

PreviousRatings & ReviewsNextMarketing permission and GDPR compatibility

Last updated 3 years ago

Was this helpful?

Nosto supports multiple currencies by dynamically converting the catalog prices using your store's exchange rates.

2.8.0

If your store view allows retailers to purchase in multiple currencies, the extension will automatically begin using the exchange rates.

Multiple Currencies

If your store has multiple store views and each store view has a different currency, the multi-currency is not required and you simply need a separate account for each store view.

Exchange rates are be automatically synchronized with Nosto and the recommendations use these rates to dynamically convert the catalog prices from the store's base currency to the customer's active currency.

The customer's active currency is denoted by some embedded semantic markup on all pages. The semantic markup resembles the following snippet:

<div class="nosto_variation" style="display: none;">EUR</div>

Enabling / Disabling Multi-Currency

There are no toggles for multi-currency. If your store has multi-currency, the exchanges rates are automatically used for dynamic currency conversion.

Updating Exchange Rates

While the extension has fallback mechanisms to update the exchange rates, you must have cron configured. The extension has a built-in cron handler that updates the exchange rates every hour. This interval is fixed and cannot be altered.