Magento 2
  • Personalization for Magento 2
  • Installing
  • Disconnecting
  • Uninstalling
  • Getting Started
  • Configuring
  • Hyvä Theme
  • Guides
    • Migrating to Magento2
    • Upgrading to >= 4.0.0
    • Varnish & Full-Page Caches
    • Advanced User Guide
    • Managing Blocks
    • Overriding or Extending Functionalities
      • Overriding Product Data
        • Excluding Products
        • Customising Pricing
        • Customising Categories
        • Resizing Images
      • Overriding Customer Data
    • Console Commands
    • Tagging Providers
  • Features
    • Product data caching
      • Built-in caching
      • Database caching
    • Variations (Configurable Products)
    • Add to Cart
    • Indexer
      • On 7.x
      • On 5.x and 6.x
      • On 4.x
      • On 3.x
    • Customer Group Pricing
    • Supplier Cost & Inventory Level
    • Restore Cart Link
    • Ratings & Reviews
    • Multi Currency (Exchange Rates)
    • Marketing permission and GDPR compatibility
    • Content Staging & Special Prices
  • Integrations
    • Using Yotpo
  • FAQ
  • Developing & Contributing
  • Visit Nosto
  • Issues
  • Releases
  • Addons
    • Multi Source Inventory (MSI)
      • Installing
      • Uninstalling
      • Configuring
    • Category Merchandising (CM 1.0)
      • Installing
      • Uninstalling
      • Configuring
      • Guides
        • Translating Frontend Strings
        • PWA Implementation
        • Using Elasticsearch
        • Segmentation
        • Overriding or Extending Functionalities
          • Customize Query Parameters
          • Customize Page Size Limit
          • Customize Exclude Filters
        • Debugging
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.3.8

If your store view allows retailers to purchase in multiple currencies, the extension will automatically begin using the exchange rates. From version 2.10.0 you can also disable multi currency features and Nosto will not try to do any currency conversions for product prices. If your store view allows purchases only in one single currency you can set the multi currency method to be "Single currency" and Nosto will convert all product prices to that currency using the exchange rates saved in Magento.

Multiple Currencies

If your store has multiple store views and each store view use only one currency, you should set the Multi currency method to be "Single currency".

When using multiple currencies exchange rates are 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

As of version 2.10.0 you can disable multi currency from the Nosto extension's settings (Stores > Configuration > Services > Nosto).

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.

fullscreen_23_04_18_13_44