LogoLogo
Connectors
SAP Commerce Cloud Extension 1.2
SAP Commerce Cloud Extension 1.2
  • SAP Commerce Cloud Extension 1.2
  • Introduction
    • Extension support
    • General workflow
    • Features
    • Enable features
  • Install the extension
    • Step 1: Download the extension
    • Step 2: Update the localextensions.xml
    • Step 3: Run the installation command
    • Step 4: OOB code changes
    • Step 5: Rebuild the system
    • Step 6: Update the system
    • Step 7: Run project data ImPex files
    • Step 8: Enable the B2B feature
  • Configure the extension
    • Step 1: Configure the Digital River configuration page
    • Step 2: Attach the Base Store configuration
    • Step 3: Load the Digital River tax groups
    • Step 4: Configure the product
    • Step 5: Run cron jobs
    • Step 6: Set up regulatory fees
    • Step 7: Enable support for digital products
    • Step 8: Run the confirmation email body template
    • Step 9: Set up Wire Transfer
    • Step 10: Add the Digital River compliance statement
    • Step 11: Customize the locale, OMS, and webhooks
  • Test the extension
  • Support
Powered by GitBook
On this page
  1. Configure the extension

Step 6: Set up regulatory fees

Learn how to set up Regulatory Fees.

PreviousStep 5: Run cron jobsNextStep 7: Enable support for digital products

Last updated 3 years ago

Set up the Regulatory Fees section in Backoffice:

  1. Expand Digital River and click Regulatory Fees. If the Regulatory Fees link does not appear, see for more information.

    A configuration page with the following attributes will appear:

    Field

    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.

Troubleshooting tips

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

  1. You can now view the Regulatory Fee section.

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

Press F4 once. A loading icon will appear and Backoffice will switch to orchestratormode after two or three minutes.

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.

Click F4 again and Backoffice will return to its original view.

Troubleshooting tips