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
  • PHP Requirements
  • Installing the extension

Was this helpful?

  1. Addons
  2. Multi Source Inventory (MSI)

Installing

PreviousMulti Source Inventory (MSI)NextUninstalling

Last updated 2 years ago

Was this helpful?

PHP Requirements

The Nosto Magento 2 MSI module requires at least PHP version >= 7.1.0 and Nosto's Magento 2 module >= 4.0.0

Installing the extension

Link to GitHub repository: https://github.com/Nosto/nosto-magento2-msi

Currently, the only way of installing the extension is via . If you don't have composer installed you can get it by following . It's recommended to install composer globally. You will also need public key and private key from Magento Marketplace or Magento Connect in order to install packages to Magento 2 via Composer. Please follow these instructions to get public key and private key . Once you have composer installed you can install Nosto extension (nosto/module-nosto-msi).

composer require --no-update nosto/module-nosto-msi:"@stable" && composer update --no-dev
bin/magento module:enable --clear-static-content Nosto_Msi
bin/magento setup:upgrade
bin/magento cache:clean
bin/magento setup:di:compile

You might need to change file permissions or ownership of the generated files after the installation.

Composer
these instructions
http://devdocs.magento.com/guides/v2.2/install-gde/prereq/connect-auth.html