> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://knowledge.clym.io/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# NopCommerce plugin

# Clym CMP for nopCommerce

The Clym CMP plugin for nopCommerce allows you to quickly integrate Clym's consent and accessibility management solutions into your nopCommerce website without needing to manually add the installation embed code to your site's header. Once installed and configured, the plugin will automatically inject the Clym widget into the `<head>` of every storefront page, allowing you to easily deploy and manage Clym functionality throughout your website.

Below, you can find details on:
* [The requirements to use the Clym CMP plugin](#2-requirements)
* [How to install the plugin on your nopCommerce website](#2-installation)
* [How to configure your Clym widget](#2-configuration)
* [How to verify the installation was successful](#2-verification)
* [How to uninstall the plugin if necessary](#2-uninstalling)
---

## Requirements

* nopCommerce 4.70
* .NET 8
* A Clym account — log in at [auth.clym.io](https://auth.clym.io) or register at [register.clym.io](https://register.clym.io)

---

## Installation

1. Download the plugin zip file from the [nopCommerce Marketplace](https://www.nopcommerce.com/marketplace) or from [GitHub](https://github.com/clymio/nopcommerce-clym-cmp)
2. In the nopCommerce admin panel, go to **Configuration → Local plugins**
3. Click **Upload a plugin or theme** and upload the zip file
4. Click **Reload list of plugins** — the site will restart automatically
5. Find **Clym CMP** in the plugin list and click **Install**
6. The site will restart again to complete installation

---

## Activation

After installation, you must activate the widget:

1. Go to **Configuration → Widgets**
2. Find **Clym CMP** in the list
3. Click the toggle to mark it as **Active**
4. Click **Save**

---

## Configuration

1. Go to **Configuration → Widgets → Clym CMP → Configure**
2. Enter your **Widget ID** in the field provided
3. Click **Save**

Your Widget ID can be found in your Clym Control Center account at [auth.clym.io](https://auth.clym.io). After signing into your Clym account, your property ID will be available in your URL.

![](https://storage.crisp.chat/users/helpdesk/website/-/a/e/3/8/ae38f50f15c00000/property-id_r1i9sb.png)


---

## Verification

Visit any storefront page and view the page source. You should see the following two script tags inside the `<head>` section:

```html
<script src='https://config.clym-widget.net/v2/YOUR-WIDGET-ID.js'></script>
<script src='https://widget-next.clym-sdk.net/v2/stub.js' data-property='YOUR-WIDGET-ID'></script>
```

---

## Uninstalling

1. Go to **Configuration → Local plugins**
2. Find **Clym CMP** and click **Uninstall**

All plugin settings will be removed from the database automatically.

---

## Support

If you encounter any challenges, please reach out to support@clym.io.
