> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/sap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/sap/1.1/configure-the-app/step-8-set-up-the-regulatory-fee.md).

# Step 6: Set up regulatory fees

## Regulatory Fee setup

Set up the **Regulatory Fees** section in **Backoffice**:

1. Expand **Digital River** and click the **Regulatory Fees** link. \
   If the Regulatory Fees link does not appear, see the [troubleshooting tips](/sap/1.1/configure-the-app/step-8-set-up-the-regulatory-fee.md#troubleshooting-tips) for more information.\
   &#x20;<img src="/files/-McUV3gRNAH7vEbKoksz" alt="" data-size="original"> <br>

   A configuration page with the following attributes will appear: &#x20;

   | Attribute   | Description                             |
   | ----------- | --------------------------------------- |
   | Code        | Regulatory Fee code                     |
   | Type        | Regulatory Fee type                     |
   | Product     | Product with the applied Regulatory Fee |
   | Amount      | Regulatory Fee amount                   |
   | Currency    | Regulatory Fee currency amount          |
   | Country     | Regulatory Fee country                  |
   | Subdivision | Regulatory Fee subdivision              |
2. Add or update the configuration details and click **Save**.&#x20;

<div align="left"><img src="/files/-McUVkmhAX0emPvj0gpx" alt=""></div>

<div align="left"><img src="/files/-McUW2m5X2u8rDd20BZo" alt=""></div>

## Troubleshooting tips

If the **Regulatory Fees** section does not appear after the system update, following these steps in **Backoffice**:

1. Press **F4** once. A loading icon will appear and Backoffice will switch to `orchestrator`mode after two-three minutes.\
   &#x20;<img src="/files/-McUepA5_23ACGNQBr_l" alt="" data-size="original">&#x20;
2. Click **Reset Everything** on the right-hand side and press **OK** to continue. Backoffice will reset the configuration and will return to `orchestrator` mode in 10-15 minutes. \ <img src="/files/-McUev3WbLoQ4IOUfUir" alt="" data-size="original">&#x20;
3. Click **F4** again and Backoffice will return to its original view.  \ <img src="/files/-McUfAhNbC9LIJKFW3UA" alt="" data-size="original">&#x20;

#### Digital River regulatory fee impex

```
$productCatalog=electronicsProductCatalog
$productCatalogName=Electronics Product Catalog
$catalogVersion=catalogversion(catalog(id[default=$productCatalog]),
version[default='Online'])[unique=true,default=$productCatalog:Online]


INSERT_UPDATE DRRegulatoryFee;code[unique=true];rfType(code);rfProduct(code,$catalogVersion);rfAmount;rfCurrency(isocode);rfCountry(isocode);subdivision(isocode)
;TestImpex_1992693;battery;1992693;8;USD;US;US-PR
;1992693_UK;battery;1992693;7;GBP;GB;
```

#### Regulatory fee type impex

```
INSERT_UPDATE DRFeeType;code[unique = true];name;
; test; testfeetype
```
