yawkale / nop-umbraco-integration

Integration of nopCommerce and Umbraco
20 stars 15 forks source link
nopcommerce umbraco

nop-umbraco-integration

Integration of nopCommerce and Umbraco

Umbraco demo site: http://umbraco.nopintegra.com

Umbraco backoffice login: username: test password: test1234

customer login: test.me@test.com T12345678

Nop installation, should be used only like backend system: http://nop.nopintegra.com

Installation:

nopCommerce site configuration

  1. Install api plugin for nopcommerce https://www.nopcommerce.com/p/2464/api-plugin.aspx
  2. Open api configuration - /Plugins/ManageClientsAdmin/List
  3. Add new client addclient

Umbraco site configuration - starter kit

  1. Install Starter Kit
  2. Change client details - from nopCommerce site umbraco_config

Basic Client configuration

<add key="ClientSecret" value="1156bf6c-7e66-40d2-bf86-592cfd0364af" />
<add key="ServerUrl" value="http://nop.nopintegra.com/" />
<add key="RedirectUrl" value="http://localhost:64146/umbraco/surface/Authorization/GetAccessToken" />

Multi-store configuration

<add key="CreateProductLimitToStore" value="false" />
<add key="GetProductLimitToStore" value="false" />