Install
Instructions on installing the add-on.
Read the system requirements for the development environment before installing.
Follow the steps below:
- Open Visual Studio and your solution.
- Open Package Manager Console on the Tools > NuGet Package Manager menu. If there are multiple projects in the solution, make sure that the web application project is selected as Default project in Package Manager Console.
- Install the nuget package with the following command in Package Manager Console:
Install-Package Litium.AddOns.ProductMediaMapper.UI -version [VersionNumberYouNeed]
or go to Manage Nuget package For Solution and install needed version on MVC project.
- Update the settings in the file Litium.AddOns.ProductMediaMapper.dll.config. Instructions for the xml format and examples can be found in the folder Site\ProductMediaMapper.
How to config.
- Copy and paste the Litium.AddOns.ProductMediaMapper.dll.config file from the root to the bin folder.