Skip to content
Mridang Agarwalla edited this page Feb 28, 2018 · 14 revisions

How do I enable multi-currency?

Nosto extension will automatically detect if your Magento 2 setup uses multiple currencies. Exchange rates will be automatically synchronized to Nosto over API and the variation tagging will automatically use the visitor's active currency. There's no need to change any settings in Magento 2 or in Nosto extension to enable multi-currency in Nosto recommendations.

How to improve order confirmation performance?

Please follow the following steps:

  1. Update to latest nosto version: https://github.com/Nosto/nosto-magento2/releases
  2. Setup cron job for magento. http://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli-subcommands-cron.html
  3. Change nosto indexer mode to Update by schedule. All indexers and their mode (including Nosto indexer) can be found from store admin “System” > “Index management”. https://user-images.githubusercontent.com/15191701/29363535-0f27b212-8299-11e7-9f31-ff9b5dd9a922.png

That improves the order confirmation performance and backend operation performance. But please make sure the magento cron job is running properly, otherwise nosto product information will not be updated to nosto in time.

How do I remove the ___store parameter from the URLs?

In order to remove the ___store parameter, you will need to enable clean-urls in the advanced configuration. Please see the URL configuration section in our configuration guide.